IMMREX7

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

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class Header extends Model
{
    protected $primaryKey = 'idHeader';
    protected $table = 'headers';
    protected $fillable = ['headerName','idSchool','idFinancialYear'];
}

Copyright © 2021 - 2025 IMMREX7