Файловый менеджер - Редактировать - /home/clickysoft/public_html/benchexc.clickysoft.net/app/Http/Controllers/Api/IndustryController.php
Назад
<?php namespace App\Http\Controllers\Api; use App\Http\Controllers\Controller; use App\Interfaces\Api\IndustryApiRepositoryInterface; class IndustryController extends Controller { protected IndustryApiRepositoryInterface $industryApiRepository; public function __construct(IndustryApiRepositoryInterface $industryApiRepository){ return $this->industryApiRepository = $industryApiRepository; } public function getAllIndustries() { return $this->industryApiRepository->getAllIndustries(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка