]> Raphaƫl G. Git Repositories - userbundle/blobdiff - Controller/AbstractController.php
Follow container interface path change
[userbundle] / Controller / AbstractController.php
index e0e1ff20b4cfe147d82da5eb964369f97945aa8c..eecc2d08996d76bb4f7bf4a2dae8b19c848c41aa 100644 (file)
@@ -14,12 +14,12 @@ namespace Rapsys\UserBundle\Controller;
 use Doctrine\ORM\EntityManagerInterface;
 use Doctrine\Persistence\ManagerRegistry;
 
+use Psr\Container\ContainerInterface;
 use Psr\Log\LoggerInterface;
 
 use Symfony\Bundle\FrameworkBundle\Controller\AbstractController as BaseAbstractController;
 use Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait;
 use Symfony\Bundle\SecurityBundle\Security;
-use Symfony\Component\DependencyInjection\ContainerInterface;
 use Symfony\Component\Form\FormFactoryInterface;
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\RequestStack;