IMMREX7

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

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class StdRegistrationMaster extends Model {

    protected $primaryKey = 'idRegDocument';
    protected $table = 'registration_documents_master';
    protected $fillable = ['documentName', 'path'];

}

Copyright © 2021 - 2025 IMMREX7