From: Raphaƫl Gertz Date: Wed, 28 Feb 2024 10:46:51 +0000 (+0100) Subject: Follow container interface path change X-Git-Tag: 0.4.0~29 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/89c69fc76c57fd4a17ba68b0e8889c1844fe5701 Follow container interface path change --- diff --git a/Controller/AbstractController.php b/Controller/AbstractController.php index e0e1ff2..eecc2d0 100644 --- a/Controller/AbstractController.php +++ b/Controller/AbstractController.php @@ -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;