Файловый менеджер - Редактировать - /home/clickysoft/public_html/assets.clickysoft.net/app/Http/Resources/Api/BranchResource.php
Назад
<?php namespace App\Http\Resources\Api; use Illuminate\Http\Resources\Json\JsonResource; class BranchResource extends JsonResource { public function toArray($request) { return [ "id" => $this->id, "key" => $this->id, "name" => $this->name, "email" => $this->email, "contact_number" => $this->contact_number, "company_id" => $this->company_id, "company" => [ "id" => $this->company?->id, "name" => $this->company?->name ], "created_at" => $this->created_at, "updated_at" => $this->updated_at, ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка