IMMREX7

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

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;
use App\Traits;

class Customer extends Model {

    protected $primaryKey = 'idCustomer';
    protected $table = 'customers';
    protected $fillable = ['customerName','idSchool','customerNumber','openingBal','gstin','address_line','area','pincode','city','stateName'];

}

Copyright © 2021 - 2025 IMMREX7