style(styleci): Lint
This commit is contained in:
parent
1387d836dc
commit
bba2087a55
8 changed files with 2 additions and 30 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
require_once __DIR__.'/vendor/autoload.php';
|
||||
use Alltube\Config;
|
||||
use Alltube\Controller\DownloadController;
|
||||
use Alltube\Controller\FrontController;
|
||||
use Alltube\Controller\JsonController;
|
||||
use Alltube\Controller\DownloadController;
|
||||
use Alltube\LocaleManager;
|
||||
use Alltube\LocaleMiddleware;
|
||||
use Alltube\UglyRouter;
|
||||
|
@ -74,7 +74,6 @@ $app->get(
|
|||
[$frontController, 'locale']
|
||||
)->setName('locale');
|
||||
|
||||
|
||||
$app->get(
|
||||
'/json',
|
||||
[$jsonController, 'json']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue