aku nok ndi : /home/spdtg/www/schoolmis/app/ |
aku nok ndi : /home/spdtg/www/schoolmis/app/DailyTransactionDetail.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; class DailyTransactionDetail extends Model { protected $primaryKey = 'idDailyTransactionDetail'; protected $table = 'dailytransaction_details'; protected $fillable = ['idDailyTransaction','idFeehead','headerName','amountPaid','discountFeehead']; }