IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/app/
File Up :
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'];
}

Copyright © 2021 - 2025 IMMREX7