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