From c583a7b535cd4fa593c82f9daa7abeeb7d590d83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 28 Oct 2019 21:48:10 +0100 Subject: [PATCH] Revert for now --- Controller/DefaultController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/DefaultController.php b/Controller/DefaultController.php index f9a7b03..31d4b89 100644 --- a/Controller/DefaultController.php +++ b/Controller/DefaultController.php @@ -2,7 +2,7 @@ namespace Rapsys\AirBundle\Controller; -use Symfony\Bundle\FrameworkBundle\Controller\AbstractController as Controller; +use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Symfony\Component\Routing\Generator\UrlGeneratorInterface; use Symfony\Component\HttpFoundation\Request; use Rapsys\AirBundle\Entity\Session; -- 2.41.0