Линтовка

This commit is contained in:
2026-01-03 01:12:18 +08:00
parent ddc4374dd6
commit aabad9d744
20 changed files with 224 additions and 190 deletions

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/*
* Copyright (c) 2025, Антон Аксенов
* This file is part of m3u.su project
@@ -11,7 +13,6 @@ use App\Controllers\BotController;
use App\Controllers\WebController;
return [
/*
|--------------------------------------------------------------------------
| Web routes
@@ -99,4 +100,3 @@ return [
'name' => 'not-found',
],
];