remove codeigniter

This commit is contained in:
root
2026-06-04 02:41:08 -04:00
parent 4e33882ac7
commit b4e6ac03c5
180 changed files with 457 additions and 2186 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ namespace App\Services\Docs;
use App\Services\ApplicationUrlService;
/**
* CodeIgniter parity: {@see \App\Controllers\DocsController::index} and
* legacy parity: {@see \App\Controllers\DocsController::index} and
* {@see \App\Controllers\View\DocsController::swagger} (multi-spec Swagger UI payload).
*/
class DocsCatalogService
@@ -36,7 +36,7 @@ class DocsCatalogService
}
/**
* Multi-spec dropdown payload (CI `View\DocsController::swagger` / `swagger_ui` view).
* Multi-spec dropdown payload (legacy `View\DocsController::swagger` / `swagger_ui` view).
*
* @return array{specs: list<array{name: string, url: string}>, merged_openapi_url: string}
*/