Move middleware to a subfolder
This commit is contained in:
parent
496ac212e2
commit
123a6c5ad9
7 changed files with 13 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue