From 2ec732b33e904e70a8245299baadaeab8980aa70 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 17 Jun 2019 22:53:28 +0200 Subject: [PATCH] style: Remove useless "use" statement --- controllers/FrontController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/FrontController.php b/controllers/FrontController.php index c89cad4..6376b85 100644 --- a/controllers/FrontController.php +++ b/controllers/FrontController.php @@ -5,7 +5,6 @@ namespace Alltube\Controller; -use Alltube\Config; use Alltube\Exception\PasswordException; use Alltube\Locale; use Alltube\LocaleManager;