whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
Modules
/
RestAPI
/
Entities
/
Upload File:
files >> /home/kckglobal/public_html/portal/Modules/RestAPI/Entities/EstimateItem.php
<?php namespace Modules\RestAPI\Entities; class EstimateItem extends \App\Models\EstimateItem { // region Properties protected $table = 'estimate_items'; protected $fillable = [ 'id', 'item_name', 'type', 'quantity', 'unit_price', 'amount', ]; protected $default = [ 'id', 'item_name', 'type', 'quantity', 'unit_price', 'amount', ]; protected $guarded = [ 'id', ]; protected $filterable = [ 'id', ]; }
Copyright ©2021 || Defacer Indonesia