aku nok ndi : /home/spdtg/www/schoolmis/app/ |
aku nok ndi : /home/spdtg/www/schoolmis/app/Header.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Header extends Model { protected $primaryKey = 'idHeader'; protected $table = 'headers'; protected $fillable = ['headerName','idSchool','idFinancialYear']; }