aku nok ndi : /home/spdtg/www/schoolmis/app/ |
aku nok ndi : /home/spdtg/www/schoolmis/app/Hostelite.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Hostelite extends Model { protected $primaryKey = 'idHostelite'; protected $table = 'hostel_students'; protected $fillable = ['idSchool','idFinancialYear','idStudent','idFloor','idRoom','idBed']; }