From b44e996633b9b5ee1f50556eebb14671a66f2611 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Mon, 23 Oct 2023 14:42:29 +0200 Subject: [PATCH] Not used imports --- galette/includes/dependencies.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/galette/includes/dependencies.php b/galette/includes/dependencies.php index d48569468..04c0f7efb 100644 --- a/galette/includes/dependencies.php +++ b/galette/includes/dependencies.php @@ -36,8 +36,6 @@ use Psr\Container\ContainerInterface; use Psr\Http\Message\ServerRequestInterface; use Psr\Http\Server\RequestHandlerInterface as RequestHandler; -use Slim\Exception\HttpMethodNotAllowedException; -use Slim\Exception\HttpNotFoundException; use Slim\Routing\RouteContext; use Slim\Routing\RouteParser; use Slim\Views\Twig; -- 2.39.2