Файловый менеджер - Редактировать - /home/clickysoft/public_html/benchexc.clickysoft.net/app/Repositories/Api/IndustryApiRepository.php
Назад
<?php namespace App\Repositories\Api; use App\Http\Resources\IndustryResource; use App\Interfaces\Api\IndustryApiRepositoryInterface; use App\Models\Industry; class IndustryApiRepository implements IndustryApiRepositoryInterface { public function getAllIndustries(){ $industry = Industry::all(); return makeJsonResponse(true, 'success', 200, IndustryResource::collection($industry)); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка