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