diff --git a/Controller/AbstractController.php b/Controller/AbstractController.php index 94a53b87b..5143dfd17 100644 --- a/Controller/AbstractController.php +++ b/Controller/AbstractController.php @@ -15,7 +15,6 @@ use Psr\Container\ContainerInterface; use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException; use Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface; -use Symfony\Component\DependencyInjection\ServiceSubscriberInterface; use Symfony\Component\Form\FormFactoryInterface; use Symfony\Component\HttpFoundation\RequestStack; use Symfony\Component\HttpFoundation\Session\SessionInterface; @@ -27,6 +26,7 @@ use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface; use Symfony\Component\Serializer\SerializerInterface; use Symfony\Component\Templating\EngineInterface; +use Symfony\Contracts\Service\ServiceSubscriberInterface; use Twig\Environment; /**