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