IMMREX7

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

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class Hostelite extends Model
{
    protected $primaryKey = 'idHostelite';
    protected $table = 'hostel_students';
    protected $fillable = ['idSchool','idFinancialYear','idStudent','idFloor','idRoom','idBed'];
}

Copyright © 2021 - 2025 IMMREX7