IMMREX7

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

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class BookEditor extends Model {

    protected $primaryKey = 'idEditor';
    protected $table = 'book_editors';
    protected $fillable = ['editorName', 'idSchool'];

}

Copyright © 2021 - 2025 IMMREX7