Move middleware to a subfolder

This commit is contained in:
Pierre Rudloff 2020-10-20 23:13:48 +02:00
parent 496ac212e2
commit 123a6c5ad9
7 changed files with 13 additions and 10 deletions

View file

@ -6,11 +6,11 @@
namespace Alltube\Controller;
use Alltube\CspMiddleware;
use Alltube\Library\Exception\PasswordException;
use Alltube\Library\Exception\AlltubeLibraryException;
use Alltube\Library\Exception\WrongPasswordException;
use Alltube\Locale;
use Alltube\Middleware\CspMiddleware;
use Exception;
use Slim\Http\StatusCode;
use Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer;