From 47917abafb29b65f92e7dba33ce4d189a1ab0e9a Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Mon, 11 Dec 2023 14:07:40 +0100 Subject: [PATCH] typo --- src/Controller/MainController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/MainController.php b/src/Controller/MainController.php index 3532e99..7799db4 100644 --- a/src/Controller/MainController.php +++ b/src/Controller/MainController.php @@ -7,8 +7,8 @@ use App\Hydra\Client; use App\Hydra\HydraService; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\RedirectResponse; -use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Request; +use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Session\SessionInterface; use Symfony\Component\Routing\Annotation\Route;