IMMREX7

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

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class EmployeeOtherAccount extends Model {

    protected $primaryKey = 'idOtherAccount';
    protected $table = 'employee_accounts';
    protected $fillable = ['idEmployee', 'accName', 'accNumber', 'otherDetails'];

}

Copyright © 2021 - 2025 IMMREX7