File manager - Edit - /var/www/html/spdc/api/app/Http/Controllers/HistoryController.php
Back
<?php namespace App\Http\Controllers; use App\Http\Services\HistoryService; use Illuminate\Http\Request; class HistoryController extends Controller { private HistoryService $service; public function __construct() { $this->service = new HistoryService(); } public function getHistoryTypes() { $response = $this->service->getTypes(); return response()->json($response->data, $response->code); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings