IMMREX7

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

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class StudentRegSibling extends Model {

    protected $primaryKey = 'idRegSibling';
    protected $table = 'student_registration_siblings';
    protected $fillable = ['idRegistration', 'fName', 'lName', 'education', 'age', 'schoolName'];

}

Copyright © 2021 - 2025 IMMREX7