Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (1)
Time
Message
deprecation
Since symfony/routing 5.1: The "Symfony\Component\Routing\RouteCollectionBuilder" class is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\PictureType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\SubscriberGroupType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\SeoRouteType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\SeoRouteMetaType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\RegistrationType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\RedirectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\QuestionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\ProductType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\LicenceKeyType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\TemplateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\LauncherType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\ContactType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\CategoryType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\CategoryArticleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\CampaignType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\ArticleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\UserListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\SubscriberType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\UserType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias()" might add "string" as a native return type declaration in the future. Do the same in child class "JMS\I18nRoutingBundle\DependencyInjection\JMSI18nRoutingExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Routing\Matcher\UrlMatcherInterface::match()" might add "array" as a native return type declaration in the future. Do the same in implementation "JMS\I18nRoutingBundle\Router\I18nRouter" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.1: Using type "Symfony\Component\Routing\RouteCollectionBuilder" for argument 1 of method "App\Kernel:configureRoutes()" is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. It is being referenced by the ".service_locator.zudzieW" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. It is being referenced by the ".service_locator.sjAdRQz" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "jms_i18n_routing.router" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\Order" service.
Method "Symfony\Component\Routing\Matcher\RequestMatcherInterface::matchRequest()" might add "array" as a native return type declaration in the future. Do the same in implementation "JMS\I18nRoutingBundle\Router\I18nRouter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Routing\RouterInterface::getRouteCollection()" might add "RouteCollection" as a native return type declaration in the future. Do the same in implementation "JMS\I18nRoutingBundle\Router\I18nRouter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Routing\Generator\UrlGeneratorInterface::generate()" might add "string" as a native return type declaration in the future. Do the same in implementation "JMS\I18nRoutingBundle\Router\I18nRouter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Form\YmlBlockType" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "JMS\I18nRoutingBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Service\TwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "FOS\UserBundle\Mailer\MailerInterface::sendResettingEmailMessage()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Service\Mailer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "FOS\UserBundle\Mailer\MailerInterface::sendConfirmationEmailMessage()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Service\Mailer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "FOS\UserBundle\Controller\ProfileController" class is considered final. It may change without further notice as of its next major version. You should not extend it from "App\Controller\ProfileController".
SELECT t0.id AS id_1, t0.session AS session_2, t0.recipient AS recipient_3, t0.ordered AS ordered_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.user_id AS user_id_7 FROM ecommerce_cart t0 WHERE t0.session = ? AND t0.ordered = ? LIMIT 1
doctrine
[
"b855f4d4ceec9qscdg662k3uda"
false]
debug
SELECT t0.id AS id_1, t0.session AS session_2, t0.recipient AS recipient_3, t0.ordered AS ordered_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.user_id AS user_id_7 FROM ecommerce_cart t0 WHERE t0.session = ? AND t0.ordered = ? LIMIT 1
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
336
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExampleCommand" (parent: .abstract.instanceof.App\Command\ExampleCommand).
Resolving inheritance for "App\Command\ExampleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExampleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateCrudCommand" (parent: .abstract.instanceof.App\Command\GenerateCrudCommand).
Resolving inheritance for "App\Command\GenerateCrudCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateCrudCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController" (parent: .abstract.instanceof.App\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController).
Resolving inheritance for "App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ArticleController" (parent: .abstract.instanceof.App\Controller\Admin\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ArticleController).
Resolving inheritance for "App\Controller\Admin\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CampaignController" (parent: .abstract.instanceof.App\Controller\Admin\CampaignController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CampaignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CampaignController).
Resolving inheritance for "App\Controller\Admin\CampaignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CampaignController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryArticleController" (parent: .abstract.instanceof.App\Controller\Admin\CategoryArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryArticleController).
Resolving inheritance for "App\Controller\Admin\CategoryArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryController" (parent: .abstract.instanceof.App\Controller\Admin\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryController).
Resolving inheritance for "App\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactController" (parent: .abstract.instanceof.App\Controller\Admin\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactController).
Resolving inheritance for "App\Controller\Admin\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EcommerceOrderController" (parent: .abstract.instanceof.App\Controller\Admin\EcommerceOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EcommerceOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EcommerceOrderController).
Resolving inheritance for "App\Controller\Admin\EcommerceOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EcommerceOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FilemanagerController" (parent: .abstract.instanceof.App\Controller\Admin\FilemanagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FilemanagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FilemanagerController).
Resolving inheritance for "App\Controller\Admin\FilemanagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FilemanagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LauncherController" (parent: .abstract.instanceof.App\Controller\Admin\LauncherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LauncherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LauncherController).
Resolving inheritance for "App\Controller\Admin\LauncherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LauncherController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LicenceKeyController" (parent: .abstract.instanceof.App\Controller\Admin\LicenceKeyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LicenceKeyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LicenceKeyController).
Resolving inheritance for "App\Controller\Admin\LicenceKeyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LicenceKeyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController" (parent: .abstract.instanceof.App\Controller\Admin\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController).
Resolving inheritance for "App\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\QuestionController" (parent: .abstract.instanceof.App\Controller\Admin\QuestionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\QuestionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\QuestionController).
Resolving inheritance for "App\Controller\Admin\QuestionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\QuestionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RedirectionController" (parent: .abstract.instanceof.App\Controller\Admin\RedirectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RedirectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RedirectionController).
Resolving inheritance for "App\Controller\Admin\RedirectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RedirectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController" (parent: .abstract.instanceof.App\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController).
Resolving inheritance for "App\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeoRouteController" (parent: .abstract.instanceof.App\Controller\Admin\SeoRouteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeoRouteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeoRouteController).
Resolving inheritance for "App\Controller\Admin\SeoRouteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeoRouteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscriberController" (parent: .abstract.instanceof.App\Controller\Admin\SubscriberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscriberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscriberController).
Resolving inheritance for "App\Controller\Admin\SubscriberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscriberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscriberGroupController" (parent: .abstract.instanceof.App\Controller\Admin\SubscriberGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscriberGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscriberGroupController).
Resolving inheritance for "App\Controller\Admin\SubscriberGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscriberGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TemplateController" (parent: .abstract.instanceof.App\Controller\Admin\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TemplateController).
Resolving inheritance for "App\Controller\Admin\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController" (parent: .abstract.instanceof.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController).
Resolving inheritance for "App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController" (parent: .abstract.instanceof.App\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController).
Resolving inheritance for "App\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppController" (parent: .abstract.instanceof.App\Controller\AppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppController).
Resolving inheritance for "App\Controller\AppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleController" (parent: .abstract.instanceof.App\Controller\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleController).
Resolving inheritance for "App\Controller\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController" (parent: .abstract.instanceof.App\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController).
Resolving inheritance for "App\Controller\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EcommerceController" (parent: .abstract.instanceof.App\Controller\EcommerceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EcommerceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EcommerceController).
Resolving inheritance for "App\Controller\EcommerceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EcommerceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController" (parent: .abstract.instanceof.App\Controller\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController).
Resolving inheritance for "App\Controller\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController" (parent: .abstract.instanceof.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController).
Resolving inheritance for "App\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\RequestListener" (parent: .abstract.instanceof.App\EventListener\RequestListener).
Resolving inheritance for "App\EventListener\RequestListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\RequestListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserListener" (parent: .abstract.instanceof.App\EventListener\UserListener).
Resolving inheritance for "App\EventListener\UserListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleType" (parent: .abstract.instanceof.App\Form\ArticleType).
Resolving inheritance for "App\Form\ArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CampaignType" (parent: .abstract.instanceof.App\Form\CampaignType).
Resolving inheritance for "App\Form\CampaignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CampaignType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryArticleType" (parent: .abstract.instanceof.App\Form\CategoryArticleType).
Resolving inheritance for "App\Form\CategoryArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryArticleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType" (parent: .abstract.instanceof.App\Form\CategoryType).
Resolving inheritance for "App\Form\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType" (parent: .abstract.instanceof.App\Form\ContactType).
Resolving inheritance for "App\Form\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LauncherType" (parent: .abstract.instanceof.App\Form\LauncherType).
Resolving inheritance for "App\Form\LauncherType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LauncherType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LicenceKeyType" (parent: .abstract.instanceof.App\Form\LicenceKeyType).
Resolving inheritance for "App\Form\LicenceKeyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LicenceKeyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PictureType" (parent: .abstract.instanceof.App\Form\PictureType).
Resolving inheritance for "App\Form\PictureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PictureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType" (parent: .abstract.instanceof.App\Form\ProductType).
Resolving inheritance for "App\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuestionType" (parent: .abstract.instanceof.App\Form\QuestionType).
Resolving inheritance for "App\Form\QuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RedirectionType" (parent: .abstract.instanceof.App\Form\RedirectionType).
Resolving inheritance for "App\Form\RedirectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RedirectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType" (parent: .abstract.instanceof.App\Form\RegistrationType).
Resolving inheritance for "App\Form\RegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SeoRouteMetaType" (parent: .abstract.instanceof.App\Form\SeoRouteMetaType).
Resolving inheritance for "App\Form\SeoRouteMetaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SeoRouteMetaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SeoRouteType" (parent: .abstract.instanceof.App\Form\SeoRouteType).
Resolving inheritance for "App\Form\SeoRouteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SeoRouteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriberGroupType" (parent: .abstract.instanceof.App\Form\SubscriberGroupType).
Resolving inheritance for "App\Form\SubscriberGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriberGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriberType" (parent: .abstract.instanceof.App\Form\SubscriberType).
Resolving inheritance for "App\Form\SubscriberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemplateType" (parent: .abstract.instanceof.App\Form\TemplateType).
Resolving inheritance for "App\Form\TemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\YmlBlockType" (parent: .abstract.instanceof.App\Form\YmlBlockType).
Resolving inheritance for "App\Form\YmlBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\YmlBlockType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository" (parent: .abstract.instanceof.App\Repository\ArticleRepository).
Resolving inheritance for "App\Repository\ArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRepository" (parent: .abstract.instanceof.App\Repository\CampaignRepository).
Resolving inheritance for "App\Repository\CampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductRepository" (parent: .abstract.instanceof.App\Repository\CartProductRepository).
Resolving inheritance for "App\Repository\CartProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository" (parent: .abstract.instanceof.App\Repository\CartRepository).
Resolving inheritance for "App\Repository\CartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryArticleRepository" (parent: .abstract.instanceof.App\Repository\CategoryArticleRepository).
Resolving inheritance for "App\Repository\CategoryArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryArticleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository" (parent: .abstract.instanceof.App\Repository\ContactRepository).
Resolving inheritance for "App\Repository\ContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EcommerceOrderRepository" (parent: .abstract.instanceof.App\Repository\EcommerceOrderRepository).
Resolving inheritance for "App\Repository\EcommerceOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EcommerceOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictureRepository" (parent: .abstract.instanceof.App\Repository\PictureRepository).
Resolving inheritance for "App\Repository\PictureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuestionRepository" (parent: .abstract.instanceof.App\Repository\QuestionRepository).
Resolving inheritance for "App\Repository\QuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecipientRepository" (parent: .abstract.instanceof.App\Repository\RecipientRepository).
Resolving inheritance for "App\Repository\RecipientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecipientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeoRouteMetaRepository" (parent: .abstract.instanceof.App\Repository\SeoRouteMetaRepository).
Resolving inheritance for "App\Repository\SeoRouteMetaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeoRouteMetaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeoRouteRepository" (parent: .abstract.instanceof.App\Repository\SeoRouteRepository).
Resolving inheritance for "App\Repository\SeoRouteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeoRouteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriberGroupRepository" (parent: .abstract.instanceof.App\Repository\SubscriberGroupRepository).
Resolving inheritance for "App\Repository\SubscriberGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriberGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriberRepository" (parent: .abstract.instanceof.App\Repository\SubscriberRepository).
Resolving inheritance for "App\Repository\SubscriberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplateRepository" (parent: .abstract.instanceof.App\Repository\TemplateRepository).
Resolving inheritance for "App\Repository\TemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Service\TwigExtension" (parent: .abstract.instanceof.App\Service\TwigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\TwigExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Service\TwigExtension).
Resolving inheritance for "App\Service\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\TwigExtension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.user_listener" (parent: .abstract.instanceof.app.user_listener).
Resolving inheritance for "app.user_listener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.user_listener).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.twig.mobile_detect_extension" (parent: .abstract.instanceof.twig.mobile_detect_extension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.twig.mobile_detect_extension" (parent: .instanceof.Twig_ExtensionInterface.0.twig.mobile_detect_extension).
Resolving inheritance for "twig.mobile_detect_extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.twig.mobile_detect_extension).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.admin" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_login" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.json_login.api_login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.api_login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.api_login.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.api_login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.api_login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.refresh_jwt.api_login" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.api_login.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.api_login.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.api_login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" (parent: .instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "jms_i18n_routing.router" (parent: router.default).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.FOS\UserBundle\Controller\SecurityController" (parent: .abstract.instanceof.FOS\UserBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.FOS\UserBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.FOS\UserBundle\Controller\SecurityController).
Resolving inheritance for "FOS\UserBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.FOS\UserBundle\Controller\SecurityController).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.0" (parent: jms_translation.loader.symfony_adapter).
Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.1" (parent: jms_translation.loader.symfony_adapter).
Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.2" (parent: jms_translation.loader.symfony_adapter).
Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.3" (parent: jms_translation.loader.symfony_adapter).
Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.4" (parent: jms_translation.loader.symfony_adapter).
Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.5" (parent: jms_translation.loader.symfony_adapter).
Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.6" (parent: jms_translation.loader.symfony_adapter).
Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.7" (parent: jms_translation.loader.symfony_adapter).
Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.8" (parent: jms_translation.loader.symfony_adapter).
Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.9" (parent: jms_translation.loader.symfony_adapter).
Resolving inheritance for "jms_translation.loader.wrapped_symfony_loader.10" (parent: jms_translation.loader.symfony_adapter).
Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.0" (parent: jms_translation.dumper.symfony_adapter).
Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.1" (parent: jms_translation.dumper.symfony_adapter).
Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.2" (parent: jms_translation.dumper.symfony_adapter).
Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.3" (parent: jms_translation.dumper.symfony_adapter).
Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.4" (parent: jms_translation.dumper.symfony_adapter).
Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.5" (parent: jms_translation.dumper.symfony_adapter).
Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.6" (parent: jms_translation.dumper.symfony_adapter).
Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.7" (parent: jms_translation.dumper.symfony_adapter).
Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.8" (parent: jms_translation.dumper.symfony_adapter).
Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.9" (parent: jms_translation.dumper.symfony_adapter).
Resolving inheritance for "jms_translation.dumper.wrapped_symfony_dumper.10" (parent: jms_translation.dumper.symfony_adapter).
293
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "session_listener"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "a2lix_auto_form.manipulator.default"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.fos_userbundle"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.admin"; reason: private alias.
Removed service "security.user_checker.admin"; reason: private alias.
Removed service "security.authentication.session_strategy.api_login"; reason: private alias.
Removed service "security.user_checker.api_login"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "fos_user.doctrine_registry"; reason: private alias.
Removed service "FOS\UserBundle\Security\LoginManagerInterface"; reason: private alias.
Removed service "FOS\UserBundle\Util\TokenGeneratorInterface"; reason: private alias.
Removed service "FOS\UserBundle\Util\PasswordUpdaterInterface"; reason: private alias.
Removed service "FOS\UserBundle\Util\CanonicalFieldsUpdater"; reason: private alias.
Removed service "FOS\UserBundle\Model\UserManagerInterface"; reason: private alias.
Removed service "fos_user.util.email_canonicalizer"; reason: private alias.
Removed service "fos_user.util.username_canonicalizer"; reason: private alias.
Removed service "fos_user.util.token_generator"; reason: private alias.
Removed service "fos_user.mailer"; reason: private alias.
Removed service "FOS\UserBundle\Mailer\MailerInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\DoctrineBehaviors\Contract\Provider\LocaleProviderInterface"; reason: private alias.
Removed service "Knp\DoctrineBehaviors\Contract\Provider\UserProviderInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "jms_i18n_routing.locale_resolver"; reason: private alias.
Removed service "jms_i18n_routing.pattern_generation_strategy"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGeneratorInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ExtractorInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "a2lix_translation_form.locale_provider.default"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.k13634Q"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.LibXonM"; reason: private alias.
Removed service ".service_locator.9mKsKB_"; reason: private alias.
Removed service ".service_locator.sW2Y7bd"; reason: private alias.
Removed service ".service_locator.NMkdRQZ"; reason: private alias.
Removed service ".service_locator..W0WIDp"; reason: private alias.
Removed service ".service_locator.3ysqChC"; reason: private alias.
Removed service ".service_locator.NnqGtCv"; reason: private alias.
Removed service ".service_locator.EeqGeZh"; reason: private alias.
Removed service ".service_locator.EbtLg4E"; reason: private alias.
Removed service ".service_locator.Wfc7pe4"; reason: private alias.
Removed service ".service_locator.bNjMOa2"; reason: private alias.
Removed service ".service_locator.OIWouob"; reason: private alias.
Removed service ".service_locator.rZrxLw9"; reason: private alias.
Removed service ".service_locator.Gu_Lxm5"; reason: private alias.
Removed service ".service_locator.wGGkfSU"; reason: private alias.
Removed service ".service_locator.iUP9kwP"; reason: private alias.
Removed service ".service_locator.djD9N5e"; reason: private alias.
Removed service ".service_locator.no630kw"; reason: private alias.
Removed service ".service_locator.f4Qlczt"; reason: private alias.
Removed service ".service_locator.Zuuyb7n"; reason: private alias.
Removed service ".service_locator.s9pcT96"; reason: private alias.
Removed service ".service_locator.WJKHcgs"; reason: private alias.
Removed service ".service_locator.0oNj4Bs"; reason: private alias.
Removed service ".service_locator.IDx.WUm"; reason: private alias.
Removed service ".service_locator.lRaf0rq"; reason: private alias.
Removed service ".service_locator.wKF4yn1"; reason: private alias.
Removed service ".service_locator.KABZdoR"; reason: private alias.
Removed service ".service_locator.5I8.cVl"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.W9y3dzm"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.api_login"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.JBAFp66"; reason: private alias.
Removed service ".service_locator.khsRNXg"; reason: private alias.
Removed service ".service_locator.kydi4Ed"; reason: private alias.
Removed service ".service_locator.TEZUFLn"; reason: private alias.
Removed service ".service_locator.hh2FV6m"; reason: private alias.
Removed service ".service_locator.vkrRY17"; reason: private alias.
Removed service ".service_locator.8mWiteE"; reason: private alias.
Removed service ".service_locator.6UE6mJ1"; reason: private alias.
Removed service ".service_locator.u.ydQCy"; reason: private alias.
Removed service ".service_locator.QO6O3z9"; reason: private alias.
Removed service ".service_locator.yD4gYfx"; reason: private alias.
Removed service ".service_locator.KHoCA3J"; reason: private alias.
Removed service ".service_locator..HnYNl."; reason: private alias.
Removed service ".service_locator.mu0wbnN"; reason: private alias.
Removed service ".service_locator.VbsdbAu"; reason: private alias.
Removed service ".service_locator.OVOT.eQ"; reason: private alias.
Removed service ".service_locator.EVJuMV0"; reason: private alias.
Removed service ".service_locator.VJ6q5TG"; reason: private alias.
Removed service ".service_locator.QzEcBVT"; reason: private alias.
Removed service ".service_locator.dC_16q."; reason: private alias.
Removed service ".service_locator.iCoe3kH"; reason: private alias.
Removed service ".service_locator.n1FR0vU"; reason: private alias.
Removed service ".service_locator.wErF1a_"; reason: private alias.
Removed service ".service_locator.SeqO7Ns"; reason: private alias.
Removed service ".service_locator.OtSyS3c"; reason: private alias.
Removed service ".service_locator.kggn95D"; reason: private alias.
Removed service ".service_locator.fuAAEQy"; reason: private alias.
Removed service ".service_locator.XE05L4S"; reason: private alias.
Removed service ".service_locator.L4R91G3"; reason: private alias.
Removed service ".service_locator.NFoOWn0"; reason: private alias.
Removed service ".service_locator.mrIzkQf"; reason: private alias.
Removed service ".service_locator.HMy2eBu"; reason: private alias.
Removed service ".service_locator.oHRkdV2"; reason: private alias.
Removed service ".service_locator.fcsjNJL"; reason: private alias.
Removed service ".service_locator.O0WozA2"; reason: private alias.
Removed service ".service_locator.HsyDCHv"; reason: private alias.
Removed service ".service_locator.CNziEv5"; reason: private alias.
Removed service ".service_locator.1QaBz33"; reason: private alias.
Removed service ".service_locator.RIQ8_TB"; reason: private alias.
Removed service ".service_locator.mj_wqyU"; reason: private alias.
Removed service ".service_locator.mZWmMMT"; reason: private alias.
Removed service ".service_locator.MSad_mU"; reason: private alias.
Removed service ".service_locator.V4xU4BR"; reason: private alias.
Removed service ".service_locator.8PQa8Mp"; reason: private alias.
Removed service ".service_locator.S3Bk2.h"; reason: private alias.
Removed service ".service_locator.yR_HK6H"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
152
Changed reference of service "App\EventListener\RequestListener" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "App\EventListener\UserListener" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "App\Service\CheckRoute" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "App\Service\Mailer" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "App\Service\Seo" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "App\Service\Sitemap" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "App\Service\TwigExtension" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "app.user_listener" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "locale_listener" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "console.command.router_match" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "test.private_services_locator" previously pointing to "cache.default_clearer" to "cache.app_clearer".
Changed reference of service "test.private_services_locator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "test.private_services_locator" previously pointing to "debug.validator" to "validator".
Changed reference of service "test.private_services_locator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "test.private_services_locator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "test.private_services_locator" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "test.private_services_locator" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "test.private_services_locator" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "test.private_services_locator" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "test.private_services_locator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "test.private_services_locator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "test.private_services_locator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "test.private_services_locator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "test.private_services_locator" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "test.private_services_locator" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "test.private_services_locator" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "test.private_services_locator" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "test.private_services_locator" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "test.private_services_locator" previously pointing to "debug.validator" to "validator".
Changed reference of service "test.private_services_locator" previously pointing to "debug.validator" to "validator".
Changed reference of service "test.private_services_locator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "test.private_services_locator" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "test.private_services_locator" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "security.http_utils" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "security.http_utils" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.api_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.api_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.refresh_jwt.api_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.api_login.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_login.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_user.security.interactive_login_listener" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.username" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.username_email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.util.user_manipulator" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.util.user_manipulator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.mailer.twig_swift" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "fos_user.mailer.twig_symfony" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "fos_user.listener.flash" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_user.user_to_username_transformer" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.profile.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.profile.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.registration.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.registration.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.change_password.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.change_password.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.listener.resetting" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "fos_user.resetting.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.resetting.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Knp\DoctrineBehaviors\Provider\LocaleProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_i18n_routing.pattern_generation_strategy.default" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_i18n_routing.route_translation_extractor" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service "jms_translation.extractor.file.validation_extractor" previously pointing to "debug.validator" to "validator".
Changed reference of service "jms_translation.twig_extension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator._Jv90VS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Fle4lbX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "jms_i18n_routing.router" to "router".
Changed reference of service ".service_locator.ZzyYMEa" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.u9SLBJF" previously pointing to ".session.do-not-use" to "session".
279
Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "jms_translation.loader.symfony_adapter"; reason: abstract.
Removed service "jms_translation.dumper.symfony_adapter"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExampleCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ExampleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateCrudCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateCrudCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CampaignController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CategoryArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EcommerceOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EcommerceOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EcommerceOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FilemanagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FilemanagerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FilemanagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LauncherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LauncherController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LauncherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LicenceKeyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LicenceKeyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LicenceKeyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\QuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\QuestionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\QuestionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RedirectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RedirectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RedirectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeoRouteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeoRouteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SeoRouteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscriberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscriberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SubscriberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscriberGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscriberGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SubscriberGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EcommerceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EcommerceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EcommerceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\RequestListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\RequestListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\UserListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ArticleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CampaignType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CampaignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryArticleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoryArticleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LauncherType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LauncherType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LicenceKeyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LicenceKeyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PictureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PictureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\QuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RedirectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RedirectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SeoRouteMetaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SeoRouteMetaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SeoRouteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SeoRouteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriberGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubscriberGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubscriberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\YmlBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\YmlBlockType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArticleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CampaignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryArticleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EcommerceOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EcommerceOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PictureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecipientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RecipientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeoRouteMetaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeoRouteMetaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeoRouteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeoRouteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriberGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubscriberGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubscriberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.App\Service\TwigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\TwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\TwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.user_listener"; reason: abstract.
Removed service ".abstract.instanceof.app.user_listener"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.twig.mobile_detect_extension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.twig.mobile_detect_extension"; reason: abstract.
Removed service ".abstract.instanceof.twig.mobile_detect_extension"; reason: abstract.
Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Common\EventSubscriber.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.FOS\UserBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.FOS\UserBundle\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.FOS\UserBundle\Controller\SecurityController"; reason: abstract.
108
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "router.default"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.factory.service"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "data_collector.request.session_collector"; reason: unused.
Removed service "mime_types"; reason: unused.
Removed service "twig.template_iterator"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.runtime.serializer"; reason: unused.
Removed service "twig.extension.serializer"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_password_hasher"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "fos_user.user_provider.username"; reason: unused.
Removed service "fos_user.user_provider.email"; reason: unused.
Removed service "fos_user.user_checker"; reason: unused.
Removed service "fos_user.mailer.twig_swift"; reason: unused.
Removed service "fos_user.mailer.twig_symfony"; reason: unused.
Removed service "fos_user.mailer.noop"; reason: unused.
Removed service "doctrine.dbal.logger.chain"; reason: unused.
Removed service ".1_ServiceLocator~QCVDqMo"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "minishlink_web_push"; reason: unused.
Removed service "jms_i18n_routing.locale_choosing_listener"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~gKv8w1K"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.success_handler"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "jms_translation.dumper.wrapped_symfony_dumper.0"; reason: unused.
Removed service "jms_translation.dumper.wrapped_symfony_dumper.1"; reason: unused.
Removed service "jms_translation.dumper.wrapped_symfony_dumper.4"; reason: unused.
Removed service ".service_locator.C6PVGlk"; reason: unused.
Removed service ".service_locator.C6PVGlk.router.default"; reason: unused.
Removed service ".service_locator.GNc8e5B.FOS\UserBundle\Controller\SecurityController"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.tl8I8bj"; reason: unused.
76
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\AdminController" to "App\Controller\Admin\AdminController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\ArticleController" to "App\Controller\Admin\ArticleController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\CampaignController" to "App\Controller\Admin\CampaignController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\CategoryArticleController" to "App\Controller\Admin\CategoryArticleController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\CategoryController" to "App\Controller\Admin\CategoryController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\ContactController" to "App\Controller\Admin\ContactController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\EcommerceOrderController" to "App\Controller\Admin\EcommerceOrderController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\FilemanagerController" to "App\Controller\Admin\FilemanagerController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\LauncherController" to "App\Controller\Admin\LauncherController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\LicenceKeyController" to "App\Controller\Admin\LicenceKeyController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\ProductController" to "App\Controller\Admin\ProductController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\QuestionController" to "App\Controller\Admin\QuestionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\RedirectionController" to "App\Controller\Admin\RedirectionController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\SecurityController" to "App\Controller\Admin\SecurityController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\SeoRouteController" to "App\Controller\Admin\SeoRouteController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\SubscriberController" to "App\Controller\Admin\SubscriberController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\SubscriberGroupController" to "App\Controller\Admin\SubscriberGroupController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\TemplateController" to "App\Controller\Admin\TemplateController".
Inlined service ".service_locator.GNc8e5B.App\Controller\Admin\UserController" to "App\Controller\Admin\UserController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ApiController" to "App\Controller\ApiController".
Inlined service ".service_locator.GNc8e5B.App\Controller\AppController" to "App\Controller\AppController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ArticleController" to "App\Controller\ArticleController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ContactController" to "App\Controller\ContactController".
Inlined service ".service_locator.GNc8e5B.App\Controller\EcommerceController" to "App\Controller\EcommerceController".
Inlined service ".service_locator.GNc8e5B.App\Controller\NewsletterController" to "App\Controller\NewsletterController".
Inlined service ".service_locator.GNc8e5B.App\Controller\ProfileController" to "App\Controller\ProfileController".
Inlined service ".service_locator.GNc8e5B.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~HH6Fkw1" to "webpack_encore.twig_entry_files_extension".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service ".service_locator.u9SLBJF" to "test.session.listener".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
Inlined service ".service_locator.kODoftA" to "routing.loader.container".
Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
Inlined service ".service_locator.hXGlzEK" to "form.extension".
Inlined service ".service_locator.l6ELYLY" to "validator.validator_factory".
Inlined service ".service_locator.L1OAKmd" to "twig.runtime_loader".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service ".security.request_matcher.himUtCG" to "security.access_map".
Inlined service ".security.request_matcher.mSxhX6a" to "security.access_map".
Inlined service ".security.request_matcher.T0Gsiov" to "security.access_map".
Inlined service ".security.request_matcher.nnYC1sh" to "security.access_map".
Inlined service ".security.request_matcher.i0nnAHt" to "security.access_map".
Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
Inlined service ".security.request_matcher.DtPA6tq" to "security.access_map".
Inlined service ".security.request_matcher.sW49kSx" to "security.access_map".
Inlined service ".security.request_matcher.K_GxRfk" to "security.access_map".
Inlined service ".security.request_matcher.MpATQpu" to "security.access_map".
Inlined service ".security.request_matcher.4H5WmAM" to "security.access_map".
Inlined service ".security.request_matcher.79cjfuZ" to "security.access_map".
Inlined service ".security.request_matcher._pRcrzc" to "security.access_map".
Inlined service ".security.request_matcher.hkdWOnC" to "security.access_map".
Inlined service ".security.request_matcher.gWiZ8Xm" to "security.access_map".
Inlined service ".security.request_matcher.Pn7yvdV" to "security.access_map".
Inlined service ".security.request_matcher.5WMKYOk" to "security.access_map".
Inlined service ".security.request_matcher.TqftC2j" to "security.access_map".
Inlined service ".security.request_matcher.OcflDcB" to "security.access_map".
Inlined service ".security.request_matcher.z5tdTlU" to "security.access_map".
Inlined service ".security.request_matcher.KlW_d8S" to "security.access_map".
Inlined service ".security.request_matcher.aGE8f8H" to "security.access_map".
Inlined service ".service_locator.GNc8e5B.fos_user.security.controller" to "fos_user.security.controller".
Inlined service ".service_locator.GNc8e5B.fos_user.profile.controller" to "fos_user.profile.controller".
Inlined service ".service_locator.GNc8e5B.fos_user.registration.controller" to "fos_user.registration.controller".
Inlined service ".service_locator.GNc8e5B.fos_user.change_password.controller" to "fos_user.change_password.controller".
Inlined service ".service_locator.GNc8e5B.fos_user.resetting.controller" to "fos_user.resetting.controller".
Inlined service ".service_locator.MT7qglp" to "doctrine.dbal.default_connection.event_manager".
Inlined service ".service_locator.pqBX5nY" to "doctrine.orm.container_repository_factory".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.YO0punR" to "console.command_loader".