/home/techb158/ileadtechnology.com/SSM/app/Models/finance/fee
NameSizeModeActions
FeeAllocation.php32700644editdlrm
FeeAllocationGroup.php15750644editdlrm
FeeConcession.php20380644editdlrm
FeeConcessionDetail.php17170644editdlrm
FeeGroup.php20070644editdlrm
FeeHead.php24570644editdlrm
FeeInstallment.php19350644editdlrm
FeeInstallmentDetail.php11480644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/app/Models/finance/fee/FeeInstallmentDetail.php (1148B)
'array']; protected $primaryKey = 'id'; protected $table = 'fee_installment_details'; protected static $logName = 'fee_installment_detail'; protected static $logFillable = true; protected static $logOnlyDirty = true; protected static $ignoreChangedAttributes = ['updated_at']; public function feeInstallment() { return $this->belongsTo('App\Models\Finance\Fee\FeeInstallment'); } public function feeHead() { return $this->belongsTo('App\Models\Finance\Fee\FeeHead'); } public function getOption(string $option) { return array_get($this->options, $option); } }