芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/erp.digitalhubbd.com/app/Models/Client.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Client extends Model { protected $dates = ['deleted_at']; protected $fillable = [ 'name', 'code', 'adresse', 'email', 'phone', 'country', 'city','tax_number' ]; protected $casts = [ 'code' => 'integer', ]; }
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage