IMMREX7

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

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class HostelRoom extends Model
{
    protected $primaryKey = 'idRoom';
    protected $table = 'hostel_rooms';
    protected $fillable = ['idFloor','roomName'];
}

Copyright © 2021 - 2025 IMMREX7