Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (2)
Time
Message
deprecation
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::getNamespace()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Trikoder\Bundle\OAuth2Bundle\DependencyInjection\Security\OAuth2Factory" class implements "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface" that is deprecated since Symfony 5.3, use AuthenticatorFactoryInterface instead.
Since symfony/security-bundle 5.4: Method "Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension::addSecurityListenerFactory()" is deprecated, use "addAuthenticatorFactory()" instead.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\BuildCampaigns" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\ConsolidateCampaigns" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\ConsumeImports" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\Cron" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\EmailPipe" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\Playground" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\SendCampaigns" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\SendPendingCampaign" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\EmailFromDomainTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\Type\RecurringCampaignRulesTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Contracts\Service\ServiceSubscriberInterface::getSubscribedServices()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\MessageHandler\SendCampaignHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\MessageHandler\SendCampaignHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "League\OAuth2\Server\Grant\GrantTypeInterface::getIdentifier()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\OAuthLogin\Grant\CredentialsGrant" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "League\OAuth2\Server\Grant\GrantTypeInterface::respondToAccessTokenRequest()" might add "ResponseTypeInterface" as a native return type declaration in the future. Do the same in implementation "App\OAuthLogin\Grant\CredentialsGrant" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface::execute()" might add "int|bool" as a native return type declaration in the future. Do the same in implementation "App\Rabbit\Consumer\EmailEvent\CampaignContactConsumer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface::execute()" might add "int|bool" as a native return type declaration in the future. Do the same in implementation "App\Rabbit\Consumer\EmailEvent\ContactConsumer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface::execute()" might add "int|bool" as a native return type declaration in the future. Do the same in implementation "App\Rabbit\Consumer\ImportConsumer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "OldSound\RabbitMqBundle\Provider\QueuesProviderInterface::getQueues()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Rabbit\QueuesProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Security\LoginFormAuthenticator" class extends "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
The "App\Security\TokenAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start()" might add "Response" as a native return type declaration in the future. Do the same in implementation "App\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Security\Voter\UserSetupVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "App\Security\Voter\UserSetupVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Contracts\Service\ServiceSubscriberInterface::getSubscribedServices()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Service\Api\Api" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface::resolve()" might add "iterable" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.4: Not setting the "framework.messenger.reset_on_message" configuration option is deprecated, it will default to "true" in version 6.0.
App\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Class "App\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\User" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\User" should implement it.
Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/home/pulsemar/domains/dev.pulse-marketing.net/pulse_dev/vendor/trikoder/oauth2-bundle/DependencyInjection/../Resources/config/services.xml" is deprecated.
Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/home/pulsemar/domains/dev.pulse-marketing.net/pulse_dev/vendor/trikoder/oauth2-bundle/DependencyInjection/../Resources/config/services.xml" is deprecated.
Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/home/pulsemar/domains/dev.pulse-marketing.net/pulse_dev/vendor/trikoder/oauth2-bundle/DependencyInjection/../Resources/config/storage/doctrine.xml" is deprecated.
Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/home/pulsemar/domains/dev.pulse-marketing.net/pulse_dev/vendor/trikoder/oauth2-bundle/DependencyInjection/../Resources/config/storage/doctrine.xml" is deprecated.
The "knp_gaufrette.adapter.factory.amazon_s3" service relies on the deprecated "Knp\Bundle\GaufretteBundle\DependencyInjection\Factory\AclAwareAmazonS3AdapterFactory" class. It should either be deprecated or its implementation upgraded.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Utixodev\FicBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\EntityManagerInterface::transactional()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\ThreadSafe\ThreadSafeEntityManager" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/mercure 0.5: Interface "Symfony\Component\Mercure\PublisherInterface" is deprecated, use "Symfony\Component\Mercure\HubInterface" instead.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Knp\Bundle\GaufretteBundle\Command\FilesystemKeysCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
The "Trikoder\Bundle\OAuth2Bundle\Security\Authentication\Provider\OAuth2Provider" class implements "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Controller\Api\ContactsController" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Controller\Api\UsersController" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Controller\ApiClientsController" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Controller\LocaleController" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Controller\ProfileController" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Controller\SetupController" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\DataFixtures\UserFixture" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Security\LoginFormAuthenticator" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Security\LoginFormAuthenticator" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Service\Api\Users" service.
Since symfony/mercure-bundle 0.2: The "Symfony\Component\Mercure\PublisherInterface" service alias is deprecated. Use "Symfony\Component\Mercure\HubInterface" instead. It is being referenced by the "App\Service\Notification\NotificationPublisher" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the ".service_locator.dbK2dHp" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the ".service_locator.utqr0nf" service.
Since symfony/mercure-bundle 0.2: The "Symfony\Component\Mercure\PublisherInterface" service alias is deprecated. Use "Symfony\Component\Mercure\HubInterface" instead. It is being referenced by the ".service_locator.08zVgby" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" alias is deprecated, use the new authenticator system instead. It is being referenced by the ".service_locator.iZurcGV" service.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
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.
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.
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://dev.pulse-marketing.net/functions/.env"" at /home/pulsemar/domains/dev.pulse-marketing.net/pulse_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135
User Deprecated: Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
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.
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.
User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
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.
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.
Deprecated: App\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.
User Deprecated: Since symfony/mercure-bundle 0.2: The "mercure.hub.default.publisher.traceable" service is deprecated. Use "mercure.hub.default.traceable" instead.
User Deprecated: Since symfony/mercure 0.5: Class "Symfony\Component\Mercure\Debug\TraceablePublisher" is deprecated, use "Symfony\Component\Mercure\Debug\TraceableHub" instead.
User Deprecated: Since symfony/mercure 0.5: Interface "Symfony\Component\Mercure\PublisherInterface" is deprecated, use "Symfony\Component\Mercure\HubInterface" instead.
User Deprecated: Since symfony/mercure-bundle 0.2: The "mercure.hub.default.publisher.traceable.inner" service is deprecated. You should stop using it, as it will be removed in the future, use "mercure.hub.default" instead.
Log messages generated during the compilation of the service container.
Messages
Class
425
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BuildCampaigns" (parent: .abstract.instanceof.App\Command\BuildCampaigns).
Resolving inheritance for "App\Command\BuildCampaigns" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BuildCampaigns).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConsolidateCampaigns" (parent: .abstract.instanceof.App\Command\ConsolidateCampaigns).
Resolving inheritance for "App\Command\ConsolidateCampaigns" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConsolidateCampaigns).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConsumeImports" (parent: .abstract.instanceof.App\Command\ConsumeImports).
Resolving inheritance for "App\Command\ConsumeImports" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConsumeImports).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron" (parent: .abstract.instanceof.App\Command\Cron).
Resolving inheritance for "App\Command\Cron" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailPipe" (parent: .abstract.instanceof.App\Command\EmailPipe).
Resolving inheritance for "App\Command\EmailPipe" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailPipe).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Playground" (parent: .abstract.instanceof.App\Command\Playground).
Resolving inheritance for "App\Command\Playground" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Playground).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendCampaigns" (parent: .abstract.instanceof.App\Command\SendCampaigns).
Resolving inheritance for "App\Command\SendCampaigns" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendCampaigns).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendPendingCampaign" (parent: .abstract.instanceof.App\Command\SendPendingCampaign).
Resolving inheritance for "App\Command\SendPendingCampaign" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendPendingCampaign).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Addon\Fic\FicController" (parent: .abstract.instanceof.App\Controller\Addon\Fic\FicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Addon\Fic\FicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Addon\Fic\FicController).
Resolving inheritance for "App\Controller\Addon\Fic\FicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Addon\Fic\FicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Addon\Fic\OauthController" (parent: .abstract.instanceof.App\Controller\Addon\Fic\OauthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Addon\Fic\OauthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Addon\Fic\OauthController).
Resolving inheritance for "App\Controller\Addon\Fic\OauthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Addon\Fic\OauthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AuthController" (parent: .abstract.instanceof.App\Controller\Api\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AuthController).
Resolving inheritance for "App\Controller\Api\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ContactsController" (parent: .abstract.instanceof.App\Controller\Api\ContactsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ContactsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ContactsController).
Resolving inheritance for "App\Controller\Api\ContactsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ContactsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Controller" (parent: .abstract.instanceof.App\Controller\Api\Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Controller).
Resolving inheritance for "App\Controller\Api\Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PlansController" (parent: .abstract.instanceof.App\Controller\Api\PlansController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PlansController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PlansController).
Resolving inheritance for "App\Controller\Api\PlansController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PlansController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SsoController" (parent: .abstract.instanceof.App\Controller\Api\SsoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SsoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SsoController).
Resolving inheritance for "App\Controller\Api\SsoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SsoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StatsController" (parent: .abstract.instanceof.App\Controller\Api\StatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StatsController).
Resolving inheritance for "App\Controller\Api\StatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UsersController" (parent: .abstract.instanceof.App\Controller\Api\UsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UsersController).
Resolving inheritance for "App\Controller\Api\UsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UsersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CampaignsController" (parent: .abstract.instanceof.App\Controller\Api\V1\CampaignsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CampaignsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CampaignsController).
Resolving inheritance for "App\Controller\Api\V1\CampaignsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CampaignsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ContactGroupsController" (parent: .abstract.instanceof.App\Controller\Api\V1\ContactGroupsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ContactGroupsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ContactGroupsController).
Resolving inheritance for "App\Controller\Api\V1\ContactGroupsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ContactGroupsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ContactsController" (parent: .abstract.instanceof.App\Controller\Api\V1\ContactsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ContactsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ContactsController).
Resolving inheritance for "App\Controller\Api\V1\ContactsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ContactsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ProfileController" (parent: .abstract.instanceof.App\Controller\Api\V1\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ProfileController).
Resolving inheritance for "App\Controller\Api\V1\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiClientsController" (parent: .abstract.instanceof.App\Controller\ApiClientsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiClientsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiClientsController).
Resolving inheritance for "App\Controller\ApiClientsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiClientsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthController" (parent: .abstract.instanceof.App\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthController).
Resolving inheritance for "App\Controller\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignLinksController" (parent: .abstract.instanceof.App\Controller\CampaignLinksController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignLinksController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignLinksController).
Resolving inheritance for "App\Controller\CampaignLinksController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignLinksController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignsController" (parent: .abstract.instanceof.App\Controller\CampaignsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignsController).
Resolving inheritance for "App\Controller\CampaignsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactGroupsController" (parent: .abstract.instanceof.App\Controller\ContactGroupsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactGroupsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactGroupsController).
Resolving inheritance for "App\Controller\ContactGroupsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactGroupsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactsController" (parent: .abstract.instanceof.App\Controller\ContactsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactsController).
Resolving inheritance for "App\Controller\ContactsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Controller" (parent: .abstract.instanceof.App\Controller\Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Controller).
Resolving inheritance for "App\Controller\Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomFieldsController" (parent: .abstract.instanceof.App\Controller\CustomFieldsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomFieldsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomFieldsController).
Resolving inheritance for "App\Controller\CustomFieldsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomFieldsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Docs\ApiController" (parent: .abstract.instanceof.App\Controller\Docs\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Docs\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Docs\ApiController).
Resolving inheritance for "App\Controller\Docs\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Docs\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Docs\IndexController" (parent: .abstract.instanceof.App\Controller\Docs\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Docs\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Docs\IndexController).
Resolving inheritance for "App\Controller\Docs\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Docs\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocsPageController" (parent: .abstract.instanceof.App\Controller\DocsPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocsPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocsPageController).
Resolving inheritance for "App\Controller\DocsPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocsPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DomainsController" (parent: .abstract.instanceof.App\Controller\DomainsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DomainsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DomainsController).
Resolving inheritance for "App\Controller\DomainsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DomainsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailEditorController" (parent: .abstract.instanceof.App\Controller\EmailEditorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailEditorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailEditorController).
Resolving inheritance for "App\Controller\EmailEditorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailEditorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailsController" (parent: .abstract.instanceof.App\Controller\EmailsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailsController).
Resolving inheritance for "App\Controller\EmailsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormsController" (parent: .abstract.instanceof.App\Controller\FormsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormsController).
Resolving inheritance for "App\Controller\FormsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController" (parent: .abstract.instanceof.App\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController).
Resolving inheritance for "App\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\CampaignsController" (parent: .abstract.instanceof.App\Controller\Json\CampaignsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\CampaignsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\CampaignsController).
Resolving inheritance for "App\Controller\Json\CampaignsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\CampaignsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\Controller" (parent: .abstract.instanceof.App\Controller\Json\Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\Controller).
Resolving inheritance for "App\Controller\Json\Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\CustomFieldsController" (parent: .abstract.instanceof.App\Controller\Json\CustomFieldsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\CustomFieldsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\CustomFieldsController).
Resolving inheritance for "App\Controller\Json\CustomFieldsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\CustomFieldsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\FormsController" (parent: .abstract.instanceof.App\Controller\Json\FormsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\FormsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\FormsController).
Resolving inheritance for "App\Controller\Json\FormsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\FormsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\TemplatesController" (parent: .abstract.instanceof.App\Controller\Json\TemplatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\TemplatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\TemplatesController).
Resolving inheritance for "App\Controller\Json\TemplatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\TemplatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LocaleController" (parent: .abstract.instanceof.App\Controller\LocaleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LocaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LocaleController).
Resolving inheritance for "App\Controller\LocaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LocaleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaygroundController" (parent: .abstract.instanceof.App\Controller\PlaygroundController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaygroundController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaygroundController).
Resolving inheritance for "App\Controller\PlaygroundController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaygroundController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController" (parent: .abstract.instanceof.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController).
Resolving inheritance for "App\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublishController" (parent: .abstract.instanceof.App\Controller\PublishController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublishController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublishController).
Resolving inheritance for "App\Controller\PublishController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublishController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecurringCampaignsController" (parent: .abstract.instanceof.App\Controller\RecurringCampaignsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecurringCampaignsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecurringCampaignsController).
Resolving inheritance for "App\Controller\RecurringCampaignsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecurringCampaignsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SetupController" (parent: .abstract.instanceof.App\Controller\SetupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SetupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SetupController).
Resolving inheritance for "App\Controller\SetupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SetupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SourcesController" (parent: .abstract.instanceof.App\Controller\SourcesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SourcesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SourcesController).
Resolving inheritance for "App\Controller\SourcesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SourcesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SsoController" (parent: .abstract.instanceof.App\Controller\SsoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SsoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SsoController).
Resolving inheritance for "App\Controller\SsoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SsoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscribeController" (parent: .abstract.instanceof.App\Controller\SubscribeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscribeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscribeController).
Resolving inheritance for "App\Controller\SubscribeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscribeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TasksController" (parent: .abstract.instanceof.App\Controller\TasksController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TasksController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TasksController).
Resolving inheritance for "App\Controller\TasksController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TasksController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UploadsController" (parent: .abstract.instanceof.App\Controller\UploadsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UploadsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UploadsController).
Resolving inheritance for "App\Controller\UploadsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UploadsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserPageController" (parent: .abstract.instanceof.App\Controller\UserPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserPageController).
Resolving inheritance for "App\Controller\UserPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebhookController" (parent: .abstract.instanceof.App\Controller\WebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebhookController).
Resolving inheritance for "App\Controller\WebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebhookController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture" (parent: .abstract.instanceof.App\DataFixtures\UserFixture).
Resolving inheritance for "App\DataFixtures\UserFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LocaleListener" (parent: .abstract.instanceof.App\EventListener\LocaleListener).
Resolving inheritance for "App\EventListener\LocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LocaleListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\RequestListener" (parent: .abstract.instanceof.App\EventListener\RequestListener).
Resolving inheritance for "App\EventListener\RequestListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\RequestListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PageControllerSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\PageControllerSubscriber).
Resolving inheritance for "App\EventSubscriber\PageControllerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PageControllerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ApiClientType" (parent: .abstract.instanceof.App\Form\ApiClientType).
Resolving inheritance for "App\Form\ApiClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ApiClientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CampaignType" (parent: .abstract.instanceof.App\Form\CampaignType).
Resolving inheritance for "App\Form\CampaignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CampaignType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType" (parent: .abstract.instanceof.App\Form\ChangePasswordType).
Resolving inheritance for "App\Form\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactGroupType" (parent: .abstract.instanceof.App\Form\ContactGroupType).
Resolving inheritance for "App\Form\ContactGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactImportType" (parent: .abstract.instanceof.App\Form\ContactImportType).
Resolving inheritance for "App\Form\ContactImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType" (parent: .abstract.instanceof.App\Form\ContactType).
Resolving inheritance for "App\Form\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomFieldsType" (parent: .abstract.instanceof.App\Form\CustomFieldsType).
Resolving inheritance for "App\Form\CustomFieldsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomFieldsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DomainType" (parent: .abstract.instanceof.App\Form\DomainType).
Resolving inheritance for "App\Form\DomainType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DomainType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailType" (parent: .abstract.instanceof.App\Form\EmailType).
Resolving inheritance for "App\Form\EmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType" (parent: .abstract.instanceof.App\Form\FormType).
Resolving inheritance for "App\Form\FormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginType" (parent: .abstract.instanceof.App\Form\LoginType).
Resolving inheritance for "App\Form\LoginType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OAuth2ClientType" (parent: .abstract.instanceof.App\Form\OAuth2ClientType).
Resolving inheritance for "App\Form\OAuth2ClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OAuth2ClientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecurringCampaignType" (parent: .abstract.instanceof.App\Form\RecurringCampaignType).
Resolving inheritance for "App\Form\RecurringCampaignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecurringCampaignType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPassType" (parent: .abstract.instanceof.App\Form\ResetPassType).
Resolving inheritance for "App\Form\ResetPassType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPassType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TestEmailType" (parent: .abstract.instanceof.App\Form\TestEmailType).
Resolving inheritance for "App\Form\TestEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TestEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EmailFromDomainType" (parent: .abstract.instanceof.App\Form\Type\EmailFromDomainType).
Resolving inheritance for "App\Form\Type\EmailFromDomainType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EmailFromDomainType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HeaderType" (parent: .abstract.instanceof.App\Form\Type\HeaderType).
Resolving inheritance for "App\Form\Type\HeaderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HeaderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ParagraphType" (parent: .abstract.instanceof.App\Form\Type\ParagraphType).
Resolving inheritance for "App\Form\Type\ParagraphType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ParagraphType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UploadType" (parent: .abstract.instanceof.App\Form\UploadType).
Resolving inheritance for "App\Form\UploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UploadType).
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\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\BatchSendCampaignHandler" (parent: .abstract.instanceof.App\MessageHandler\BatchSendCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\BatchSendCampaignHandler" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\BatchSendCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\BatchSendCampaignHandler" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\BatchSendCampaignHandler).
Resolving inheritance for "App\MessageHandler\BatchSendCampaignHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\BatchSendCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\BatchSendFrozenCampaignHandler" (parent: .abstract.instanceof.App\MessageHandler\BatchSendFrozenCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\BatchSendFrozenCampaignHandler" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\BatchSendFrozenCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\BatchSendFrozenCampaignHandler" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\BatchSendFrozenCampaignHandler).
Resolving inheritance for "App\MessageHandler\BatchSendFrozenCampaignHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\BatchSendFrozenCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\BatchSendPendingCampaignHandler" (parent: .abstract.instanceof.App\MessageHandler\BatchSendPendingCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\BatchSendPendingCampaignHandler" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\BatchSendPendingCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\BatchSendPendingCampaignHandler" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\BatchSendPendingCampaignHandler).
Resolving inheritance for "App\MessageHandler\BatchSendPendingCampaignHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\BatchSendPendingCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\CreateFixtureHandler" (parent: .abstract.instanceof.App\MessageHandler\CreateFixtureHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\CreateFixtureHandler" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\CreateFixtureHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\CreateFixtureHandler" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\CreateFixtureHandler).
Resolving inheritance for "App\MessageHandler\CreateFixtureHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\CreateFixtureHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\ImportCsvHandler" (parent: .abstract.instanceof.App\MessageHandler\ImportCsvHandler).
Resolving inheritance for "App\MessageHandler\ImportCsvHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\ImportCsvHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\SendCampaignHandler" (parent: .abstract.instanceof.App\MessageHandler\SendCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\SendCampaignHandler" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\SendCampaignHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SendCampaignHandler" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\SendCampaignHandler).
Resolving inheritance for "App\MessageHandler\SendCampaignHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SendCampaignHandler).
Resolving inheritance for ".instanceof.Trikoder\Bundle\OAuth2Bundle\League\AuthorizationServer\GrantTypeInterface.0.App\OAuthLogin\Grant\CredentialsGrant" (parent: .abstract.instanceof.App\OAuthLogin\Grant\CredentialsGrant).
Resolving inheritance for "App\OAuthLogin\Grant\CredentialsGrant" (parent: .instanceof.Trikoder\Bundle\OAuth2Bundle\League\AuthorizationServer\GrantTypeInterface.0.App\OAuthLogin\Grant\CredentialsGrant).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddonRepository" (parent: .abstract.instanceof.App\Repository\AddonRepository).
Resolving inheritance for "App\Repository\AddonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Api\ClientRepository" (parent: .abstract.instanceof.App\Repository\Api\ClientRepository).
Resolving inheritance for "App\Repository\Api\ClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Api\ClientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiTokenRepository" (parent: .abstract.instanceof.App\Repository\ApiTokenRepository).
Resolving inheritance for "App\Repository\ApiTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignContactRepository" (parent: .abstract.instanceof.App\Repository\CampaignContactRepository).
Resolving inheritance for "App\Repository\CampaignContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignLinkHitRepository" (parent: .abstract.instanceof.App\Repository\CampaignLinkHitRepository).
Resolving inheritance for "App\Repository\CampaignLinkHitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignLinkHitRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignLinkRepository" (parent: .abstract.instanceof.App\Repository\CampaignLinkRepository).
Resolving inheritance for "App\Repository\CampaignLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRepository" (parent: .abstract.instanceof.App\Repository\CampaignRepository).
Resolving inheritance for "App\Repository\CampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigRepository" (parent: .abstract.instanceof.App\Repository\ConfigRepository).
Resolving inheritance for "App\Repository\ConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactGroupRepository" (parent: .abstract.instanceof.App\Repository\ContactGroupRepository).
Resolving inheritance for "App\Repository\ContactGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository" (parent: .abstract.instanceof.App\Repository\ContactRepository).
Resolving inheritance for "App\Repository\ContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomFieldsRepository" (parent: .abstract.instanceof.App\Repository\CustomFieldsRepository).
Resolving inheritance for "App\Repository\CustomFieldsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomFieldsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DomainRepository" (parent: .abstract.instanceof.App\Repository\DomainRepository).
Resolving inheritance for "App\Repository\DomainRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DomainRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailCheckupRepository" (parent: .abstract.instanceof.App\Repository\EmailCheckupRepository).
Resolving inheritance for "App\Repository\EmailCheckupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailCheckupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailLinkRepository" (parent: .abstract.instanceof.App\Repository\EmailLinkRepository).
Resolving inheritance for "App\Repository\EmailLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository" (parent: .abstract.instanceof.App\Repository\EmailRepository).
Resolving inheritance for "App\Repository\EmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailTemplateRepository" (parent: .abstract.instanceof.App\Repository\EmailTemplateRepository).
Resolving inheritance for "App\Repository\EmailTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormFieldRepository" (parent: .abstract.instanceof.App\Repository\FormFieldRepository).
Resolving inheritance for "App\Repository\FormFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormFieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormRepository" (parent: .abstract.instanceof.App\Repository\FormRepository).
Resolving inheritance for "App\Repository\FormRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OAuth2AutoRequestRepository" (parent: .abstract.instanceof.App\Repository\OAuth2AutoRequestRepository).
Resolving inheritance for "App\Repository\OAuth2AutoRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OAuth2AutoRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanRepository" (parent: .abstract.instanceof.App\Repository\PlanRepository).
Resolving inheritance for "App\Repository\PlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecurringCampaignRepository" (parent: .abstract.instanceof.App\Repository\RecurringCampaignRepository).
Resolving inheritance for "App\Repository\RecurringCampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecurringCampaignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SendEventRepository" (parent: .abstract.instanceof.App\Repository\SendEventRepository).
Resolving inheritance for "App\Repository\SendEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SendEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SsoTokenRepository" (parent: .abstract.instanceof.App\Repository\SsoTokenRepository).
Resolving inheritance for "App\Repository\SsoTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SsoTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository" (parent: .abstract.instanceof.App\Repository\TaskRepository).
Resolving inheritance for "App\Repository\TaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UploadRepository" (parent: .abstract.instanceof.App\Repository\UploadRepository).
Resolving inheritance for "App\Repository\UploadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UploadRepository).
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.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DomainAuthenticationVoter" (parent: .abstract.instanceof.App\Security\Voter\DomainAuthenticationVoter).
Resolving inheritance for "App\Security\Voter\DomainAuthenticationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DomainAuthenticationVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserSetupVoter" (parent: .abstract.instanceof.App\Security\Voter\UserSetupVoter).
Resolving inheritance for "App\Security\Voter\UserSetupVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserSetupVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Api\Api" (parent: .abstract.instanceof.App\Service\Api\Api).
Resolving inheritance for "App\Service\Api\Api" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Api\Api).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MiscExtension" (parent: .abstract.instanceof.App\Twig\MiscExtension).
Resolving inheritance for "App\Twig\MiscExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MiscExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\HostnameValidator" (parent: .abstract.instanceof.App\Validator\HostnameValidator).
Resolving inheritance for "App\Validator\HostnameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\HostnameValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.campaigns_form" (parent: .abstract.instanceof.campaigns_form).
Resolving inheritance for "campaigns_form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.campaigns_form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.contacts_form" (parent: .abstract.instanceof.contacts_form).
Resolving inheritance for "contacts_form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.contacts_form).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.app.oauth2.client_repository" (parent: .abstract.instanceof.app.oauth2.client_repository).
Resolving inheritance for "app.oauth2.client_repository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.app.oauth2.client_repository).
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.messenger.restart_workers_signal" (parent: cache.app).
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 "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
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.app_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.api_token" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.api_token" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_v1" (parent: security.firewall.config).
Resolving inheritance for "security.authentication.provider.oauth2.api_v1" (parent: Trikoder\Bundle\OAuth2Bundle\Security\Authentication\Provider\OAuth2Provider).
Resolving inheritance for "security.authentication.listener.oauth2.api_v1" (parent: Trikoder\Bundle\OAuth2Bundle\Security\Firewall\OAuth2Listener).
Resolving inheritance for "security.exception_listener.api_v1" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_v1" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
Resolving inheritance for "security.authentication.listener.json.main" (parent: security.authentication.listener.json).
Resolving inheritance for "security.authentication.provider.rememberme.main" (parent: security.authentication.provider.rememberme).
Resolving inheritance for "security.authentication.rememberme.services.simplehash.main" (parent: security.authentication.rememberme.services.simplehash).
Resolving inheritance for "security.authentication.listener.rememberme.main" (parent: security.authentication.listener.rememberme).
Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.uploads" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.clean.uploads" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.uploads" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.uploads" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "gaufrette.upload_adapter_adapter" (parent: knp_gaufrette.adapter.aws_s3).
Resolving inheritance for "gaufrette.upload_fs_filesystem" (parent: knp_gaufrette.filesystem).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Utixodev\FicBundle\Form\SettingsType" (parent: .abstract.instanceof.Utixodev\FicBundle\Form\SettingsType).
Resolving inheritance for "Utixodev\FicBundle\Form\SettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Utixodev\FicBundle\Form\SettingsType).
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 "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
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.messenger" (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.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).
344
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; reason: private alias.
Removed service "App\Rabbit\Producer\ImportProducer"; reason: private alias.
Removed service "App\Message\SerializableInterface"; reason: private alias.
Removed service "App\Service\Chart\ChartInterface"; reason: private alias.
Removed service "App\Service\Notification\NotificationInterface"; 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 "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 "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "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\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; 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 "Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface"; reason: private alias.
Removed service "Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface"; 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 "doctrine.migrations.metadata_storage"; 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.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.api_v1"; reason: private alias.
Removed service "security.user_checker.api_v1"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
Removed service "swiftmailer.spool"; reason: private alias.
Removed service "swiftmailer.transport.real"; reason: private alias.
Removed service "Swift_Spool"; reason: private alias.
Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
Removed service "swiftmailer.mailer"; reason: private alias.
Removed service "Swift_Mailer"; reason: private alias.
Removed service "Swift_Transport"; 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 "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\GaufretteStorage"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultTokenProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $defaultHub"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $defaultPublisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Publisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface"; reason: private alias.
Removed service "Trikoder\Bundle\OAuth2Bundle\Service\ClientFinderInterface"; reason: private alias.
Removed service "trikoder.oauth2.league.repository.client_repository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\ClientRepositoryInterface"; reason: private alias.
Removed service "trikoder.oauth2.league.repository.access_token_repository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface"; reason: private alias.
Removed service "trikoder.oauth2.league.repository.refresh_token_repository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface"; reason: private alias.
Removed service "trikoder.oauth2.league.repository.scope_repository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\ScopeRepositoryInterface"; reason: private alias.
Removed service "trikoder.oauth2.league.repository.user_repository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\UserRepositoryInterface"; reason: private alias.
Removed service "trikoder.oauth2.league.repository.auth_code_repository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\AuthCodeRepositoryInterface"; reason: private alias.
Removed service "trikoder.oauth2.security.authentication.provider.oauth2_provider"; reason: private alias.
Removed service "trikoder.oauth2.security.entry_point.oauth2_entry_point"; reason: private alias.
Removed service "trikoder.oauth2.security.firewall.oauth2_listener"; reason: private alias.
Removed service "league.oauth2.server.authorization_server"; reason: private alias.
Removed service "league.oauth2.server.resource_server"; reason: private alias.
Removed service "league.oauth2.server.grant.client_credentials_grant"; reason: private alias.
Removed service "league.oauth2.server.grant.password_grant"; reason: private alias.
Removed service "league.oauth2.server.grant.refresh_token_grant"; reason: private alias.
Removed service "league.oauth2.server.grant.auth_code_grant"; reason: private alias.
Removed service "league.oauth2.server.grant.implicit_grant"; reason: private alias.
Removed service "trikoder.oauth2.controller.authorization_controller"; reason: private alias.
Removed service "trikoder.oauth2.event_listener.authorization.user"; reason: private alias.
Removed service "trikoder.oauth2.event_listener.authorization.convert_to_response"; reason: private alias.
Removed service "trikoder.oauth2.controller.token_controller"; reason: private alias.
Removed service "trikoder.oauth2.command.create_client_command"; reason: private alias.
Removed service "trikoder.oauth2.command.update_client_command"; reason: private alias.
Removed service "trikoder.oauth2.command.delete_client_command"; reason: private alias.
Removed service "trikoder.oauth2.command.list_clients_command"; reason: private alias.
Removed service "trikoder.oauth2.command.clear_expired_tokens_command"; reason: private alias.
Removed service "trikoder.oauth2.converter.user_converter"; reason: private alias.
Removed service "Trikoder\Bundle\OAuth2Bundle\Converter\UserConverterInterface"; reason: private alias.
Removed service "trikoder.oauth2.converter.scope_converter"; reason: private alias.
Removed service "Trikoder\Bundle\OAuth2Bundle\Converter\ScopeConverterInterface"; reason: private alias.
Removed service "trikoder.oauth2.event.authorization_request_resolve_event_factory"; reason: private alias.
Removed service "Trikoder\Bundle\OAuth2Bundle\Manager\ClientManagerInterface"; reason: private alias.
Removed service "Trikoder\Bundle\OAuth2Bundle\Manager\AccessTokenManagerInterface"; reason: private alias.
Removed service "Trikoder\Bundle\OAuth2Bundle\Manager\RefreshTokenManagerInterface"; reason: private alias.
Removed service "Trikoder\Bundle\OAuth2Bundle\Manager\ScopeManagerInterface"; reason: private alias.
Removed service "Trikoder\Bundle\OAuth2Bundle\Manager\AuthorizationCodeManagerInterface"; reason: private alias.
Removed service "Trikoder\Bundle\OAuth2Bundle\Service\CredentialsRevokerInterface"; reason: private alias.
Removed service "trikoder.oauth2.manager.doctrine.client_manager"; reason: private alias.
Removed service "trikoder.oauth2.manager.doctrine.access_token_manager"; reason: private alias.
Removed service "trikoder.oauth2.manager.doctrine.refresh_token_manager"; reason: private alias.
Removed service "trikoder.oauth2.manager.in_memory.scope_manager"; reason: private alias.
Removed service "trikoder.oauth2.manager.doctrine.authorization_code_manager"; reason: private alias.
Removed service "Knp\Bundle\GaufretteBundle\FilesystemMap"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $importsProducer"; reason: private alias.
Removed service "App\Rabbit\Producer\ImportProducer $importsProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $emailEventsCampaignContactConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $emailEventsCampaignContactConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $emailEventsContactConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $emailEventsContactConsumer"; reason: private alias.
Removed service "ajgarlag_psr_http_message.psr7.http_message_factory"; reason: private alias.
Removed service "ajgarlag_psr_http_message.psr7.http_foundation_factory"; reason: private alias.
Removed service "ajgarlag_psr_http_message.psr7.argument_value_resolver.server_request"; reason: private alias.
Removed service "ajgarlag_psr_http_message.psr7.listener.response"; 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 $messengerLogger"; 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 $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 ".service_locator.6DxUFLS"; reason: private alias.
Removed service ".service_locator.27KOu4H"; reason: private alias.
Removed service ".service_locator.4NL.3D7"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.svakG6V"; reason: private alias.
Removed service ".service_locator.BMfTRHi"; reason: private alias.
Removed service ".service_locator.smOg92B"; reason: private alias.
Removed service ".service_locator.U8zY1N3"; reason: private alias.
Removed service ".service_locator.K67tj0H"; reason: private alias.
Removed service ".service_locator.MYMgWQW"; reason: private alias.
Removed service ".service_locator.PZj7JQA"; reason: private alias.
Removed service ".service_locator.QhGgcij"; reason: private alias.
Removed service ".service_locator.5jN8gNj"; reason: private alias.
Removed service ".service_locator.z3EI4is"; reason: private alias.
Removed service ".service_locator.40YQx.H"; reason: private alias.
Removed service ".service_locator.kfRyV7d"; reason: private alias.
Removed service ".service_locator.AAp7EsS"; reason: private alias.
Removed service ".service_locator.Zj.dZ1a"; reason: private alias.
Removed service ".service_locator.ntv._6r"; reason: private alias.
Removed service ".service_locator.7G3VbPa"; reason: private alias.
Removed service ".service_locator.vn5hp.W"; reason: private alias.
Removed service ".service_locator.0Db4m4x"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.0ghLsew"; reason: private alias.
Removed service ".service_locator.wk57b.N"; 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 "doctrine.migrations.migrations_factory"; 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 "mercure.hub.default.publisher"; reason: private alias.
Removed service "mercure.hub.default"; 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 "sensio_framework_extra.psr7.argument_value_resolver.server_request"; reason: private alias.
Removed service "Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver"; 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 "messenger.bus.default"; 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.kT5R.ur"; reason: private alias.
Removed service ".service_locator.tN26._s"; reason: private alias.
Removed service ".service_locator.but1E8c"; reason: private alias.
Removed service ".service_locator.r6gSaNS"; reason: private alias.
Removed service ".service_locator.e6NZTMm"; reason: private alias.
Removed service ".service_locator.9hv8JTR"; reason: private alias.
Removed service ".service_locator.5ICfsRX"; reason: private alias.
Removed service ".service_locator.3avMHMk"; reason: private alias.
Removed service ".service_locator.426yQGu"; reason: private alias.
Removed service ".service_locator.DxT1Qxj"; reason: private alias.
Removed service ".service_locator.DExAO65"; reason: private alias.
Removed service ".service_locator.qCV9tIr"; reason: private alias.
Removed service ".service_locator.gVsia6y"; reason: private alias.
Removed service ".service_locator.6NsdyL1"; reason: private alias.
Removed service ".service_locator.hVj713g"; reason: private alias.
Removed service ".service_locator.jjMYWI_"; reason: private alias.
Removed service ".service_locator.Ea9OT.c"; reason: private alias.
Removed service ".service_locator.2WHjZvI"; reason: private alias.
Removed service ".service_locator.KLHyO.."; reason: private alias.
Removed service ".service_locator.TErRMd8"; reason: private alias.
Removed service ".service_locator.bmhQSn."; reason: private alias.
Removed service ".service_locator..3IJEwt"; reason: private alias.
Removed service ".service_locator._uz7svP"; reason: private alias.
Removed service ".service_locator.cZR5miN"; reason: private alias.
Removed service ".service_locator.E.Wk7TQ"; reason: private alias.
Removed service ".service_locator.Yytyb8A"; reason: private alias.
Removed service ".service_locator.06qVQWB"; reason: private alias.
Removed service ".service_locator.grRshAz"; reason: private alias.
Removed service ".service_locator.qFxG5a6"; reason: private alias.
Removed service ".service_locator.eMtvR5p"; reason: private alias.
Removed service ".service_locator..e74uNy"; reason: private alias.
Removed service ".service_locator.A740LBW"; reason: private alias.
Removed service ".service_locator.sf85gDo"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
224
Changed reference of service "App\Command\ConsolidateCampaigns" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\Cron" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Command\EmailPipe" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\Playground" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Addon\Fic\FicController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Addon\Fic\FicController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Addon\Fic\OauthController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Addon\Fic\OauthController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Api\ContactsController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Controller\Api\ContactsController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Api\ContactsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\PlansController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Api\PlansController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\SsoController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\SsoController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Api\UsersController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Controller\Api\UsersController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Api\UsersController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\V1\CampaignsController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Api\V1\CampaignsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\V1\ContactGroupsController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Api\V1\ContactGroupsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\V1\ContactsController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Api\V1\ContactsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Api\V1\ProfileController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Api\V1\ProfileController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ApiClientsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ApiClientsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ApiClientsController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Controller\AuthController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CampaignLinksController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CampaignLinksController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\CampaignsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CampaignsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\CampaignsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContactGroupsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContactGroupsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ContactsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContactsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\CustomFieldsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\CustomFieldsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Docs\ApiController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Docs\ApiController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Docs\IndexController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Docs\IndexController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\DomainsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\DomainsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\EmailEditorController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\EmailsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\EmailsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\FormsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\FormsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\FormsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\IndexController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Json\CustomFieldsController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Json\FormsController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\Json\TemplatesController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\LocaleController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Controller\PlaygroundController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ProfileController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProfileController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ProfileController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Controller\RecurringCampaignsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\RecurringCampaignsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\RecurringCampaignsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\SetupController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SetupController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\SetupController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Controller\SourcesController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\SourcesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SsoController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\SubscribeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\SubscribeController" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Controller\SubscribeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\TasksController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\UploadsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\WebhookController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\DataFixtures\UserFixture" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\EventListener\AuthListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\EventListener\EmailListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\PageControllerSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Type\EmailFromDomainTransformer" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\MessageHandler\CreateFixtureHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\MessageHandler\ImportCsvHandler" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\OAuthLogin\EventListener\AuthorizationCodeListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Rabbit\Consumer\EmailEvent\CampaignContactConsumer" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Rabbit\Consumer\ImportConsumer" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Security\Voter\DomainAuthenticationVoter" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Security\Voter\UserSetupVoter" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Service\Api\Campaigns" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Api\Contacts" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Api\RecurringCampaigns" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Api\Stats" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Api\System" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Api\Tasks" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Api\Users" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Api\Users" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Service\Campaign\CampaignManager" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Service\Campaign\CampaignManager" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Campaign\Sender\SendgridSender" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Campaign\Sender\SendgridSender" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Campaign\Sender\SmtpSender" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Campaign\Sender\SmtpSender" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Mailer" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Service\Mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Queue\ContactsImporter" previously pointing to "debug.validator" to "validator".
Changed reference of service "authentication.success.listener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "import_consumer" previously pointing to "debug.validator" to "validator".
Changed reference of service "email_event_campaign_contact_consumer" previously pointing to "debug.validator" to "validator".
Changed reference of service "locale_listener" previously pointing to "router.default" 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 "router.default" 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.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" 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 "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" 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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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 "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" 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.json.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json.main" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.listener.rememberme.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
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 "router.default" 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 "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" 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 "router.default" to "router".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "bazinga.jstranslation.controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "Trikoder\Bundle\OAuth2Bundle\League\Repository\ScopeRepository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Trikoder\Bundle\OAuth2Bundle\League\Repository\UserRepository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Trikoder\Bundle\OAuth2Bundle\Controller\AuthorizationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.imports_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.email_events_campaign_contact_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.email_events_contact_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.imports_dynamic" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.email_send_dynamic" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Utixodev\FicBundle\Fic\Oauth" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.TcYPs3P" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.whS27Fc" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.yAxK82A" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ADWZwO." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.F.Mpgaa" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.F.Mpgaa" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.q2ji3lu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YEwuOfi" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.3CdOuCQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.3CdOuCQ" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.zjQkmuM" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.VxypiJ4" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.K8SUHge" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.K8SUHge" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.cqzZA2M" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.dbK2dHp" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.bYwR8h3" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.U2yQbn_" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.U2yQbn_" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.cFhEF3P" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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.simple_role_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 "debug.security.voter.App\Security\Voter\DomainAuthenticationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\UserSetupVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "router.default" 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 "router.default" to "router".
Changed reference of service ".service_locator.PymsA26" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
406
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 "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; 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 "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; 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 "swiftmailer.mailer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "knp_gaufrette.filesystem"; reason: abstract.
Removed service "knp_gaufrette.adapter.in_memory"; reason: abstract.
Removed service "knp_gaufrette.adapter.local"; reason: abstract.
Removed service "knp_gaufrette.adapter.safe_local"; reason: abstract.
Removed service "knp_gaufrette.adapter.async_aws_s3"; reason: abstract.
Removed service "knp_gaufrette.adapter.aws_s3"; reason: abstract.
Removed service "knp_gaufrette.adapter.doctrine_dbal"; reason: abstract.
Removed service "knp_gaufrette.adapter.opencloud"; reason: abstract.
Removed service "knp_gaufrette.adapter.azure_blob_storage"; reason: abstract.
Removed service "knp_gaufrette.adapter.google_cloud_storage"; reason: abstract.
Removed service "knp_gaufrette.adapter.gridfs"; reason: abstract.
Removed service "knp_gaufrette.adapter.ftp"; reason: abstract.
Removed service "knp_gaufrette.adapter.phpseclib_sftp"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BuildCampaigns"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BuildCampaigns"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConsolidateCampaigns"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ConsolidateCampaigns"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConsumeImports"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ConsumeImports"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cron"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Cron"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailPipe"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EmailPipe"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Playground"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Playground"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendCampaigns"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendCampaigns"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendPendingCampaign"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendPendingCampaign"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Addon\Fic\FicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Addon\Fic\FicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Addon\Fic\FicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Addon\Fic\OauthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Addon\Fic\OauthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Addon\Fic\OauthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ContactsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ContactsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ContactsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PlansController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PlansController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PlansController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SsoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SsoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\SsoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\StatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UsersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CampaignsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CampaignsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\CampaignsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ContactGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ContactGroupsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\ContactGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ContactsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ContactsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\ContactsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiClientsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiClientsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiClientsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignLinksController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignLinksController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CampaignLinksController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CampaignsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactGroupsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomFieldsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomFieldsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CustomFieldsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Docs\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Docs\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Docs\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Docs\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Docs\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Docs\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocsPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocsPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocsPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DomainsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DomainsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DomainsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailEditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailEditorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EmailEditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EmailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FormsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\CampaignsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\CampaignsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Json\CampaignsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Json\Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\CustomFieldsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\CustomFieldsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Json\CustomFieldsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\FormsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\FormsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Json\FormsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Json\TemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Json\TemplatesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Json\TemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LocaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LocaleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LocaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaygroundController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaygroundController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PlaygroundController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PublishController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PublishController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PublishController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecurringCampaignsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecurringCampaignsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RecurringCampaignsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SetupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SetupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SetupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SourcesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SourcesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SourcesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SsoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SsoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SsoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscribeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscribeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SubscribeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TasksController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TasksController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TasksController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UploadsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UploadsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UploadsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebhookController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\UserFixture"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LocaleListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LocaleListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\RequestListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\RequestListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PageControllerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\PageControllerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ApiClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ApiClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CampaignType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CampaignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomFieldsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomFieldsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DomainType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DomainType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LoginType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OAuth2ClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OAuth2ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecurringCampaignType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RecurringCampaignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPassType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ResetPassType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TestEmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TestEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EmailFromDomainType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\EmailFromDomainType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HeaderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\HeaderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ParagraphType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ParagraphType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UploadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UploadType"; 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\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\BatchSendCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\BatchSendCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\BatchSendCampaignHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\BatchSendCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\BatchSendFrozenCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\BatchSendFrozenCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\BatchSendFrozenCampaignHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\BatchSendFrozenCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\BatchSendPendingCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\BatchSendPendingCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\BatchSendPendingCampaignHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\BatchSendPendingCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\CreateFixtureHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\CreateFixtureHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\CreateFixtureHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\CreateFixtureHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\ImportCsvHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\ImportCsvHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\MessageHandler\SendCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\MessageHandler\SendCampaignHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\SendCampaignHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\SendCampaignHandler"; reason: abstract.
Removed service ".instanceof.Trikoder\Bundle\OAuth2Bundle\League\AuthorizationServer\GrantTypeInterface.0.App\OAuthLogin\Grant\CredentialsGrant"; reason: abstract.
Removed service ".abstract.instanceof.App\OAuthLogin\Grant\CredentialsGrant"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AddonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Api\ClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Api\ClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApiTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CampaignContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignLinkHitRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CampaignLinkHitRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CampaignLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CampaignRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CampaignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomFieldsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomFieldsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DomainRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DomainRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailCheckupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailCheckupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FormFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FormRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OAuth2AutoRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OAuth2AutoRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecurringCampaignRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RecurringCampaignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SendEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SendEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SsoTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SsoTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TaskRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UploadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UploadRepository"; 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.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DomainAuthenticationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\DomainAuthenticationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserSetupVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\UserSetupVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Api\Api"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Api\Api"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MiscExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MiscExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\HostnameValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\HostnameValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.campaigns_form"; reason: abstract.
Removed service ".abstract.instanceof.campaigns_form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.contacts_form"; reason: abstract.
Removed service ".abstract.instanceof.contacts_form"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.app.oauth2.client_repository"; reason: abstract.
Removed service ".abstract.instanceof.app.oauth2.client_repository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Utixodev\FicBundle\Form\SettingsType"; reason: abstract.
Removed service ".abstract.instanceof.Utixodev\FicBundle\Form\SettingsType"; reason: abstract.
145
Removed service "nyholm.psr7.httplug_factory"; reason: unused.
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\Event\CampaignContactPostSendEvent"; reason: unused.
Removed service "App\Event\CampaignContactPreSendEvent"; reason: unused.
Removed service "App\Event\CampaignContactUpdateEvent"; reason: unused.
Removed service "App\Event\ContactDeleteEvent"; reason: unused.
Removed service "App\Event\ContactResubRequestEvent"; reason: unused.
Removed service "App\Event\ContactUpdateEvent"; reason: unused.
Removed service "App\Event\CronDailyEvent"; reason: unused.
Removed service "App\Event\CronRunEvent"; reason: unused.
Removed service "App\Event\EmailSaveEvent"; reason: unused.
Removed service "App\Event\TaskProgressUpdateEvent"; reason: unused.
Removed service "App\EventListener\AuthListener"; reason: unused.
Removed service "App\EventListener\ContactGroupListener"; reason: unused.
Removed service "App\EventListener\UserListener"; reason: unused.
Removed service "App\Form\CampaignType"; reason: unused.
Removed service "App\Form\ContactType"; reason: unused.
Removed service "App\Message\BatchSendCampaignMessage"; reason: unused.
Removed service "App\Message\BatchSendFrozenCampaignMessage"; reason: unused.
Removed service "App\Message\BatchSendPendingCampaignMessage"; reason: unused.
Removed service "App\Message\CreateFixtureMessage"; reason: unused.
Removed service "App\Message\ImportCsvMessage"; reason: unused.
Removed service "App\Message\SendCampaignMessage"; reason: unused.
Removed service "App\Rabbit\Consumer\EmailEvent\CampaignContactConsumer"; reason: unused.
Removed service "App\Rabbit\Consumer\EmailEvent\ContactConsumer"; reason: unused.
Removed service "App\Rabbit\Consumer\ImportConsumer"; reason: unused.
Removed service "App\Rabbit\QueueOptionsProvider"; reason: unused.
Removed service "App\Rabbit\QueuesProvider"; reason: unused.
Removed service "App\Service\Addon\Addon"; reason: unused.
Removed service "App\Service\Addon\RoutesLoader"; reason: unused.
Removed service "App\Service\Addon\SourceRepository"; reason: unused.
Removed service "App\Service\Campaign\CampaignEmail"; reason: unused.
Removed service "App\Service\Campaign\CampaignEmailContact"; reason: unused.
Removed service "App\Service\Campaign\Sender\SenderEmail"; reason: unused.
Removed service "App\Service\Campaign\TestEmail"; reason: unused.
Removed service "App\Service\Campaign\TestEmailContact"; reason: unused.
Removed service "App\Service\Campaign\TesterEmail"; reason: unused.
Removed service "App\Service\Chart\Dataset"; reason: unused.
Removed service "App\Service\Chart\TimelineChart"; reason: unused.
Removed service "App\Service\DataTables\DataTablesSSP"; reason: unused.
Removed service "App\Service\DataTables\FieldFilter"; reason: unused.
Removed service "App\Service\DataTables\JoinFieldFilter"; reason: unused.
Removed service "App\Service\DataTables\SSP2"; reason: unused.
Removed service "App\Service\Email\ContactRecipient"; reason: unused.
Removed service "App\Service\Email\Recipient"; reason: unused.
Removed service "App\Service\Email\Transactional\ContactTransactionalEmail"; reason: unused.
Removed service "App\Service\Email\Transactional\TransactionalEmail"; reason: unused.
Removed service "App\Service\FattureInCloud\SyncException"; reason: unused.
Removed service "App\Service\Notification\TaskNotification"; reason: unused.
Removed service "App\Service\QueryBuilder\Parser"; reason: unused.
Removed service "App\Service\Queue\ContactsImporterException"; reason: unused.
Removed service "App\Service\Utilities"; reason: unused.
Removed service "App\Validator\Hostname"; 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 "translator.logging"; 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 ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.factory.service"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.handler.native_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 "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; 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~tfDs7JF"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "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 ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~zBltxfv"; reason: unused.
Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~zBltxfv"; reason: unused.
Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~zBltxfv"; reason: unused.
Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~zBltxfv"; reason: unused.
Removed service "swiftmailer.transport.failover"; reason: unused.
Removed service "swiftmailer.transport.replacementfactory"; 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 "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.storage.file_system"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "mercure.hub.default.jwt_provider"; reason: unused.
Removed service "Symfony\Component\Mercure\Discovery"; reason: unused.
Removed service "Trikoder\Bundle\OAuth2Bundle\Security\Authentication\Provider\OAuth2Provider"; reason: unused.
Removed service "Trikoder\Bundle\OAuth2Bundle\Security\Firewall\OAuth2Listener"; reason: unused.
Removed service "Trikoder\Bundle\OAuth2Bundle\Security\Guard\Authenticator\OAuth2Authenticator"; reason: unused.
Removed service "Trikoder\Bundle\OAuth2Bundle\Service\CredentialsRevoker\DoctrineCredentialsRevoker"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
413
Inlined service ".service_locator.mx0UMmY.App\Controller\Addon\Fic\FicController" to "App\Controller\Addon\Fic\FicController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Addon\Fic\OauthController" to "App\Controller\Addon\Fic\OauthController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\AuthController" to "App\Controller\Api\AuthController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\ContactsController" to "App\Controller\Api\ContactsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\Controller" to "App\Controller\Api\Controller".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\PlansController" to "App\Controller\Api\PlansController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\SsoController" to "App\Controller\Api\SsoController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\StatsController" to "App\Controller\Api\StatsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\UsersController" to "App\Controller\Api\UsersController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\V1\CampaignsController" to "App\Controller\Api\V1\CampaignsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\V1\ContactGroupsController" to "App\Controller\Api\V1\ContactGroupsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\V1\ContactsController" to "App\Controller\Api\V1\ContactsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Api\V1\ProfileController" to "App\Controller\Api\V1\ProfileController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ApiClientsController" to "App\Controller\ApiClientsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\AuthController" to "App\Controller\AuthController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CampaignLinksController" to "App\Controller\CampaignLinksController".
Inlined service ".service_locator.mx0UMmY.App\Controller\CampaignsController" to "App\Controller\CampaignsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ContactGroupsController" to "App\Controller\ContactGroupsController".
Inlined service "App\Service\Api\Contacts" to "App\Controller\ContactsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ContactsController" to "App\Controller\ContactsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Controller" to "App\Controller\Controller".
Inlined service ".service_locator.mx0UMmY.App\Controller\CustomFieldsController" to "App\Controller\CustomFieldsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Docs\ApiController" to "App\Controller\Docs\ApiController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Docs\IndexController" to "App\Controller\Docs\IndexController".
Inlined service ".service_locator.mx0UMmY.App\Controller\DocsPageController" to "App\Controller\DocsPageController".
Inlined service ".service_locator.mx0UMmY.App\Controller\DomainsController" to "App\Controller\DomainsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\EmailEditorController" to "App\Controller\EmailEditorController".
Inlined service ".service_locator.mx0UMmY.App\Controller\EmailsController" to "App\Controller\EmailsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\FormsController" to "App\Controller\FormsController".
Inlined service "App\Service\Chart\ChartFactory" to "App\Controller\IndexController".
Inlined service ".service_locator.mx0UMmY.App\Controller\IndexController" to "App\Controller\IndexController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Json\CampaignsController" to "App\Controller\Json\CampaignsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Json\Controller" to "App\Controller\Json\Controller".
Inlined service ".service_locator.mx0UMmY.App\Controller\Json\CustomFieldsController" to "App\Controller\Json\CustomFieldsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Json\FormsController" to "App\Controller\Json\FormsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Json\TemplatesController" to "App\Controller\Json\TemplatesController".
Inlined service ".service_locator.mx0UMmY.App\Controller\LocaleController" to "App\Controller\LocaleController".
Inlined service ".service_locator.mx0UMmY.App\Controller\PlaygroundController" to "App\Controller\PlaygroundController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ProfileController" to "App\Controller\ProfileController".
Inlined service ".service_locator.mx0UMmY.App\Controller\PublishController" to "App\Controller\PublishController".
Inlined service ".service_locator.mx0UMmY.App\Controller\RecurringCampaignsController" to "App\Controller\RecurringCampaignsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SetupController" to "App\Controller\SetupController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SourcesController" to "App\Controller\SourcesController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SsoController" to "App\Controller\SsoController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SubscribeController" to "App\Controller\SubscribeController".
Inlined service ".service_locator.mx0UMmY.App\Controller\TasksController" to "App\Controller\TasksController".
Inlined service ".service_locator.mx0UMmY.App\Controller\UploadsController" to "App\Controller\UploadsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\UserPageController" to "App\Controller\UserPageController".
Inlined service ".service_locator.mx0UMmY.App\Controller\WebhookController" to "App\Controller\WebhookController".
Inlined service "App\Service\Notification\NotificationPublisher" to "App\EventListener\TaskListener".
Inlined service "App\Form\Type\RecurringCampaignRulesTransformer" to "App\Form\RecurringCampaignType".
Inlined service ".service_locator.zVWlebk.App\MessageHandler\BatchSendCampaignHandler" to "App\MessageHandler\BatchSendCampaignHandler".
Inlined service ".service_locator.zVWlebk.App\MessageHandler\BatchSendFrozenCampaignHandler" to "App\MessageHandler\BatchSendFrozenCampaignHandler".
Inlined service ".service_locator.zVWlebk.App\MessageHandler\BatchSendPendingCampaignHandler" to "App\MessageHandler\BatchSendPendingCampaignHandler".
Inlined service ".service_locator.Xbsa8iG.App\MessageHandler\CreateFixtureHandler" to "App\MessageHandler\CreateFixtureHandler".
Inlined service ".service_locator.zVWlebk.App\MessageHandler\SendCampaignHandler" to "App\MessageHandler\SendCampaignHandler".
Inlined service "App\Service\Api\System" to "App\Service\Api\Api".
Inlined service ".service_locator.8Ug8EAv.App\Service\Api\Api" to "App\Service\Api\Api".
Inlined service "App\Service\Queue\QueuesManager" to "App\Service\Queue\ContactsImporter".
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 "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
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 ".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.flatten_exception" 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 "serializer.name_converter.camel_case_to_snake_case" to "serializer.name_converter.metadata_aware".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native" to "session.storage.factory.native".
Inlined service ".service_locator.XmPJruK" to "session_listener".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.lNMvDIk" 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.7BNgcQx" 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 "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.async".
Inlined service "messenger.transport_factory" to "messenger.transport.async".
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 "swiftmailer.data_collector" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.mercure" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
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 "monolog.logger.doctrine" to "doctrine.dbal.logger".
Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
Inlined service ".service_locator.PVg5cyF" 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.wsoJ9b9" 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_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" 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 ".service_locator.Qj5Qn3." to "doctrine.orm.default_entity_listener_resolver".
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 "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
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.eKXDm4f" to "security.access_map".
Inlined service ".security.request_matcher.X11Lm5T" to "security.access_map".
Inlined service ".security.request_matcher.dTxS7NB" to "security.access_map".
Inlined service ".security.request_matcher.Hu6ETmb" to "security.access_map".
Inlined service ".security.request_matcher.XECH.5b" to "security.access_map".
Inlined service ".security.request_matcher.ob.jLzz" to "security.access_map".
Inlined service ".security.request_matcher.vxQAkcf" to "security.access_map".
Inlined service ".security.request_matcher.dh1jTap" to "security.access_map".
Inlined service ".security.request_matcher.HPldZU8" to "security.access_map".
Inlined service ".security.request_matcher.1zsdPC4" to "security.access_map".
Inlined service ".security.request_matcher.Hh2X9v2" to "security.access_map".
Inlined service ".security.request_matcher.EFJTeZz" to "security.access_map".
Inlined service ".security.request_matcher.xEZuwW7" to "security.access_map".
Inlined service ".security.request_matcher.lINjVK1" to "security.access_map".
Inlined service ".security.request_matcher.GFKsRLA" to "security.access_map".
Inlined service ".security.request_matcher.UjH9RwR" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" 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.firewall.map.config.api_token" to "security.firewall.map.context.api_token".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "League\OAuth2\Server\ResourceServer" to "security.authentication.provider.oauth2.api_v1".
Inlined service "Trikoder\Bundle\OAuth2Bundle\Security\EntryPoint\OAuth2EntryPoint" to "security.exception_listener.api_v1".
Inlined service "security.exception_listener.api_v1" to "security.firewall.map.context.api_v1".
Inlined service "security.firewall.map.config.api_v1" to "security.firewall.map.context.api_v1".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
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\MiscExtension" 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 "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "Symfony\Component\Mercure\Twig\MercureExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" 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.MaCAr52" to "twig.runtime_loader".
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 "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserFixture" to "doctrine.fixtures.loader".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~L4JSJMa" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
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 "mercure.hub.default.traceable.inner" to "mercure.hub.default.traceable".
Inlined service "Symfony\Component\Mercure\Authorization" to "Symfony\Component\Mercure\Twig\MercureExtension".
Inlined service "Trikoder\Bundle\OAuth2Bundle\Manager\InMemory\ScopeManager" to "Trikoder\Bundle\OAuth2Bundle\League\Repository\ScopeRepository".
Inlined service "Trikoder\Bundle\OAuth2Bundle\League\Repository\ClientRepository" to "League\OAuth2\Server\AuthorizationServer".
Inlined service "Trikoder\Bundle\OAuth2Bundle\League\Repository\ScopeRepository" to "League\OAuth2\Server\AuthorizationServer".
Inlined service "League\OAuth2\Server\Grant\ClientCredentialsGrant" to "League\OAuth2\Server\AuthorizationServer".
Inlined service "League\OAuth2\Server\Grant\PasswordGrant" to "League\OAuth2\Server\AuthorizationServer".
Inlined service "League\OAuth2\Server\Grant\RefreshTokenGrant" to "League\OAuth2\Server\AuthorizationServer".
Inlined service "League\OAuth2\Server\Grant\AuthCodeGrant" to "League\OAuth2\Server\AuthorizationServer".
Inlined service "League\OAuth2\Server\Grant\ImplicitGrant" to "League\OAuth2\Server\AuthorizationServer".
Inlined service "Trikoder\Bundle\OAuth2Bundle\League\AuthorizationServer\GrantConfigurator" to "League\OAuth2\Server\AuthorizationServer".
Inlined service "Trikoder\Bundle\OAuth2Bundle\League\Repository\UserRepository" to "League\OAuth2\Server\Grant\PasswordGrant".
Inlined service "Trikoder\Bundle\OAuth2Bundle\League\Repository\AuthCodeRepository" to "League\OAuth2\Server\Grant\AuthCodeGrant".
Inlined service "Trikoder\Bundle\OAuth2Bundle\Event\AuthorizationRequestResolveEventFactory" to "Trikoder\Bundle\OAuth2Bundle\Controller\AuthorizationController".
Inlined service "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.timestampable".
Inlined service "storage.s3" to "gaufrette.upload_adapter_adapter".
Inlined service "gaufrette.upload_adapter_adapter" to "gaufrette.upload_fs_filesystem".
Inlined service "old_sound_rabbit_mq.connection_factory.default" to "old_sound_rabbit_mq.connection.default".
Inlined service "email_event_campaign_contact_consumer" to "old_sound_rabbit_mq.email_events_campaign_contact_consumer".
Inlined service "email_event_contact_consumer" to "old_sound_rabbit_mq.email_events_contact_consumer".
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.sensio_framework_extra.psr7.argument_value_resolver.server_request.inner" to "debug.sensio_framework_extra.psr7.argument_value_resolver.server_request".
Inlined service "debug.Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver.inner" to "debug.Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver".
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 "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\MessageHandler\ImportCsvHandler" to ".messenger.handler_descriptor.ttHQZ_2".
Inlined service "mercure.hub.default.message_handler" to ".messenger.handler_descriptor.oFKCS4G".
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.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Voter\DomainAuthenticationVoter" to "debug.security.voter.App\Security\Voter\DomainAuthenticationVoter".
Inlined service "App\Security\Voter\UserSetupVoter" to "debug.security.voter.App\Security\Voter\UserSetupVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.Xbsa8iG" to ".service_locator.Xbsa8iG.App\MessageHandler\CreateFixtureHandler".
Inlined service ".service_locator.8Ug8EAv" to ".service_locator.8Ug8EAv.App\Service\Api\Api".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.OSH1YoD" to ".service_locator.OSH1YoD.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service ".service_locator.bA2Jkgr" to "console.command_loader".
Inlined service ".service_locator.OSH1YoD.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
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 "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 "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "Trikoder\Bundle\OAuth2Bundle\League\Repository\RefreshTokenRepository" to "League\OAuth2\Server\AuthorizationServer".
Inlined service "Trikoder\Bundle\OAuth2Bundle\League\Repository\RefreshTokenRepository" to "League\OAuth2\Server\AuthorizationServer".
Inlined service "Trikoder\Bundle\OAuth2Bundle\League\Repository\RefreshTokenRepository" to "League\OAuth2\Server\AuthorizationServer".
7
Tag "container.decorator" was defined on service(s) "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "mercure.hub.default.publisher.traceable", "mercure.hub.default.traceable", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.sensio_framework_extra.psr7.argument_value_resolver.server_request", "debug.Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", "messenger.default_bus", "event_dispatcher", ".container.private.validator", but was never used.
Tag "templating.helper" was defined on service(s) "Vich\UploaderBundle\Templating\Helper\UploaderHelper", but was never used.
Tag "mercure.jwt.provider" was defined on service(s) "mercure.hub.default.jwt.provider", but was never used.
Tag "mercure.publisher" was defined on service(s) "mercure.hub.default.publisher.traceable", but was never used.
Tag "mercure.hub" was defined on service(s) "mercure.hub.default.traceable", but was never used.
Tag "old_sound_rabbit_mq.connection" was defined on service(s) "old_sound_rabbit_mq.connection.default", but was never used. Did you mean "old_sound_rabbit_mq.base_amqp", "old_sound_rabbit_mq.producer", "old_sound_rabbit_mq.consumer"?
Tag "old_sound_rabbit_mq.dynamic_consumer" was defined on service(s) "old_sound_rabbit_mq.imports_dynamic", "old_sound_rabbit_mq.email_send_dynamic", but was never used. Did you mean "old_sound_rabbit_mq.connection", "old_sound_rabbit_mq.producer", "old_sound_rabbit_mq.consumer"?