aku nok ndi : /home/spdtg/www/schoolmis/app/ |
aku nok ndi : /home/spdtg/www/schoolmis/app/OrderReceipt.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; class OrderReceipt extends Model { protected $primaryKey = 'idOrder'; protected $table = 'order_receipts'; protected $fillable = ['idSchool','idFinancialYear','idStudent','idClass']; }