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