From c30b0a40496a0750ec856a4d93f0adfdb4110dcf Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 14 May 2020 14:11:22 +0200 Subject: [PATCH] Remove unused classes --- controllers/FrontController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/controllers/FrontController.php b/controllers/FrontController.php index 01030aa..b0c4a65 100644 --- a/controllers/FrontController.php +++ b/controllers/FrontController.php @@ -9,9 +9,7 @@ namespace Alltube\Controller; use Alltube\Exception\PasswordException; use Alltube\Locale; use Alltube\Video; -use Symfony\Component\ErrorHandler\ErrorHandler; use Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer; -use Symfony\Component\ErrorHandler\Exception\FlattenException; use Throwable; use Exception; use Psr\Container\ContainerInterface;