Файловый менеджер - Редактировать - /home/clickysoft/public_html/app/Http/Resources/Admin/BranchResource.php
Назад
<?php namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class BranchResource extends JsonResource { public function toArray($request) { return [ "id" => $this->id, "name" => $this->name, "email" => $this->email, "contact_number" => $this->contact_number, "address" => $this->address, "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
|
Настройка