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;