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