IMMREX7

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

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class BookSourceLanguage extends Model
{
    protected $primaryKey = 'idSourceLanguage';
    protected $table = 'source_language';
    protected $fillable = ['sourcelangName', 'idSchool'];
}

Copyright © 2021 - 2025 IMMREX7