]> Raphaël G. Git Repositories - userbundle/commitdiff
Follow container interface path change
authorRaphaël Gertz <git@rapsys.eu>
Wed, 28 Feb 2024 10:46:51 +0000 (11:46 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 28 Feb 2024 10:46:51 +0000 (11:46 +0100)
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;