IMMREX7

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

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;
use App\Traits;

class StudentSibling extends Model {

//    use Traits\AutoUpdateUserColumns;

    protected $primaryKey = 'idStdSibling';
    protected $table = 'student_siblings';
    protected $fillable = ['idStudent', 'fName', 'lName', 'education', 'age', 'schoolName'];

}

Copyright © 2021 - 2025 IMMREX7