Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/storage/app/Modules/UniversalBundle/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', ]; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка