IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/app/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/app/Deduction.php

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class Deduction extends Model
{
    protected $primaryKey = 'idDeduction';
    protected $table = 'deductions';
    protected $fillable = ['deductionName', 'idSchool'];
}

Copyright © 2021 - 2025 IMMREX7