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