https://dev.mizogoo.fr/home

Log Messages

Level (7)
Channel (3)
Time Message
deprecation User Deprecated: Method "Symfony\Component\HttpKernel\KernelInterface::registerBundles()" might add "iterable" as a native return type declaration in the future. Do the same in implementation "App\Kernel" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::getContainerExtension()" might add "?ExtensionInterface" as a native return type declaration in the future. Do the same in child class "JMS\I18nRoutingBundle\JMSI18nRoutingBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.
deprecation User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
deprecation User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
info Matched route
"app_index"
.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
deprecation User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead.
deprecation User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead.
deprecation User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead.
deprecation User Deprecated: Since symfony/security-http 5.4: Method "Symfony\Component\Security\Http\Firewall\ContextListener::setRememberMeServices()" is deprecated, use the new remember me handlers instead.
deprecation User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.app" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.json.app" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.app" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.app" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated.
deprecation User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.admin" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.admin" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider" class is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.admin" service is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
info Populated the TokenStorage with an anonymous Token.
deprecation User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
deprecation User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
deprecation User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
deprecation User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.

There are no log messages.

Container Compilation Logs (2580)

Log messages generated during the compilation of the service container.
Messages Class
1
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.default
18
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.relative_resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.thumbnail
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.crop
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.grayscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.paste_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.watermark_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.background
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.strip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.scale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.upscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.downscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.auto_rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.flip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.interlace
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resample
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.fixed
5
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.jpegoptim
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.optipng
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.pngquant
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.mozjpeg
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.cwebp
2
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.default
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.no_cache_web_path
1
  • [liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
757
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\FeatureInitCommand" (parent: .abstract.instanceof.App\Command\ApiPrintCom\FeatureInitCommand).
  • Resolving inheritance for "App\Command\ApiPrintCom\FeatureInitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\FeatureInitCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\FeatureValueInitCommand" (parent: .abstract.instanceof.App\Command\ApiPrintCom\FeatureValueInitCommand).
  • Resolving inheritance for "App\Command\ApiPrintCom\FeatureValueInitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\FeatureValueInitCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\FindCommand" (parent: .abstract.instanceof.App\Command\ApiPrintCom\FindCommand).
  • Resolving inheritance for "App\Command\ApiPrintCom\FindCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\FindCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\PriceInitCommand" (parent: .abstract.instanceof.App\Command\ApiPrintCom\PriceInitCommand).
  • Resolving inheritance for "App\Command\ApiPrintCom\PriceInitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\PriceInitCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\ProductResetDataCommand" (parent: .abstract.instanceof.App\Command\ApiPrintCom\ProductResetDataCommand).
  • Resolving inheritance for "App\Command\ApiPrintCom\ProductResetDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\ProductResetDataCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\StepInitCommand" (parent: .abstract.instanceof.App\Command\ApiPrintCom\StepInitCommand).
  • Resolving inheritance for "App\Command\ApiPrintCom\StepInitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\StepInitCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckModelProductMenuMakerFileCommand" (parent: .abstract.instanceof.App\Command\CheckModelProductMenuMakerFileCommand).
  • Resolving inheritance for "App\Command\CheckModelProductMenuMakerFileCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckModelProductMenuMakerFileCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixBddCommand" (parent: .abstract.instanceof.App\Command\FixBddCommand).
  • Resolving inheritance for "App\Command\FixBddCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixBddCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailAppNotUsedCommand" (parent: .abstract.instanceof.App\Command\MailAppNotUsedCommand).
  • Resolving inheritance for "App\Command\MailAppNotUsedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailAppNotUsedCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailReviewCommand" (parent: .abstract.instanceof.App\Command\MailReviewCommand).
  • Resolving inheritance for "App\Command\MailReviewCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailReviewCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailSubscriptionAfter6WeeksCommand" (parent: .abstract.instanceof.App\Command\MailSubscriptionAfter6WeeksCommand).
  • Resolving inheritance for "App\Command\MailSubscriptionAfter6WeeksCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailSubscriptionAfter6WeeksCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailSubscriptionEndIn5DaysCommand" (parent: .abstract.instanceof.App\Command\MailSubscriptionEndIn5DaysCommand).
  • Resolving inheritance for "App\Command\MailSubscriptionEndIn5DaysCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailSubscriptionEndIn5DaysCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailSubscriptionFreeEndAfter15DaysCommand" (parent: .abstract.instanceof.App\Command\MailSubscriptionFreeEndAfter15DaysCommand).
  • Resolving inheritance for "App\Command\MailSubscriptionFreeEndAfter15DaysCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailSubscriptionFreeEndAfter15DaysCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailTestCommand" (parent: .abstract.instanceof.App\Command\MailTestCommand).
  • Resolving inheritance for "App\Command\MailTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailTestCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ModelCreateCommand" (parent: .abstract.instanceof.App\Command\ModelCreateCommand).
  • Resolving inheritance for "App\Command\ModelCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ModelCreateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShuffleMatricesCommand" (parent: .abstract.instanceof.App\Command\ShuffleMatricesCommand).
  • Resolving inheritance for "App\Command\ShuffleMatricesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShuffleMatricesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShuffleModelsCommand" (parent: .abstract.instanceof.App\Command\ShuffleModelsCommand).
  • Resolving inheritance for "App\Command\ShuffleModelsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShuffleModelsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserChangePasswordCommand" (parent: .abstract.instanceof.App\Command\UserChangePasswordCommand).
  • Resolving inheritance for "App\Command\UserChangePasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserChangePasswordCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserRemoveDataCommand" (parent: .abstract.instanceof.App\Command\UserRemoveDataCommand).
  • Resolving inheritance for "App\Command\UserRemoveDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserRemoveDataCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccountController" (parent: .abstract.instanceof.App\Controller\Admin\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccountController).
  • Resolving inheritance for "App\Controller\Admin\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccountController).
  • 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\AllergenController" (parent: .abstract.instanceof.App\Controller\Admin\AllergenController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AllergenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AllergenController).
  • Resolving inheritance for "App\Controller\Admin\AllergenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AllergenController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AttributController" (parent: .abstract.instanceof.App\Controller\Admin\AttributController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AttributController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AttributController).
  • Resolving inheritance for "App\Controller\Admin\AttributController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AttributController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AttributValueController" (parent: .abstract.instanceof.App\Controller\Admin\AttributValueController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AttributValueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AttributValueController).
  • Resolving inheritance for "App\Controller\Admin\AttributValueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AttributValueController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BillingContributorController" (parent: .abstract.instanceof.App\Controller\Admin\BillingContributorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BillingContributorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BillingContributorController).
  • Resolving inheritance for "App\Controller\Admin\BillingContributorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BillingContributorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BillingPayoutController" (parent: .abstract.instanceof.App\Controller\Admin\BillingPayoutController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BillingPayoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BillingPayoutController).
  • Resolving inheritance for "App\Controller\Admin\BillingPayoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BillingPayoutController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BillingSubscriptionController" (parent: .abstract.instanceof.App\Controller\Admin\BillingSubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BillingSubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BillingSubscriptionController).
  • Resolving inheritance for "App\Controller\Admin\BillingSubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BillingSubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CarrierController" (parent: .abstract.instanceof.App\Controller\Admin\CarrierController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CarrierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CarrierController).
  • Resolving inheritance for "App\Controller\Admin\CarrierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CarrierController).
  • 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\ContributorController" (parent: .abstract.instanceof.App\Controller\Admin\ContributorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContributorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContributorController).
  • Resolving inheritance for "App\Controller\Admin\ContributorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContributorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CreatorMatrixController" (parent: .abstract.instanceof.App\Controller\Admin\CreatorMatrixController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CreatorMatrixController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CreatorMatrixController).
  • Resolving inheritance for "App\Controller\Admin\CreatorMatrixController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CreatorMatrixController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CreatorMatrixSetController" (parent: .abstract.instanceof.App\Controller\Admin\CreatorMatrixSetController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CreatorMatrixSetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CreatorMatrixSetController).
  • Resolving inheritance for "App\Controller\Admin\CreatorMatrixSetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CreatorMatrixSetController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController" (parent: .abstract.instanceof.App\Controller\Admin\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController).
  • Resolving inheritance for "App\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DemandController" (parent: .abstract.instanceof.App\Controller\Admin\DemandController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DemandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DemandController).
  • Resolving inheritance for "App\Controller\Admin\DemandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DemandController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureController" (parent: .abstract.instanceof.App\Controller\Admin\FeatureController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureController).
  • Resolving inheritance for "App\Controller\Admin\FeatureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureFieldController" (parent: .abstract.instanceof.App\Controller\Admin\FeatureFieldController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureFieldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureFieldController).
  • Resolving inheritance for "App\Controller\Admin\FeatureFieldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureFieldController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FrameCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\FrameCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FrameCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FrameCategoryController).
  • Resolving inheritance for "App\Controller\Admin\FrameCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FrameCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FrameController" (parent: .abstract.instanceof.App\Controller\Admin\FrameController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FrameController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FrameController).
  • Resolving inheritance for "App\Controller\Admin\FrameController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FrameController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IconController" (parent: .abstract.instanceof.App\Controller\Admin\IconController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IconController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IconController).
  • Resolving inheritance for "App\Controller\Admin\IconController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IconController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogController" (parent: .abstract.instanceof.App\Controller\Admin\LogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogController).
  • Resolving inheritance for "App\Controller\Admin\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MatrixCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\MatrixCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MatrixCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MatrixCategoryController).
  • Resolving inheritance for "App\Controller\Admin\MatrixCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MatrixCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MatrixController" (parent: .abstract.instanceof.App\Controller\Admin\MatrixController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MatrixController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MatrixController).
  • Resolving inheritance for "App\Controller\Admin\MatrixController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MatrixController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MatrixMenuBuilderController" (parent: .abstract.instanceof.App\Controller\Admin\MatrixMenuBuilderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MatrixMenuBuilderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MatrixMenuBuilderController).
  • Resolving inheritance for "App\Controller\Admin\MatrixMenuBuilderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MatrixMenuBuilderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MenuBuilderController" (parent: .abstract.instanceof.App\Controller\Admin\MenuBuilderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MenuBuilderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MenuBuilderController).
  • Resolving inheritance for "App\Controller\Admin\MenuBuilderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MenuBuilderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModelCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\ModelCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModelCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModelCategoryController).
  • Resolving inheritance for "App\Controller\Admin\ModelCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModelCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModelController" (parent: .abstract.instanceof.App\Controller\Admin\ModelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModelController).
  • Resolving inheritance for "App\Controller\Admin\ModelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NotificationController" (parent: .abstract.instanceof.App\Controller\Admin\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NotificationController).
  • Resolving inheritance for "App\Controller\Admin\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderContributorController" (parent: .abstract.instanceof.App\Controller\Admin\OrderContributorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderContributorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderContributorController).
  • Resolving inheritance for "App\Controller\Admin\OrderContributorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderContributorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController" (parent: .abstract.instanceof.App\Controller\Admin\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController).
  • Resolving inheritance for "App\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentMethodController" (parent: .abstract.instanceof.App\Controller\Admin\PaymentMethodController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentMethodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentMethodController).
  • Resolving inheritance for "App\Controller\Admin\PaymentMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentMethodController).
  • 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\ProductFeatureController" (parent: .abstract.instanceof.App\Controller\Admin\ProductFeatureController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductFeatureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductFeatureController).
  • Resolving inheritance for "App\Controller\Admin\ProductFeatureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductFeatureController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductFeatureValueController" (parent: .abstract.instanceof.App\Controller\Admin\ProductFeatureValueController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductFeatureValueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductFeatureValueController).
  • Resolving inheritance for "App\Controller\Admin\ProductFeatureValueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductFeatureValueController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductMenuMakerController" (parent: .abstract.instanceof.App\Controller\Admin\ProductMenuMakerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductMenuMakerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductMenuMakerController).
  • Resolving inheritance for "App\Controller\Admin\ProductMenuMakerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductMenuMakerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPictureController" (parent: .abstract.instanceof.App\Controller\Admin\ProductPictureController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPictureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPictureController).
  • Resolving inheritance for "App\Controller\Admin\ProductPictureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPictureController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPriceController" (parent: .abstract.instanceof.App\Controller\Admin\ProductPriceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPriceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPriceController).
  • Resolving inheritance for "App\Controller\Admin\ProductPriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPriceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPriceMockupController" (parent: .abstract.instanceof.App\Controller\Admin\ProductPriceMockupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPriceMockupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPriceMockupController).
  • Resolving inheritance for "App\Controller\Admin\ProductPriceMockupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPriceMockupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductStepController" (parent: .abstract.instanceof.App\Controller\Admin\ProductStepController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductStepController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductStepController).
  • Resolving inheritance for "App\Controller\Admin\ProductStepController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductStepController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromotionController" (parent: .abstract.instanceof.App\Controller\Admin\PromotionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromotionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromotionController).
  • Resolving inheritance for "App\Controller\Admin\PromotionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromotionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SearchController" (parent: .abstract.instanceof.App\Controller\Admin\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SearchController).
  • Resolving inheritance for "App\Controller\Admin\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SearchController).
  • 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\SettingController" (parent: .abstract.instanceof.App\Controller\Admin\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SettingController).
  • Resolving inheritance for "App\Controller\Admin\SettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShapeCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\ShapeCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShapeCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShapeCategoryController).
  • Resolving inheritance for "App\Controller\Admin\ShapeCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShapeCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShapeController" (parent: .abstract.instanceof.App\Controller\Admin\ShapeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShapeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShapeController).
  • Resolving inheritance for "App\Controller\Admin\ShapeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShapeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticBuilderController" (parent: .abstract.instanceof.App\Controller\Admin\StatisticBuilderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticBuilderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticBuilderController).
  • Resolving inheritance for "App\Controller\Admin\StatisticBuilderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticBuilderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticBuilderCreationController" (parent: .abstract.instanceof.App\Controller\Admin\StatisticBuilderCreationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticBuilderCreationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticBuilderCreationController).
  • Resolving inheritance for "App\Controller\Admin\StatisticBuilderCreationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticBuilderCreationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticExportController" (parent: .abstract.instanceof.App\Controller\Admin\StatisticExportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticExportController).
  • Resolving inheritance for "App\Controller\Admin\StatisticExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticExportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticInstitutionDocumentController" (parent: .abstract.instanceof.App\Controller\Admin\StatisticInstitutionDocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticInstitutionDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticInstitutionDocumentController).
  • Resolving inheritance for "App\Controller\Admin\StatisticInstitutionDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticInstitutionDocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticSubscriptionController" (parent: .abstract.instanceof.App\Controller\Admin\StatisticSubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticSubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticSubscriptionController).
  • Resolving inheritance for "App\Controller\Admin\StatisticSubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticSubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StepController" (parent: .abstract.instanceof.App\Controller\Admin\StepController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StepController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StepController).
  • Resolving inheritance for "App\Controller\Admin\StepController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StepController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StepSubController" (parent: .abstract.instanceof.App\Controller\Admin\StepSubController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StepSubController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StepSubController).
  • Resolving inheritance for "App\Controller\Admin\StepSubController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StepSubController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscriptionController" (parent: .abstract.instanceof.App\Controller\Admin\SubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscriptionController).
  • Resolving inheritance for "App\Controller\Admin\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscriptionController).
  • 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\Api\AccountAddressController" (parent: .abstract.instanceof.App\Controller\Api\AccountAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountAddressController).
  • Resolving inheritance for "App\Controller\Api\AccountAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountAnalysisController" (parent: .abstract.instanceof.App\Controller\Api\AccountAnalysisController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountAnalysisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountAnalysisController).
  • Resolving inheritance for "App\Controller\Api\AccountAnalysisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountAnalysisController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountBeerCategoryController" (parent: .abstract.instanceof.App\Controller\Api\AccountBeerCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountBeerCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountBeerCategoryController).
  • Resolving inheritance for "App\Controller\Api\AccountBeerCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountBeerCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountBeerController" (parent: .abstract.instanceof.App\Controller\Api\AccountBeerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountBeerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountBeerController).
  • Resolving inheritance for "App\Controller\Api\AccountBeerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountBeerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountBeerPairingController" (parent: .abstract.instanceof.App\Controller\Api\AccountBeerPairingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountBeerPairingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountBeerPairingController).
  • Resolving inheritance for "App\Controller\Api\AccountBeerPairingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountBeerPairingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountCapacityController" (parent: .abstract.instanceof.App\Controller\Api\AccountCapacityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountCapacityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountCapacityController).
  • Resolving inheritance for "App\Controller\Api\AccountCapacityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountCapacityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountContestController" (parent: .abstract.instanceof.App\Controller\Api\AccountContestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountContestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountContestController).
  • Resolving inheritance for "App\Controller\Api\AccountContestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountContestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountController" (parent: .abstract.instanceof.App\Controller\Api\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountController).
  • Resolving inheritance for "App\Controller\Api\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountCreationController" (parent: .abstract.instanceof.App\Controller\Api\AccountCreationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountCreationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountCreationController).
  • Resolving inheritance for "App\Controller\Api\AccountCreationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountCreationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountDishCategoryController" (parent: .abstract.instanceof.App\Controller\Api\AccountDishCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountDishCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountDishCategoryController).
  • Resolving inheritance for "App\Controller\Api\AccountDishCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountDishCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountDishController" (parent: .abstract.instanceof.App\Controller\Api\AccountDishController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountDishController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountDishController).
  • Resolving inheritance for "App\Controller\Api\AccountDishController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountDishController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountDrinkCategoryController" (parent: .abstract.instanceof.App\Controller\Api\AccountDrinkCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountDrinkCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountDrinkCategoryController).
  • Resolving inheritance for "App\Controller\Api\AccountDrinkCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountDrinkCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountDrinkController" (parent: .abstract.instanceof.App\Controller\Api\AccountDrinkController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountDrinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountDrinkController).
  • Resolving inheritance for "App\Controller\Api\AccountDrinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountDrinkController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountFavoriteElementController" (parent: .abstract.instanceof.App\Controller\Api\AccountFavoriteElementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountFavoriteElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountFavoriteElementController).
  • Resolving inheritance for "App\Controller\Api\AccountFavoriteElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountFavoriteElementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountFavoriteImageController" (parent: .abstract.instanceof.App\Controller\Api\AccountFavoriteImageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountFavoriteImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountFavoriteImageController).
  • Resolving inheritance for "App\Controller\Api\AccountFavoriteImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountFavoriteImageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionAppPersonalizationController" (parent: .abstract.instanceof.App\Controller\Api\AccountInstitutionAppPersonalizationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionAppPersonalizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionAppPersonalizationController).
  • Resolving inheritance for "App\Controller\Api\AccountInstitutionAppPersonalizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionAppPersonalizationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionController" (parent: .abstract.instanceof.App\Controller\Api\AccountInstitutionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionController).
  • Resolving inheritance for "App\Controller\Api\AccountInstitutionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionDocumentController" (parent: .abstract.instanceof.App\Controller\Api\AccountInstitutionDocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionDocumentController).
  • Resolving inheritance for "App\Controller\Api\AccountInstitutionDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionDocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionQrCodeController" (parent: .abstract.instanceof.App\Controller\Api\AccountInstitutionQrCodeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionQrCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionQrCodeController).
  • Resolving inheritance for "App\Controller\Api\AccountInstitutionQrCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionQrCodeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionReviewController" (parent: .abstract.instanceof.App\Controller\Api\AccountInstitutionReviewController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionReviewController).
  • Resolving inheritance for "App\Controller\Api\AccountInstitutionReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionReviewController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountMenuCategoryController" (parent: .abstract.instanceof.App\Controller\Api\AccountMenuCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountMenuCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountMenuCategoryController).
  • Resolving inheritance for "App\Controller\Api\AccountMenuCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountMenuCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountMenuController" (parent: .abstract.instanceof.App\Controller\Api\AccountMenuController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountMenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountMenuController).
  • Resolving inheritance for "App\Controller\Api\AccountMenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountMenuController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountOfferController" (parent: .abstract.instanceof.App\Controller\Api\AccountOfferController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountOfferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountOfferController).
  • Resolving inheritance for "App\Controller\Api\AccountOfferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountOfferController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountOnboardingController" (parent: .abstract.instanceof.App\Controller\Api\AccountOnboardingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountOnboardingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountOnboardingController).
  • Resolving inheritance for "App\Controller\Api\AccountOnboardingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountOnboardingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountOrderController" (parent: .abstract.instanceof.App\Controller\Api\AccountOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountOrderController).
  • Resolving inheritance for "App\Controller\Api\AccountOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountProductCategoryPositionController" (parent: .abstract.instanceof.App\Controller\Api\AccountProductCategoryPositionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountProductCategoryPositionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountProductCategoryPositionController).
  • Resolving inheritance for "App\Controller\Api\AccountProductCategoryPositionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountProductCategoryPositionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountSubscriptionController" (parent: .abstract.instanceof.App\Controller\Api\AccountSubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountSubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountSubscriptionController).
  • Resolving inheritance for "App\Controller\Api\AccountSubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountSubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountWineCategoryController" (parent: .abstract.instanceof.App\Controller\Api\AccountWineCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountWineCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountWineCategoryController).
  • Resolving inheritance for "App\Controller\Api\AccountWineCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountWineCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountWineController" (parent: .abstract.instanceof.App\Controller\Api\AccountWineController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountWineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountWineController).
  • Resolving inheritance for "App\Controller\Api\AccountWineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountWineController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountWinePairingController" (parent: .abstract.instanceof.App\Controller\Api\AccountWinePairingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountWinePairingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountWinePairingController).
  • Resolving inheritance for "App\Controller\Api\AccountWinePairingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountWinePairingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AllergenController" (parent: .abstract.instanceof.App\Controller\Api\AllergenController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AllergenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AllergenController).
  • Resolving inheritance for "App\Controller\Api\AllergenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AllergenController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AppleAppSiteAssociationController" (parent: .abstract.instanceof.App\Controller\Api\AppleAppSiteAssociationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AppleAppSiteAssociationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AppleAppSiteAssociationController).
  • Resolving inheritance for "App\Controller\Api\AppleAppSiteAssociationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AppleAppSiteAssociationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArticleCategoryController" (parent: .abstract.instanceof.App\Controller\Api\ArticleCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArticleCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArticleCategoryController).
  • Resolving inheritance for "App\Controller\Api\ArticleCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArticleCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArticleController" (parent: .abstract.instanceof.App\Controller\Api\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArticleController).
  • Resolving inheritance for "App\Controller\Api\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BeerColorController" (parent: .abstract.instanceof.App\Controller\Api\BeerColorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BeerColorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BeerColorController).
  • Resolving inheritance for "App\Controller\Api\BeerColorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BeerColorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CartController" (parent: .abstract.instanceof.App\Controller\Api\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CartController).
  • Resolving inheritance for "App\Controller\Api\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CartElementController" (parent: .abstract.instanceof.App\Controller\Api\CartElementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CartElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CartElementController).
  • Resolving inheritance for "App\Controller\Api\CartElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CartElementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ContactFormController" (parent: .abstract.instanceof.App\Controller\Api\ContactFormController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ContactFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ContactFormController).
  • Resolving inheritance for "App\Controller\Api\ContactFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ContactFormController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CreationCategoryController" (parent: .abstract.instanceof.App\Controller\Api\CreationCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CreationCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CreationCategoryController).
  • Resolving inheritance for "App\Controller\Api\CreationCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CreationCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CreationController" (parent: .abstract.instanceof.App\Controller\Api\CreationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CreationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CreationController).
  • Resolving inheritance for "App\Controller\Api\CreationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CreationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DoItForMeController" (parent: .abstract.instanceof.App\Controller\Api\DoItForMeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DoItForMeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DoItForMeController).
  • Resolving inheritance for "App\Controller\Api\DoItForMeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DoItForMeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EmenuController" (parent: .abstract.instanceof.App\Controller\Api\EmenuController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EmenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EmenuController).
  • Resolving inheritance for "App\Controller\Api\EmenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EmenuController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FinderController" (parent: .abstract.instanceof.App\Controller\Api\FinderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FinderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FinderController).
  • Resolving inheritance for "App\Controller\Api\FinderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FinderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FormatController" (parent: .abstract.instanceof.App\Controller\Api\FormatController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FormatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FormatController).
  • Resolving inheritance for "App\Controller\Api\FormatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FormatController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FrameController" (parent: .abstract.instanceof.App\Controller\Api\FrameController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FrameController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FrameController).
  • Resolving inheritance for "App\Controller\Api\FrameController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FrameController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GoogleCloudTranslateController" (parent: .abstract.instanceof.App\Controller\Api\GoogleCloudTranslateController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GoogleCloudTranslateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GoogleCloudTranslateController).
  • Resolving inheritance for "App\Controller\Api\GoogleCloudTranslateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GoogleCloudTranslateController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GrapeController" (parent: .abstract.instanceof.App\Controller\Api\GrapeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GrapeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GrapeController).
  • Resolving inheritance for "App\Controller\Api\GrapeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GrapeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HelpCenterController" (parent: .abstract.instanceof.App\Controller\Api\HelpCenterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HelpCenterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HelpCenterController).
  • Resolving inheritance for "App\Controller\Api\HelpCenterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HelpCenterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HighlightedMessageController" (parent: .abstract.instanceof.App\Controller\Api\HighlightedMessageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HighlightedMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HighlightedMessageController).
  • Resolving inheritance for "App\Controller\Api\HighlightedMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HighlightedMessageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IconController" (parent: .abstract.instanceof.App\Controller\Api\IconController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IconController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IconController).
  • Resolving inheritance for "App\Controller\Api\IconController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IconController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ImageController" (parent: .abstract.instanceof.App\Controller\Api\ImageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ImageController).
  • Resolving inheritance for "App\Controller\Api\ImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ImageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InstitutionDocumentHomeController" (parent: .abstract.instanceof.App\Controller\Api\InstitutionDocumentHomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InstitutionDocumentHomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InstitutionDocumentHomeController).
  • Resolving inheritance for "App\Controller\Api\InstitutionDocumentHomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InstitutionDocumentHomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InstitutionHomeController" (parent: .abstract.instanceof.App\Controller\Api\InstitutionHomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InstitutionHomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InstitutionHomeController).
  • Resolving inheritance for "App\Controller\Api\InstitutionHomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InstitutionHomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InstitutionQrCodeHomeController" (parent: .abstract.instanceof.App\Controller\Api\InstitutionQrCodeHomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InstitutionQrCodeHomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InstitutionQrCodeHomeController).
  • Resolving inheritance for "App\Controller\Api\InstitutionQrCodeHomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InstitutionQrCodeHomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LabelController" (parent: .abstract.instanceof.App\Controller\Api\LabelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LabelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LabelController).
  • Resolving inheritance for "App\Controller\Api\LabelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LabelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LocaleFrontController" (parent: .abstract.instanceof.App\Controller\Api\LocaleFrontController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LocaleFrontController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LocaleFrontController).
  • Resolving inheritance for "App\Controller\Api\LocaleFrontController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LocaleFrontController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MatrixController" (parent: .abstract.instanceof.App\Controller\Api\MatrixController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MatrixController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MatrixController).
  • Resolving inheritance for "App\Controller\Api\MatrixController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MatrixController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MobileAppController" (parent: .abstract.instanceof.App\Controller\Api\MobileAppController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MobileAppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MobileAppController).
  • Resolving inheritance for "App\Controller\Api\MobileAppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MobileAppController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ModelController" (parent: .abstract.instanceof.App\Controller\Api\ModelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ModelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ModelController).
  • Resolving inheritance for "App\Controller\Api\ModelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ModelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\NewsletterSubscriptionController" (parent: .abstract.instanceof.App\Controller\Api\NewsletterSubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\NewsletterSubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\NewsletterSubscriptionController).
  • Resolving inheritance for "App\Controller\Api\NewsletterSubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\NewsletterSubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaymentStripeController" (parent: .abstract.instanceof.App\Controller\Api\PaymentStripeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaymentStripeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaymentStripeController).
  • Resolving inheritance for "App\Controller\Api\PaymentStripeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaymentStripeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaymentStripeSubscriptionController" (parent: .abstract.instanceof.App\Controller\Api\PaymentStripeSubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaymentStripeSubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaymentStripeSubscriptionController).
  • Resolving inheritance for "App\Controller\Api\PaymentStripeSubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaymentStripeSubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PixabayImageController" (parent: .abstract.instanceof.App\Controller\Api\PixabayImageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PixabayImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PixabayImageController).
  • Resolving inheritance for "App\Controller\Api\PixabayImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PixabayImageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PrintMyFileController" (parent: .abstract.instanceof.App\Controller\Api\PrintMyFileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PrintMyFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PrintMyFileController).
  • Resolving inheritance for "App\Controller\Api\PrintMyFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PrintMyFileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProductController" (parent: .abstract.instanceof.App\Controller\Api\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProductController).
  • Resolving inheritance for "App\Controller\Api\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProductReviewController" (parent: .abstract.instanceof.App\Controller\Api\ProductReviewController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProductReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProductReviewController).
  • Resolving inheritance for "App\Controller\Api\ProductReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProductReviewController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProductReviewSummaryController" (parent: .abstract.instanceof.App\Controller\Api\ProductReviewSummaryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProductReviewSummaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProductReviewSummaryController).
  • Resolving inheritance for "App\Controller\Api\ProductReviewSummaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProductReviewSummaryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PromotionController" (parent: .abstract.instanceof.App\Controller\Api\PromotionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PromotionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PromotionController).
  • Resolving inheritance for "App\Controller\Api\PromotionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PromotionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\QrCodeRedirectController" (parent: .abstract.instanceof.App\Controller\Api\QrCodeRedirectController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\QrCodeRedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\QrCodeRedirectController).
  • Resolving inheritance for "App\Controller\Api\QrCodeRedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\QrCodeRedirectController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ReviewController" (parent: .abstract.instanceof.App\Controller\Api\ReviewController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ReviewController).
  • Resolving inheritance for "App\Controller\Api\ReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ReviewController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SecurityController" (parent: .abstract.instanceof.App\Controller\Api\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SecurityController).
  • Resolving inheritance for "App\Controller\Api\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ShapeController" (parent: .abstract.instanceof.App\Controller\Api\ShapeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ShapeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ShapeController).
  • Resolving inheritance for "App\Controller\Api\ShapeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ShapeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SubscriptionController" (parent: .abstract.instanceof.App\Controller\Api\SubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SubscriptionController).
  • Resolving inheritance for "App\Controller\Api\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WarehouseController" (parent: .abstract.instanceof.App\Controller\Api\WarehouseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WarehouseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WarehouseController).
  • Resolving inheritance for "App\Controller\Api\WarehouseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WarehouseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WebinarController" (parent: .abstract.instanceof.App\Controller\Api\WebinarController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WebinarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WebinarController).
  • Resolving inheritance for "App\Controller\Api\WebinarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WebinarController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WineColorController" (parent: .abstract.instanceof.App\Controller\Api\WineColorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WineColorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WineColorController).
  • Resolving inheritance for "App\Controller\Api\WineColorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WineColorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiPrintCom\LoginController" (parent: .abstract.instanceof.App\Controller\ApiPrintCom\LoginController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiPrintCom\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiPrintCom\LoginController).
  • Resolving inheritance for "App\Controller\ApiPrintCom\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiPrintCom\LoginController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AppController" (parent: .abstract.instanceof.App\Controller\Front\AppController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AppController).
  • Resolving inheritance for "App\Controller\Front\AppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AppController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MenuBuilderController" (parent: .abstract.instanceof.App\Controller\Front\MenuBuilderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MenuBuilderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MenuBuilderController).
  • Resolving inheritance for "App\Controller\Front\MenuBuilderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MenuBuilderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MobileController" (parent: .abstract.instanceof.App\Controller\Front\MobileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MobileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MobileController).
  • Resolving inheritance for "App\Controller\Front\MobileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MobileController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommentSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CommentSubscriber).
  • Resolving inheritance for "App\EventSubscriber\CommentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommentSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FeatureSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\FeatureSubscriber).
  • Resolving inheritance for "App\EventSubscriber\FeatureSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FeatureSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\NotificationSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\NotificationSubscriber).
  • Resolving inheritance for "App\EventSubscriber\NotificationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\NotificationSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserSubscriber).
  • Resolving inheritance for "App\EventSubscriber\UserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountContributorType" (parent: .abstract.instanceof.App\Form\AccountContributorType).
  • Resolving inheritance for "App\Form\AccountContributorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountContributorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountType" (parent: .abstract.instanceof.App\Form\AccountType).
  • Resolving inheritance for "App\Form\AccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AllergenTranslationType" (parent: .abstract.instanceof.App\Form\AllergenTranslationType).
  • Resolving inheritance for "App\Form\AllergenTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AllergenTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AllergenType" (parent: .abstract.instanceof.App\Form\AllergenType).
  • Resolving inheritance for "App\Form\AllergenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AllergenType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributTranslationType" (parent: .abstract.instanceof.App\Form\AttributTranslationType).
  • Resolving inheritance for "App\Form\AttributTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributType" (parent: .abstract.instanceof.App\Form\AttributType).
  • Resolving inheritance for "App\Form\AttributType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributValueTranslationType" (parent: .abstract.instanceof.App\Form\AttributValueTranslationType).
  • Resolving inheritance for "App\Form\AttributValueTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributValueTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributValueType" (parent: .abstract.instanceof.App\Form\AttributValueType).
  • Resolving inheritance for "App\Form\AttributValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributValueType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CarrierType" (parent: .abstract.instanceof.App\Form\CarrierType).
  • Resolving inheritance for "App\Form\CarrierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CarrierType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryTranslationType" (parent: .abstract.instanceof.App\Form\CategoryTranslationType).
  • Resolving inheritance for "App\Form\CategoryTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryTranslationType).
  • 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\ContributorType" (parent: .abstract.instanceof.App\Form\ContributorType).
  • Resolving inheritance for "App\Form\ContributorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContributorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreatorMatrixType" (parent: .abstract.instanceof.App\Form\CreatorMatrixType).
  • Resolving inheritance for "App\Form\CreatorMatrixType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreatorMatrixType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType" (parent: .abstract.instanceof.App\Form\CustomerType).
  • Resolving inheritance for "App\Form\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DemandObjectType" (parent: .abstract.instanceof.App\Form\DemandObjectType).
  • Resolving inheritance for "App\Form\DemandObjectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DemandObjectType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\ButtonTypeIconExtension" (parent: .abstract.instanceof.App\Form\Extension\ButtonTypeIconExtension).
  • Resolving inheritance for "App\Form\Extension\ButtonTypeIconExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\ButtonTypeIconExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\HelperTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\HelperTypeExtension).
  • Resolving inheritance for "App\Form\Extension\HelperTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\HelperTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureFieldTranslationType" (parent: .abstract.instanceof.App\Form\FeatureFieldTranslationType).
  • Resolving inheritance for "App\Form\FeatureFieldTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureFieldTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureFieldType" (parent: .abstract.instanceof.App\Form\FeatureFieldType).
  • Resolving inheritance for "App\Form\FeatureFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureFieldType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureTranslationType" (parent: .abstract.instanceof.App\Form\FeatureTranslationType).
  • Resolving inheritance for "App\Form\FeatureTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureType" (parent: .abstract.instanceof.App\Form\FeatureType).
  • Resolving inheritance for "App\Form\FeatureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureUpdateType" (parent: .abstract.instanceof.App\Form\FeatureUpdateType).
  • Resolving inheritance for "App\Form\FeatureUpdateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureUpdateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterCreatorMatrixType" (parent: .abstract.instanceof.App\Form\FilterCreatorMatrixType).
  • Resolving inheritance for "App\Form\FilterCreatorMatrixType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterCreatorMatrixType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterLogType" (parent: .abstract.instanceof.App\Form\FilterLogType).
  • Resolving inheritance for "App\Form\FilterLogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterLogType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterMatrixType" (parent: .abstract.instanceof.App\Form\FilterMatrixType).
  • Resolving inheritance for "App\Form\FilterMatrixType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterMatrixType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterOrderContributorType" (parent: .abstract.instanceof.App\Form\FilterOrderContributorType).
  • Resolving inheritance for "App\Form\FilterOrderContributorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterOrderContributorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterOrderType" (parent: .abstract.instanceof.App\Form\FilterOrderType).
  • Resolving inheritance for "App\Form\FilterOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterOrderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterStatisticBuilderCreationType" (parent: .abstract.instanceof.App\Form\FilterStatisticBuilderCreationType).
  • Resolving inheritance for "App\Form\FilterStatisticBuilderCreationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterStatisticBuilderCreationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterStatisticBuilderType" (parent: .abstract.instanceof.App\Form\FilterStatisticBuilderType).
  • Resolving inheritance for "App\Form\FilterStatisticBuilderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterStatisticBuilderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterStatisticInstitutionDocumentType" (parent: .abstract.instanceof.App\Form\FilterStatisticInstitutionDocumentType).
  • Resolving inheritance for "App\Form\FilterStatisticInstitutionDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterStatisticInstitutionDocumentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterStatisticUserSubscriptionType" (parent: .abstract.instanceof.App\Form\FilterStatisticUserSubscriptionType).
  • Resolving inheritance for "App\Form\FilterStatisticUserSubscriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterStatisticUserSubscriptionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrameCategoryTranslationType" (parent: .abstract.instanceof.App\Form\FrameCategoryTranslationType).
  • Resolving inheritance for "App\Form\FrameCategoryTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrameCategoryTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrameCategoryType" (parent: .abstract.instanceof.App\Form\FrameCategoryType).
  • Resolving inheritance for "App\Form\FrameCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrameCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrameTranslationType" (parent: .abstract.instanceof.App\Form\FrameTranslationType).
  • Resolving inheritance for "App\Form\FrameTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrameTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrameType" (parent: .abstract.instanceof.App\Form\FrameType).
  • Resolving inheritance for "App\Form\FrameType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrameType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IconPackFormType" (parent: .abstract.instanceof.App\Form\IconPackFormType).
  • Resolving inheritance for "App\Form\IconPackFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IconPackFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixCategoryTranslationType" (parent: .abstract.instanceof.App\Form\MatrixCategoryTranslationType).
  • Resolving inheritance for "App\Form\MatrixCategoryTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixCategoryTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixCategoryType" (parent: .abstract.instanceof.App\Form\MatrixCategoryType).
  • Resolving inheritance for "App\Form\MatrixCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixDuplicateType" (parent: .abstract.instanceof.App\Form\MatrixDuplicateType).
  • Resolving inheritance for "App\Form\MatrixDuplicateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixDuplicateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixSetType" (parent: .abstract.instanceof.App\Form\MatrixSetType).
  • Resolving inheritance for "App\Form\MatrixSetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixSetType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixTranslationType" (parent: .abstract.instanceof.App\Form\MatrixTranslationType).
  • Resolving inheritance for "App\Form\MatrixTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixType" (parent: .abstract.instanceof.App\Form\MatrixType).
  • Resolving inheritance for "App\Form\MatrixType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixValidateType" (parent: .abstract.instanceof.App\Form\MatrixValidateType).
  • Resolving inheritance for "App\Form\MatrixValidateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixValidateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModelCategoryTranslationType" (parent: .abstract.instanceof.App\Form\ModelCategoryTranslationType).
  • Resolving inheritance for "App\Form\ModelCategoryTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModelCategoryTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModelCategoryType" (parent: .abstract.instanceof.App\Form\ModelCategoryType).
  • Resolving inheritance for "App\Form\ModelCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModelCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModelTranslationType" (parent: .abstract.instanceof.App\Form\ModelTranslationType).
  • Resolving inheritance for "App\Form\ModelTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModelTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModelType" (parent: .abstract.instanceof.App\Form\ModelType).
  • Resolving inheritance for "App\Form\ModelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModelType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MultipleFrameType" (parent: .abstract.instanceof.App\Form\MultipleFrameType).
  • Resolving inheritance for "App\Form\MultipleFrameType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MultipleFrameType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MultipleShapeType" (parent: .abstract.instanceof.App\Form\MultipleShapeType).
  • Resolving inheritance for "App\Form\MultipleShapeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MultipleShapeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderShipType" (parent: .abstract.instanceof.App\Form\OrderShipType).
  • Resolving inheritance for "App\Form\OrderShipType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderShipType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderStepType" (parent: .abstract.instanceof.App\Form\OrderStepType).
  • Resolving inheritance for "App\Form\OrderStepType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderStepType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderStepUpdateType" (parent: .abstract.instanceof.App\Form\OrderStepUpdateType).
  • Resolving inheritance for "App\Form\OrderStepUpdateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderStepUpdateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentMethodType" (parent: .abstract.instanceof.App\Form\PaymentMethodType).
  • Resolving inheritance for "App\Form\PaymentMethodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentMethodType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFeatureType" (parent: .abstract.instanceof.App\Form\ProductFeatureType).
  • Resolving inheritance for "App\Form\ProductFeatureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFeatureType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFeatureUpdateType" (parent: .abstract.instanceof.App\Form\ProductFeatureUpdateType).
  • Resolving inheritance for "App\Form\ProductFeatureUpdateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFeatureUpdateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFeatureValueTranslationType" (parent: .abstract.instanceof.App\Form\ProductFeatureValueTranslationType).
  • Resolving inheritance for "App\Form\ProductFeatureValueTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFeatureValueTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFeatureValueType" (parent: .abstract.instanceof.App\Form\ProductFeatureValueType).
  • Resolving inheritance for "App\Form\ProductFeatureValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFeatureValueType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductMenuMakerType" (parent: .abstract.instanceof.App\Form\ProductMenuMakerType).
  • Resolving inheritance for "App\Form\ProductMenuMakerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductMenuMakerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPictureType" (parent: .abstract.instanceof.App\Form\ProductPictureType).
  • Resolving inheritance for "App\Form\ProductPictureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPictureType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPriceType" (parent: .abstract.instanceof.App\Form\ProductPriceType).
  • Resolving inheritance for "App\Form\ProductPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPriceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductStepType" (parent: .abstract.instanceof.App\Form\ProductStepType).
  • Resolving inheritance for "App\Form\ProductStepType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductStepType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductTranslationType" (parent: .abstract.instanceof.App\Form\ProductTranslationType).
  • Resolving inheritance for "App\Form\ProductTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductTranslationType).
  • 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\PromotionType" (parent: .abstract.instanceof.App\Form\PromotionType).
  • Resolving inheritance for "App\Form\PromotionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromotionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingType" (parent: .abstract.instanceof.App\Form\SettingType).
  • Resolving inheritance for "App\Form\SettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShapeCategoryTranslationType" (parent: .abstract.instanceof.App\Form\ShapeCategoryTranslationType).
  • Resolving inheritance for "App\Form\ShapeCategoryTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShapeCategoryTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShapeCategoryType" (parent: .abstract.instanceof.App\Form\ShapeCategoryType).
  • Resolving inheritance for "App\Form\ShapeCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShapeCategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShapeTranslationType" (parent: .abstract.instanceof.App\Form\ShapeTranslationType).
  • Resolving inheritance for "App\Form\ShapeTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShapeTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShapeType" (parent: .abstract.instanceof.App\Form\ShapeType).
  • Resolving inheritance for "App\Form\ShapeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShapeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StepSubTranslationType" (parent: .abstract.instanceof.App\Form\StepSubTranslationType).
  • Resolving inheritance for "App\Form\StepSubTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StepSubTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StepSubType" (parent: .abstract.instanceof.App\Form\StepSubType).
  • Resolving inheritance for "App\Form\StepSubType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StepSubType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StepTranslationType" (parent: .abstract.instanceof.App\Form\StepTranslationType).
  • Resolving inheritance for "App\Form\StepTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StepTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StepType" (parent: .abstract.instanceof.App\Form\StepType).
  • Resolving inheritance for "App\Form\StepType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StepType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriptionTranslationType" (parent: .abstract.instanceof.App\Form\SubscriptionTranslationType).
  • Resolving inheritance for "App\Form\SubscriptionTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriptionTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriptionType" (parent: .abstract.instanceof.App\Form\SubscriptionType).
  • Resolving inheritance for "App\Form\SubscriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriptionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SaveType" (parent: .abstract.instanceof.App\Form\Type\SaveType).
  • Resolving inheritance for "App\Form\Type\SaveType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SaveType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TagsType" (parent: .abstract.instanceof.App\Form\Type\TagsType).
  • Resolving inheritance for "App\Form\Type\TagsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TagsType).
  • 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\UserUpdateType" (parent: .abstract.instanceof.App\Form\UserUpdateType).
  • Resolving inheritance for "App\Form\UserUpdateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserUpdateType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleAuthorRepository" (parent: .abstract.instanceof.App\Repository\ArticleAuthorRepository).
  • Resolving inheritance for "App\Repository\ArticleAuthorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleAuthorRepository).
  • 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\ComponentRepository" (parent: .abstract.instanceof.App\Repository\ComponentRepository).
  • Resolving inheritance for "App\Repository\ComponentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactFormRepository" (parent: .abstract.instanceof.App\Repository\ContactFormRepository).
  • Resolving inheritance for "App\Repository\ContactFormRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactFormRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CreationRepository" (parent: .abstract.instanceof.App\Repository\CreationRepository).
  • Resolving inheritance for "App\Repository\CreationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CreationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HighlightedMessageRepository" (parent: .abstract.instanceof.App\Repository\HighlightedMessageRepository).
  • Resolving inheritance for "App\Repository\HighlightedMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HighlightedMessageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InstitutionDocumentRepository" (parent: .abstract.instanceof.App\Repository\InstitutionDocumentRepository).
  • Resolving inheritance for "App\Repository\InstitutionDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InstitutionDocumentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository" (parent: .abstract.instanceof.App\Repository\LogRepository).
  • Resolving inheritance for "App\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MatrixRepository" (parent: .abstract.instanceof.App\Repository\MatrixRepository).
  • Resolving inheritance for "App\Repository\MatrixRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MatrixRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModelCategoryRepository" (parent: .abstract.instanceof.App\Repository\ModelCategoryRepository).
  • Resolving inheritance for "App\Repository\ModelCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModelCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository).
  • Resolving inheritance for "App\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStepRepository" (parent: .abstract.instanceof.App\Repository\OrderStepRepository).
  • Resolving inheritance for "App\Repository\OrderStepRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStepRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStepTimeRepository" (parent: .abstract.instanceof.App\Repository\OrderStepTimeRepository).
  • Resolving inheritance for "App\Repository\OrderStepTimeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStepTimeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFeatureRepository" (parent: .abstract.instanceof.App\Repository\ProductFeatureRepository).
  • Resolving inheritance for "App\Repository\ProductFeatureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFeatureRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFeatureValueRepository" (parent: .abstract.instanceof.App\Repository\ProductFeatureValueRepository).
  • Resolving inheritance for "App\Repository\ProductFeatureValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFeatureValueRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFeatureValueTranslationRepository" (parent: .abstract.instanceof.App\Repository\ProductFeatureValueTranslationRepository).
  • Resolving inheritance for "App\Repository\ProductFeatureValueTranslationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFeatureValueTranslationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductMenuMakerRepository" (parent: .abstract.instanceof.App\Repository\ProductMenuMakerRepository).
  • Resolving inheritance for "App\Repository\ProductMenuMakerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductMenuMakerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPictureRepository" (parent: .abstract.instanceof.App\Repository\ProductPictureRepository).
  • Resolving inheritance for "App\Repository\ProductPictureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPictureRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPriceRepository" (parent: .abstract.instanceof.App\Repository\ProductPriceRepository).
  • Resolving inheritance for "App\Repository\ProductPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPriceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewRepository" (parent: .abstract.instanceof.App\Repository\ReviewRepository).
  • Resolving inheritance for "App\Repository\ReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserConnectionRepository" (parent: .abstract.instanceof.App\Repository\UserConnectionRepository).
  • Resolving inheritance for "App\Repository\UserConnectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserConnectionRepository).
  • 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.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSubscriptionRepository" (parent: .abstract.instanceof.App\Repository\UserSubscriptionRepository).
  • Resolving inheritance for "App\Repository\UserSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSubscriptionRepository).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
  • Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • 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 "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 "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.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.user.provider.concrete.user_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • 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.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.authentication.provider.guard.admin" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.admin" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.rememberme.admin" (parent: security.authentication.provider.rememberme).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.admin" (parent: security.authentication.rememberme.services.simplehash).
  • Resolving inheritance for "security.authentication.listener.rememberme.admin" (parent: security.authentication.listener.rememberme).
  • Resolving inheritance for "security.authentication.listener.anonymous.admin" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.admin" (parent: security.authentication.provider.anonymous).
  • 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.app" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.app" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.app" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.app" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authentication.provider.guard.app" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.app" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.app" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.listener.json.app" (parent: security.authentication.listener.json).
  • Resolving inheritance for "security.authentication.provider.rememberme.app" (parent: security.authentication.provider.rememberme).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.app" (parent: security.authentication.rememberme.services.simplehash).
  • Resolving inheritance for "security.authentication.listener.rememberme.app" (parent: security.authentication.listener.rememberme).
  • Resolving inheritance for "security.authentication.listener.anonymous.app" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.app" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.app" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.app" (parent: security.firewall.context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • 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 "jms_i18n_routing.router" (parent: router.default).
  • 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_twig_component" (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 "maker.auto_command.make_security_form_login" (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.http_client" (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.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
1
  • Removing service-argument resolver for controller "App\Controller\Admin\CategoryController::add": no corresponding services exist for the referenced types.
290
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; 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 "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; 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\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; 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 "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.storage.factory"; reason: private alias.
  • Removed service "session.handler"; 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 "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 "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\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_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.app"; reason: private alias.
  • Removed service "security.user_checker.app"; 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 "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; 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 "fos_js_routing.router"; 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_imagine"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
  • Removed service "ipocam_finder.file_manager"; reason: private alias.
  • Removed service "ipocam_finder.folder_manager"; reason: private alias.
  • Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
  • Removed service "KnpU\OAuth2ClientBundle\Client\Provider\GoogleClient"; reason: private alias.
  • Removed service "KnpU\OAuth2ClientBundle\Client\Provider\FacebookClient"; 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 "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Service\FilterService"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "doctrine.id_generator_locator"; reason: private alias.
  • Removed service "twig.loader"; 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 $httpClientLogger"; 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 $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
  • Removed service "liip_imagine.extension_guesser"; reason: private alias.
  • Removed service ".service_locator.D7m0VF_"; reason: private alias.
  • Removed service ".service_locator.XDGmiR3"; reason: private alias.
  • Removed service ".service_locator.0GV1BZZ"; reason: private alias.
  • Removed service ".service_locator.wQz_OSn"; reason: private alias.
  • Removed service ".service_locator.TqOvctx"; reason: private alias.
  • Removed service ".service_locator.TPVUcOQ"; reason: private alias.
  • Removed service ".service_locator.ElaRKF9"; reason: private alias.
  • Removed service ".service_locator.CsKrnQO"; reason: private alias.
  • Removed service ".service_locator.o_8.CX4"; reason: private alias.
  • Removed service ".service_locator.hpCqup6"; reason: private alias.
  • Removed service ".service_locator.O24_MAy"; reason: private alias.
  • Removed service ".service_locator.0ghLsew"; reason: private alias.
  • Removed service "http_client"; 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 "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; 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.uo5c0SP"; reason: private alias.
  • Removed service ".service_locator.o8SExIa"; reason: private alias.
  • Removed service ".service_locator.oSZyXsf"; reason: private alias.
  • Removed service ".service_locator.nuvBkW1"; reason: private alias.
  • Removed service ".service_locator.Do26Hzv"; reason: private alias.
  • Removed service ".service_locator.RkWwXdm"; reason: private alias.
  • Removed service ".service_locator.m8vgh63"; reason: private alias.
  • Removed service ".service_locator.u.sw5uD"; reason: private alias.
  • Removed service ".service_locator.S7Ky18l"; reason: private alias.
  • Removed service ".service_locator.jBWtnso"; reason: private alias.
  • Removed service ".service_locator.bYcCoE8"; reason: private alias.
  • Removed service ".service_locator.skbQiJ."; reason: private alias.
  • Removed service ".service_locator.ChzzNa."; reason: private alias.
  • Removed service ".service_locator.wj1_e7E"; reason: private alias.
  • Removed service ".service_locator.0vyyVwZ"; reason: private alias.
  • Removed service ".service_locator.yqGIkXE"; reason: private alias.
  • Removed service ".service_locator.nRRjrEg"; reason: private alias.
  • Removed service ".service_locator..Jr_6Kg"; reason: private alias.
  • Removed service ".service_locator.tbBYdiy"; reason: private alias.
  • Removed service ".service_locator.ef6pVjD"; reason: private alias.
  • Removed service ".service_locator.COaJ5kr"; reason: private alias.
  • Removed service ".service_locator.aQx26RK"; reason: private alias.
  • Removed service ".service_locator.5jc1QDH"; reason: private alias.
  • Removed service ".service_locator.5oUbz21"; reason: private alias.
  • Removed service ".service_locator.VAVlnCu"; reason: private alias.
  • Removed service ".service_locator.O8xxj3U"; reason: private alias.
  • Removed service ".service_locator.kinFRzu"; reason: private alias.
  • Removed service ".service_locator.PCfeg4i"; reason: private alias.
  • Removed service ".service_locator.qyLi.aq"; reason: private alias.
  • Removed service ".service_locator.UTnLQRo"; reason: private alias.
  • Removed service ".service_locator.6YEQyJB"; reason: private alias.
  • Removed service ".service_locator.BOTNBDB"; reason: private alias.
  • Removed service ".service_locator.OhSP5Me"; reason: private alias.
  • Removed service ".service_locator.6ziTDhR"; reason: private alias.
  • Removed service ".service_locator.82hG3LE"; reason: private alias.
  • Removed service ".service_locator.FjcBIQ4"; reason: private alias.
  • Removed service ".service_locator.eJnOTBH"; reason: private alias.
  • Removed service ".service_locator.ndGVj9j"; reason: private alias.
  • Removed service ".service_locator.hhlukxK"; reason: private alias.
  • Removed service ".service_locator.URfgn8g"; reason: private alias.
  • Removed service ".service_locator.ZMuUUjS"; reason: private alias.
  • Removed service ".service_locator.LsTn3EY"; reason: private alias.
  • Removed service ".service_locator.iQEO3WQ"; reason: private alias.
  • Removed service ".service_locator.4_V0rny"; reason: private alias.
  • Removed service ".service_locator.hndja_x"; reason: private alias.
  • Removed service ".service_locator.bUvZwZh"; reason: private alias.
  • Removed service ".service_locator.Zp0NSXM"; reason: private alias.
  • Removed service ".service_locator._FvNs_X"; reason: private alias.
  • Removed service ".service_locator.g1xor7V"; reason: private alias.
  • Removed service ".service_locator.8q6f.ra"; reason: private alias.
  • Removed service ".service_locator.SLkWjrZ"; reason: private alias.
  • Removed service ".service_locator.FYi2REX"; reason: private alias.
  • Removed service ".service_locator.e6i0skU"; reason: private alias.
  • Removed service ".service_locator.Yy.Mcne"; reason: private alias.
  • Removed service ".service_locator.WaGICb5"; reason: private alias.
  • Removed service ".service_locator.jP0xNrW"; reason: private alias.
  • Removed service ".service_locator.U3XykRT"; reason: private alias.
  • Removed service ".service_locator.YH7f7H1"; reason: private alias.
  • Removed service ".service_locator.DTMzmZV"; reason: private alias.
  • Removed service ".service_locator.iIGuMg1"; reason: private alias.
  • Removed service ".service_locator.Qho07_L"; reason: private alias.
  • Removed service ".service_locator.luphN2L"; reason: private alias.
  • Removed service ".service_locator.Igg.5Uk"; reason: private alias.
  • Removed service ".service_locator.Nkj1ZQ7"; reason: private alias.
  • Removed service ".service_locator.96LfFg3"; reason: private alias.
  • Removed service ".service_locator.crH65Re"; reason: private alias.
  • Removed service ".service_locator.YPqzeAL"; reason: private alias.
  • Removed service ".service_locator.QX79i2v"; reason: private alias.
  • Removed service ".service_locator.Yb.6n9b"; reason: private alias.
  • Removed service ".service_locator.db02QoJ"; reason: private alias.
  • Removed service ".service_locator.Q.rLnxH"; reason: private alias.
  • Removed service ".service_locator.jryO.fK"; reason: private alias.
  • Removed service ".service_locator.YTyy9X4"; reason: private alias.
  • Removed service ".service_locator.DRH1tQ5"; reason: private alias.
  • Removed service ".service_locator.v.C8pNX"; reason: private alias.
  • Removed service ".service_locator.5cI88wg"; reason: private alias.
  • Removed service ".service_locator.p4e7aLC"; reason: private alias.
  • Removed service ".service_locator.G.5t.ot"; reason: private alias.
  • Removed service ".service_locator.Rk2zN1c"; reason: private alias.
  • Removed service ".service_locator.fSJbyYS"; reason: private alias.
  • Removed service ".service_locator.Apu247b"; reason: private alias.
  • Removed service ".service_locator.yvbVCXW"; reason: private alias.
  • Removed service ".service_locator.OBEu14v"; reason: private alias.
  • Removed service ".service_locator.p8uUq4n"; reason: private alias.
  • Removed service ".service_locator.Yd69Xq8"; reason: private alias.
  • Removed service ".service_locator.2AxGWOi"; reason: private alias.
  • Removed service ".service_locator.JmHnXRx"; reason: private alias.
  • Removed service ".service_locator.WUQLDJD"; reason: private alias.
  • Removed service ".service_locator.aa1PbBb"; reason: private alias.
232
  • Changed reference of service "App\Controller\Admin\AccountController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Admin\ContributorController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Admin\OrderContributorController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Admin\UserController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Api\AccountAddressController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountAnalysisController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountBeerCategoryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountBeerController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountBeerPairingController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountCapacityController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountContestController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Api\AccountController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountDishCategoryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountDishController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountDrinkCategoryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountDrinkController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountFavoriteElementController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountFavoriteImageController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountInstitutionAppPersonalizationController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountInstitutionController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountInstitutionDocumentController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountInstitutionQrCodeController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountInstitutionReviewController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountMenuCategoryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountMenuController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountOfferController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountOnboardingController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountOrderController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountProductCategoryPositionController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountSubscriptionController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountWineCategoryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountWineController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\AccountWinePairingController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\ArticleCategoryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\ArticleController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\BeerColorController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\CartController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\CartElementController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\ContactFormController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\CreationCategoryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\CreationController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\DoItForMeController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\EmenuController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\EmenuController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Api\FinderController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\GrapeController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\HelpCenterController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\HighlightedMessageController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\InstitutionDocumentHomeController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\InstitutionHomeController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\InstitutionQrCodeHomeController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\MobileAppController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\NewsletterSubscriptionController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\PaymentStripeController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\PrintMyFileController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\ProductController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\ProductReviewController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\ProductReviewSummaryController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\PromotionController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\ReviewController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\SecurityController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\SecurityController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Controller\Api\SubscriptionController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\WarehouseController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\WebinarController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Controller\Api\WineColorController" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\AccountContributorType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\AccountType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\AllergenTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\AllergenType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\AttributTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\AttributType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\AttributValueTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\AttributValueType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CarrierType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CategoryTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CategoryType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ContributorType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CreatorMatrixType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CustomerType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\DemandObjectType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\FeatureFieldTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\FeatureTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\FeatureType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\FilterCreatorMatrixType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\FilterLogType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\FilterMatrixType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\FilterOrderContributorType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\FilterOrderType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\FrameCategoryTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\FrameCategoryType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\FrameTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\FrameType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\IconPackFormType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\MatrixCategoryTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\MatrixCategoryType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\MatrixDuplicateType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\MatrixSetType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\MatrixTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\MatrixType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\MatrixValidateType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ModelCategoryTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ModelCategoryType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ModelTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ModelType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\MultipleFrameType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\MultipleShapeType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\OrderShipType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\OrderStepType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\OrderStepUpdateType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\PaymentMethodType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ProductFeatureType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ProductFeatureValueTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ProductFeatureValueType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ProductMenuMakerType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ProductPictureType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ProductPriceType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ProductStepType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ProductTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ProductType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\PromotionType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SettingType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ShapeCategoryTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ShapeCategoryType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ShapeTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ShapeType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\StepSubTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\StepSubType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\StepTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\StepType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SubscriptionTranslationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\SubscriptionType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UserType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UserUpdateType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Security\AdminAuthenticator" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "App\Security\AdminAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Security\AdminAuthenticator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Security\FacebookAuthenticator" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "App\Security\FacebookAuthenticator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Security\GoogleAuthenticator" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "App\Security\GoogleAuthenticator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Security\JsonAuthenticator" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "App\Security\JsonAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Security\JsonAuthenticator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\CartService" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Service\RoutingService" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "App\Service\UserService" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "App\Service\UserService" previously pointing to "translator.data_collector" to "translator".
  • 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 "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 "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.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json.app" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json.app" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.authentication.listener.rememberme.app" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "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 "fos_js_routing.extractor" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "fos_js_routing.router_debug_exposed_command" 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 "knpu.oauth2.provider_factory" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service "jms_i18n_routing.pattern_generation_strategy.default" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.BOn31w_" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.HTSrQlZ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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.mx0UMmY" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.oCg4uHe" previously pointing to "jms_i18n_routing.router" to "router".
  • Changed reference of service ".service_locator.4EOLSuS" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "console.command.public_alias.App\Command\MailTestCommand" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "console.command.public_alias.App\Command\UserChangePasswordCommand" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
731
  • 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 "http_client.abstract_retry_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; 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 "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.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; 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 "maker.auto_command.abstract"; reason: abstract.
  • 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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\FeatureInitCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ApiPrintCom\FeatureInitCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\FeatureValueInitCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ApiPrintCom\FeatureValueInitCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\FindCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ApiPrintCom\FindCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\PriceInitCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ApiPrintCom\PriceInitCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\ProductResetDataCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ApiPrintCom\ProductResetDataCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiPrintCom\StepInitCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ApiPrintCom\StepInitCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckModelProductMenuMakerFileCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CheckModelProductMenuMakerFileCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixBddCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FixBddCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailAppNotUsedCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MailAppNotUsedCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailReviewCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MailReviewCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailSubscriptionAfter6WeeksCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MailSubscriptionAfter6WeeksCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailSubscriptionEndIn5DaysCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MailSubscriptionEndIn5DaysCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailSubscriptionFreeEndAfter15DaysCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MailSubscriptionFreeEndAfter15DaysCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailTestCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MailTestCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ModelCreateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ModelCreateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShuffleMatricesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ShuffleMatricesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ShuffleModelsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ShuffleModelsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserChangePasswordCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UserChangePasswordCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserRemoveDataCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UserRemoveDataCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccountController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AccountController"; 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\AllergenController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AllergenController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AllergenController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AttributController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AttributController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AttributController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AttributValueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AttributValueController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AttributValueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BillingContributorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BillingContributorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\BillingContributorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BillingPayoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BillingPayoutController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\BillingPayoutController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BillingSubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BillingSubscriptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\BillingSubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CarrierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CarrierController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CarrierController"; 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\ContributorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContributorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ContributorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CreatorMatrixController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CreatorMatrixController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CreatorMatrixController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CreatorMatrixSetController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CreatorMatrixSetController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CreatorMatrixSetController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DemandController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DemandController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\DemandController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\FeatureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureFieldController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureFieldController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\FeatureFieldController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FrameCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FrameCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\FrameCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FrameController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FrameController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\FrameController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IconController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IconController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\IconController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\LogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MatrixCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MatrixCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\MatrixCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MatrixController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MatrixController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\MatrixController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MatrixMenuBuilderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MatrixMenuBuilderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\MatrixMenuBuilderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MenuBuilderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MenuBuilderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\MenuBuilderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModelCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModelCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ModelCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModelController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ModelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NotificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderContributorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderContributorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\OrderContributorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentMethodController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentMethodController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\PaymentMethodController"; 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\ProductFeatureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductFeatureController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ProductFeatureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductFeatureValueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductFeatureValueController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ProductFeatureValueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductMenuMakerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductMenuMakerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ProductMenuMakerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPictureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPictureController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ProductPictureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPriceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPriceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ProductPriceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPriceMockupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPriceMockupController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ProductPriceMockupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductStepController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductStepController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ProductStepController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromotionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromotionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\PromotionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SearchController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\SearchController"; 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\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SettingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShapeCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShapeCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ShapeCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShapeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShapeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ShapeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticBuilderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticBuilderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\StatisticBuilderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticBuilderCreationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticBuilderCreationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\StatisticBuilderCreationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticExportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticExportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\StatisticExportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticInstitutionDocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticInstitutionDocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\StatisticInstitutionDocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticSubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticSubscriptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\StatisticSubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StepController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StepController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\StepController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StepSubController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StepSubController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\StepSubController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscriptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\SubscriptionController"; 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\Api\AccountAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountAddressController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountAnalysisController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountAnalysisController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountAnalysisController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountBeerCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountBeerCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountBeerCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountBeerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountBeerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountBeerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountBeerPairingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountBeerPairingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountBeerPairingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountCapacityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountCapacityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountCapacityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountContestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountContestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountContestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountCreationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountCreationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountCreationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountDishCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountDishCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountDishCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountDishController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountDishController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountDishController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountDrinkCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountDrinkCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountDrinkCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountDrinkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountDrinkController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountDrinkController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountFavoriteElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountFavoriteElementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountFavoriteElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountFavoriteImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountFavoriteImageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountFavoriteImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionAppPersonalizationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionAppPersonalizationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountInstitutionAppPersonalizationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountInstitutionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionDocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionDocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountInstitutionDocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionQrCodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionQrCodeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountInstitutionQrCodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountInstitutionReviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountInstitutionReviewController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountInstitutionReviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountMenuCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountMenuCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountMenuCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountMenuController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountMenuController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountMenuController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountOfferController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountOfferController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountOfferController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountOnboardingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountOnboardingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountOnboardingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountProductCategoryPositionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountProductCategoryPositionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountProductCategoryPositionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountSubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountSubscriptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountSubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountWineCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountWineCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountWineCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountWineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountWineController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountWineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AccountWinePairingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AccountWinePairingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AccountWinePairingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AllergenController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AllergenController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AllergenController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AppleAppSiteAssociationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AppleAppSiteAssociationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\AppleAppSiteAssociationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArticleCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArticleCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\ArticleCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ArticleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BeerColorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BeerColorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\BeerColorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CartElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CartElementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\CartElementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ContactFormController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ContactFormController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\ContactFormController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CreationCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CreationCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\CreationCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CreationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CreationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\CreationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DoItForMeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DoItForMeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\DoItForMeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EmenuController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EmenuController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\EmenuController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FinderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FinderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\FinderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FormatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FormatController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\FormatController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FrameController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FrameController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\FrameController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GoogleCloudTranslateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GoogleCloudTranslateController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\GoogleCloudTranslateController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GrapeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GrapeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\GrapeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HelpCenterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HelpCenterController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\HelpCenterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\HighlightedMessageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\HighlightedMessageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\HighlightedMessageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IconController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IconController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\IconController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ImageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\ImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InstitutionDocumentHomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InstitutionDocumentHomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\InstitutionDocumentHomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InstitutionHomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InstitutionHomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\InstitutionHomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\InstitutionQrCodeHomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\InstitutionQrCodeHomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\InstitutionQrCodeHomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LabelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LabelController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\LabelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\LocaleFrontController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\LocaleFrontController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\LocaleFrontController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MatrixController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MatrixController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\MatrixController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MobileAppController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MobileAppController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\MobileAppController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ModelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ModelController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\ModelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\NewsletterSubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\NewsletterSubscriptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\NewsletterSubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaymentStripeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaymentStripeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\PaymentStripeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PaymentStripeSubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PaymentStripeSubscriptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\PaymentStripeSubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PixabayImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PixabayImageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\PixabayImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PrintMyFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PrintMyFileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\PrintMyFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProductReviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProductReviewController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\ProductReviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ProductReviewSummaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ProductReviewSummaryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\ProductReviewSummaryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PromotionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PromotionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\PromotionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\QrCodeRedirectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\QrCodeRedirectController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\QrCodeRedirectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ReviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ReviewController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\ReviewController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ShapeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ShapeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\ShapeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SubscriptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\SubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WarehouseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WarehouseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\WarehouseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WebinarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WebinarController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\WebinarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WineColorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WineColorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\WineColorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiPrintCom\LoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiPrintCom\LoginController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ApiPrintCom\LoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AppController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AppController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\AppController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MenuBuilderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MenuBuilderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\MenuBuilderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MobileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MobileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\MobileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommentSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\CommentSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FeatureSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\FeatureSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\NotificationSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\NotificationSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\UserSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountContributorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AccountContributorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AccountType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AllergenTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AllergenTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AllergenType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AllergenType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AttributTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AttributType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributValueTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AttributValueTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AttributValueType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AttributValueType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CarrierType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CarrierType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CategoryTranslationType"; 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\ContributorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ContributorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreatorMatrixType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CreatorMatrixType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CustomerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DemandObjectType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DemandObjectType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\ButtonTypeIconExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Extension\ButtonTypeIconExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\HelperTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Extension\HelperTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureFieldTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FeatureFieldTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureFieldType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FeatureFieldType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FeatureTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FeatureType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeatureUpdateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FeatureUpdateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterCreatorMatrixType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FilterCreatorMatrixType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterLogType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FilterLogType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterMatrixType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FilterMatrixType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterOrderContributorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FilterOrderContributorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterOrderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FilterOrderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterStatisticBuilderCreationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FilterStatisticBuilderCreationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterStatisticBuilderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FilterStatisticBuilderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterStatisticInstitutionDocumentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FilterStatisticInstitutionDocumentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterStatisticUserSubscriptionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FilterStatisticUserSubscriptionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrameCategoryTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FrameCategoryTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrameCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FrameCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrameTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FrameTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FrameType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FrameType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IconPackFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\IconPackFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixCategoryTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MatrixCategoryTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MatrixCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixDuplicateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MatrixDuplicateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixSetType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MatrixSetType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MatrixTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MatrixType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MatrixValidateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MatrixValidateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModelCategoryTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ModelCategoryTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModelCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ModelCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModelTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ModelTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModelType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ModelType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MultipleFrameType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MultipleFrameType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MultipleShapeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MultipleShapeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderShipType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderShipType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderStepType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderStepType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OrderStepUpdateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OrderStepUpdateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentMethodType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PaymentMethodType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFeatureType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductFeatureType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFeatureUpdateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductFeatureUpdateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFeatureValueTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductFeatureValueTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFeatureValueType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductFeatureValueType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductMenuMakerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductMenuMakerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPictureType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductPictureType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductPriceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductPriceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductStepType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductStepType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductTranslationType"; 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\PromotionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PromotionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SettingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SettingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShapeCategoryTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ShapeCategoryTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShapeCategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ShapeCategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShapeTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ShapeTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShapeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ShapeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StepSubTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\StepSubTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StepSubType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\StepSubType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StepTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\StepTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StepType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\StepType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriptionTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SubscriptionTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscriptionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SubscriptionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SaveType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\SaveType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TagsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\TagsType"; 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\UserUpdateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserUpdateType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleAuthorRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ArticleAuthorRepository"; 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\ComponentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ComponentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactFormRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContactFormRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CreationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CreationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HighlightedMessageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\HighlightedMessageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InstitutionDocumentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InstitutionDocumentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MatrixRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MatrixRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModelCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ModelCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStepRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderStepRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStepTimeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderStepTimeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFeatureRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductFeatureRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFeatureValueRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductFeatureValueRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFeatureValueTranslationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductFeatureValueTranslationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductMenuMakerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductMenuMakerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPictureRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductPictureRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPriceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductPriceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReviewRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserConnectionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserConnectionRepository"; 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.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSubscriptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserSubscriptionRepository"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
85
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\DQL\Day"; reason: unused.
  • Removed service "App\DQL\GroupConcat"; reason: unused.
  • Removed service "App\DQL\Month"; reason: unused.
  • Removed service "App\DQL\Year"; reason: unused.
  • Removed service "App\Repository\CategoryRepository"; 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 "psr18.http_client"; 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 "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.storage.factory.native"; reason: unused.
  • Removed service "session.storage.factory.php_bridge"; reason: unused.
  • Removed service "session.storage.factory.mock_file"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; 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 "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~eEno3oF"; 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_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; 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.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; 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 "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "webpack_encore.cache"; 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 "knpu.oauth2.user_provider"; reason: unused.
  • Removed service "ewz_recaptcha.extension.recaptcha.request_method.proxy_post"; reason: unused.
  • Removed service "ewz_recaptcha.form_builder_factory"; reason: unused.
  • Removed service "jms_i18n_routing.locale_choosing_listener"; reason: unused.
  • Removed service ".service_locator.RXZXGmY"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.OSH1YoD"; reason: unused.
  • Removed service ".service_locator.OSH1YoD.router.default"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.nLgZj7R"; reason: unused.
456
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\AccountController" to "App\Controller\Admin\AccountController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\AdminController" to "App\Controller\Admin\AdminController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\AllergenController" to "App\Controller\Admin\AllergenController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\AttributController" to "App\Controller\Admin\AttributController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\AttributValueController" to "App\Controller\Admin\AttributValueController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\BillingContributorController" to "App\Controller\Admin\BillingContributorController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\BillingPayoutController" to "App\Controller\Admin\BillingPayoutController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\BillingSubscriptionController" to "App\Controller\Admin\BillingSubscriptionController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\CarrierController" to "App\Controller\Admin\CarrierController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\CategoryController" to "App\Controller\Admin\CategoryController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ContributorController" to "App\Controller\Admin\ContributorController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\CreatorMatrixController" to "App\Controller\Admin\CreatorMatrixController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\CreatorMatrixSetController" to "App\Controller\Admin\CreatorMatrixSetController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\CustomerController" to "App\Controller\Admin\CustomerController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\DemandController" to "App\Controller\Admin\DemandController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\FeatureController" to "App\Controller\Admin\FeatureController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\FeatureFieldController" to "App\Controller\Admin\FeatureFieldController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\FrameCategoryController" to "App\Controller\Admin\FrameCategoryController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\FrameController" to "App\Controller\Admin\FrameController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\IconController" to "App\Controller\Admin\IconController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\LogController" to "App\Controller\Admin\LogController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\MatrixCategoryController" to "App\Controller\Admin\MatrixCategoryController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\MatrixController" to "App\Controller\Admin\MatrixController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\MatrixMenuBuilderController" to "App\Controller\Admin\MatrixMenuBuilderController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\MenuBuilderController" to "App\Controller\Admin\MenuBuilderController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ModelCategoryController" to "App\Controller\Admin\ModelCategoryController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ModelController" to "App\Controller\Admin\ModelController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\NotificationController" to "App\Controller\Admin\NotificationController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\OrderContributorController" to "App\Controller\Admin\OrderContributorController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\OrderController" to "App\Controller\Admin\OrderController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\PaymentMethodController" to "App\Controller\Admin\PaymentMethodController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ProductController" to "App\Controller\Admin\ProductController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ProductFeatureController" to "App\Controller\Admin\ProductFeatureController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ProductFeatureValueController" to "App\Controller\Admin\ProductFeatureValueController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ProductMenuMakerController" to "App\Controller\Admin\ProductMenuMakerController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ProductPictureController" to "App\Controller\Admin\ProductPictureController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ProductPriceController" to "App\Controller\Admin\ProductPriceController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ProductPriceMockupController" to "App\Controller\Admin\ProductPriceMockupController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ProductStepController" to "App\Controller\Admin\ProductStepController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\PromotionController" to "App\Controller\Admin\PromotionController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\SearchController" to "App\Controller\Admin\SearchController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\SecurityController" to "App\Controller\Admin\SecurityController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\SettingController" to "App\Controller\Admin\SettingController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ShapeCategoryController" to "App\Controller\Admin\ShapeCategoryController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\ShapeController" to "App\Controller\Admin\ShapeController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\StatisticBuilderController" to "App\Controller\Admin\StatisticBuilderController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\StatisticBuilderCreationController" to "App\Controller\Admin\StatisticBuilderCreationController".
  • Inlined service "App\Service\CaptainVerifyService" to "App\Controller\Admin\StatisticExportController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\StatisticExportController" to "App\Controller\Admin\StatisticExportController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\StatisticInstitutionDocumentController" to "App\Controller\Admin\StatisticInstitutionDocumentController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\StatisticSubscriptionController" to "App\Controller\Admin\StatisticSubscriptionController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\StepController" to "App\Controller\Admin\StepController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\StepSubController" to "App\Controller\Admin\StepSubController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\SubscriptionController" to "App\Controller\Admin\SubscriptionController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Admin\UserController" to "App\Controller\Admin\UserController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountAddressController" to "App\Controller\Api\AccountAddressController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountAnalysisController" to "App\Controller\Api\AccountAnalysisController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountBeerCategoryController" to "App\Controller\Api\AccountBeerCategoryController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountBeerController" to "App\Controller\Api\AccountBeerController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountBeerPairingController" to "App\Controller\Api\AccountBeerPairingController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountCapacityController" to "App\Controller\Api\AccountCapacityController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountContestController" to "App\Controller\Api\AccountContestController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountController" to "App\Controller\Api\AccountController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountCreationController" to "App\Controller\Api\AccountCreationController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountDishCategoryController" to "App\Controller\Api\AccountDishCategoryController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountDishController" to "App\Controller\Api\AccountDishController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountDrinkCategoryController" to "App\Controller\Api\AccountDrinkCategoryController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountDrinkController" to "App\Controller\Api\AccountDrinkController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountFavoriteElementController" to "App\Controller\Api\AccountFavoriteElementController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountFavoriteImageController" to "App\Controller\Api\AccountFavoriteImageController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountInstitutionAppPersonalizationController" to "App\Controller\Api\AccountInstitutionAppPersonalizationController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountInstitutionController" to "App\Controller\Api\AccountInstitutionController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountInstitutionDocumentController" to "App\Controller\Api\AccountInstitutionDocumentController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountInstitutionQrCodeController" to "App\Controller\Api\AccountInstitutionQrCodeController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountInstitutionReviewController" to "App\Controller\Api\AccountInstitutionReviewController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountMenuCategoryController" to "App\Controller\Api\AccountMenuCategoryController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountMenuController" to "App\Controller\Api\AccountMenuController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountOfferController" to "App\Controller\Api\AccountOfferController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountOnboardingController" to "App\Controller\Api\AccountOnboardingController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountOrderController" to "App\Controller\Api\AccountOrderController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountProductCategoryPositionController" to "App\Controller\Api\AccountProductCategoryPositionController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountSubscriptionController" to "App\Controller\Api\AccountSubscriptionController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountWineCategoryController" to "App\Controller\Api\AccountWineCategoryController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountWineController" to "App\Controller\Api\AccountWineController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AccountWinePairingController" to "App\Controller\Api\AccountWinePairingController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AllergenController" to "App\Controller\Api\AllergenController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AppleAppSiteAssociationController" to "App\Controller\Api\AppleAppSiteAssociationController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ArticleCategoryController" to "App\Controller\Api\ArticleCategoryController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ArticleController" to "App\Controller\Api\ArticleController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\BeerColorController" to "App\Controller\Api\BeerColorController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\CartController" to "App\Controller\Api\CartController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\CartElementController" to "App\Controller\Api\CartElementController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ContactFormController" to "App\Controller\Api\ContactFormController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\CreationCategoryController" to "App\Controller\Api\CreationCategoryController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\CreationController" to "App\Controller\Api\CreationController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\DoItForMeController" to "App\Controller\Api\DoItForMeController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\EmenuController" to "App\Controller\Api\EmenuController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\FinderController" to "App\Controller\Api\FinderController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\FormatController" to "App\Controller\Api\FormatController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\FrameController" to "App\Controller\Api\FrameController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\GoogleCloudTranslateController" to "App\Controller\Api\GoogleCloudTranslateController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\GrapeController" to "App\Controller\Api\GrapeController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\HelpCenterController" to "App\Controller\Api\HelpCenterController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\HighlightedMessageController" to "App\Controller\Api\HighlightedMessageController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\IconController" to "App\Controller\Api\IconController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ImageController" to "App\Controller\Api\ImageController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\InstitutionDocumentHomeController" to "App\Controller\Api\InstitutionDocumentHomeController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\InstitutionHomeController" to "App\Controller\Api\InstitutionHomeController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\InstitutionQrCodeHomeController" to "App\Controller\Api\InstitutionQrCodeHomeController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\LabelController" to "App\Controller\Api\LabelController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\LocaleFrontController" to "App\Controller\Api\LocaleFrontController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\MatrixController" to "App\Controller\Api\MatrixController".
  • Inlined service "App\Service\MobileAppSerializeService" to "App\Controller\Api\MobileAppController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\MobileAppController" to "App\Controller\Api\MobileAppController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ModelController" to "App\Controller\Api\ModelController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\NewsletterSubscriptionController" to "App\Controller\Api\NewsletterSubscriptionController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\PaymentStripeController" to "App\Controller\Api\PaymentStripeController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\PaymentStripeSubscriptionController" to "App\Controller\Api\PaymentStripeSubscriptionController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\PixabayImageController" to "App\Controller\Api\PixabayImageController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\PrintMyFileController" to "App\Controller\Api\PrintMyFileController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ProductController" to "App\Controller\Api\ProductController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ProductReviewController" to "App\Controller\Api\ProductReviewController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ProductReviewSummaryController" to "App\Controller\Api\ProductReviewSummaryController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\PromotionController" to "App\Controller\Api\PromotionController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\QrCodeRedirectController" to "App\Controller\Api\QrCodeRedirectController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ReviewController" to "App\Controller\Api\ReviewController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\SecurityController" to "App\Controller\Api\SecurityController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ShapeController" to "App\Controller\Api\ShapeController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\SubscriptionController" to "App\Controller\Api\SubscriptionController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\WarehouseController" to "App\Controller\Api\WarehouseController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\WebinarController" to "App\Controller\Api\WebinarController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Api\WineColorController" to "App\Controller\Api\WineColorController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\ApiPrintCom\LoginController" to "App\Controller\ApiPrintCom\LoginController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Front\AppController" to "App\Controller\Front\AppController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Front\MenuBuilderController" to "App\Controller\Front\MenuBuilderController".
  • Inlined service ".service_locator.mx0UMmY.App\Controller\Front\MobileController" to "App\Controller\Front\MobileController".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
  • Inlined service "uri_signer" to "fragment.uri_generator".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "mailer.transports" to "mailer.mailer".
  • Inlined service "mailer.transport_factory" to "mailer.transports".
  • Inlined service ".service_locator.yY.p4P7" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
  • Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
  • Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.uid" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.mime_message" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.form_error" to "serializer".
  • Inlined service "serializer.normalizer.backed_enum" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service "session.handler.native" to "session.storage.native".
  • Inlined service ".service_locator.JzpSxHw" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.NfgD_o9" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.lhqzKgQ" to "validator.validator_factory".
  • Inlined service "validator.expression_language" to "validator.expression".
  • Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.OgEr.If" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.Ko3lBaF" to "doctrine.orm.container_repository_factory".
  • Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service ".security.request_matcher.DtPA6tq" to "security.access_map".
  • Inlined service ".security.request_matcher.ks_zzt4" to "security.access_map".
  • Inlined service ".security.request_matcher.m0q5ZcE" to "security.access_map".
  • Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.exception_listener.app" to "security.firewall.map.context.app".
  • Inlined service "security.logout_listener.app" to "security.firewall.map.context.app".
  • Inlined service "security.firewall.map.config.app" to "security.firewall.map.context.app".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.serializer" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "App\Twig\AppExtension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "liip_imagine.templating.filter_extension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~1el3GOK" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
  • Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
  • Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "knpu.oauth2.provider.google" to "knpu.oauth2.client.google".
  • Inlined service "knpu.oauth2.provider.facebook" to "knpu.oauth2.client.facebook".
  • Inlined service "ewz_recaptcha.locale.resolver" to "ewz_recaptcha.form.type".
  • Inlined service "ewz_recaptcha.extension.recaptcha.request_method.post" to "ewz_recaptcha.recaptcha".
  • Inlined service "jms_i18n_routing.route_exclusion_strategy" to "jms_i18n_routing.loader".
  • Inlined service "jms_i18n_routing.pattern_generation_strategy.default" to "jms_i18n_routing.loader".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
  • Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
  • Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
  • Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
  • Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
  • Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.oDH_6Mt" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "jms_i18n_routing.locale_resolver.default" to "router".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "App\Service\UserRemoveDataService" to "console.command.public_alias.App\Command\UserRemoveDataCommand".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
1
  • Tag "container.decorator" was defined on service(s) "debug.security.access.decision_manager", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", "event_dispatcher", ".container.private.validator", but was never used.