]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Controller/DefaultController.php
Fix deprecation
[airbundle] / Controller / DefaultController.php
index 31d4b89465d17c5130c066536f31371d2573f08e..f9a7b03e2e08e12198c1921e550fa70437bb00ec 100644 (file)
@@ -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;