aku nok ndi : /home/spdtg/www/schoolmis/app/ |
aku nok ndi : /home/spdtg/www/schoolmis/app/ExcelTemplate.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; class ExcelTemplate extends Model { protected $primaryKey = 'idExcel'; protected $table = 'excel_templates'; protected $fillable = ['idSchool', 'idFinancialYear', 'fileName', 'idExamType', 'idClass', 'idSection']; }