IMMREX7

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

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class ExcelTemplate extends Model
{
    protected $primaryKey = 'idExcel';
    protected $table = 'excel_templates';
    protected $fillable = ['idSchool', 'idFinancialYear', 'fileName', 'idExamType', 'idClass', 'idSection'];
}

Copyright © 2021 - 2025 IMMREX7