From: Raphaƫl Gertz Date: Mon, 28 Oct 2019 20:36:30 +0000 (+0100) Subject: Fix deprecation X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/b1a797ea5dfd5749ab44ba98bb69c98b44fe77dc Fix deprecation --- diff --git a/Controller/DefaultController.php b/Controller/DefaultController.php index 31d4b89..f9a7b03 100644 --- a/Controller/DefaultController.php +++ b/Controller/DefaultController.php @@ -2,7 +2,7 @@ namespace Rapsys\AirBundle\Controller; -use Symfony\Bundle\FrameworkBundle\Controller\Controller; +use Symfony\Bundle\FrameworkBundle\Controller\AbstractController as Controller; use Symfony\Component\Routing\Generator\UrlGeneratorInterface; use Symfony\Component\HttpFoundation\Request; use Rapsys\AirBundle\Entity\Session;