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