Since symfony/framework-bundle 6.4: Not setting the "framework.validation.email_validation_mode" config option is deprecated. It will default to "html5" in 7.0.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Since symfony/messenger 6.2: Implementing "Symfony\Component\Messenger\Handler\MessageSubscriberInterface" is deprecated, use the "Symfony\Component\Messenger\Attribute\AsMessageHandler" attribute instead.
Since symfony/doctrine-bridge 6.3: Registering "Mautic\CoreBundle\EventListener\CacheInvalidateSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Mautic\CoreBundle\EventListener\OptimisticLockSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Mautic\CoreBundle\EventListener\UUIDListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "mautic.tblprefix_subscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "mautic.install.leadcolumns" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "mautic.lead.doctrine.subscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
Since symfony/doctrine-bridge 6.3: Registering "Mautic\CoreBundle\EventListener\CacheInvalidateSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Mautic\CoreBundle\EventListener\OptimisticLockSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Mautic\CoreBundle\EventListener\UUIDListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Mautic\CoreBundle\EventListener\DoctrineEventsSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Mautic\InstallBundle\EventListener\DoctrineEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Mautic\LeadBundle\EventListener\DoctrineSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
PHP Deprecation - Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm) - in file /var/www/html/mautic/vendor/doctrine/deprecations/src/Deprecation.php - at line 208
PHP Deprecation - Passing an instance of Doctrine\Common\Cache\Cache to Doctrine\DBAL\Cache\QueryCacheProfile::__construct as $resultCache is deprecated. Pass an instance of Psr\Cache\CacheItemPoolInterface instead. (QueryCacheProfile.php:46 called by ResultCacheHelper.php:75, https://github.com/doctrine/dbal/pull/4620, package doctrine/dbal) - in file /var/www/html/mautic/vendor/doctrine/deprecations/src/Deprecation.php - at line 208
app
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.is_published AS is_published_2, t0_.supported_features AS supported_features_3, t0_.api_keys AS api_keys_4, t0_.feature_settings AS feature_settings_5, t0_.plugin_id AS plugin_id_6 FROM tbl_plugin_integration_settings t0_ WHERE t0_.name = ? LIMIT 1"
(parameters:
[1 => "grapesjsbuilder"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.is_published AS is_published_2, t0_.supported_features AS supported_features_3, t0_.api_keys AS api_keys_4, t0_.feature_settings AS feature_settings_5, t0_.plugin_id AS plugin_id_6 FROM tbl_plugin_integration_settings t0_ WHERE t0_.name = ? LIMIT 1"
"params" => [1 => "grapesjsbuilder"
]
"types" => [1 => 2]
]
"SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.is_published AS is_published_2, t0_.supported_features AS supported_features_3, t0_.api_keys AS api_keys_4, t0_.feature_settings AS feature_settings_5, t0_.plugin_id AS plugin_id_6 FROM tbl_plugin_integration_settings t0_ INNER JOIN tbl_plugins t1_ ON t0_.plugin_id = t1_.id"
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.is_published AS is_published_2, t0_.supported_features AS supported_features_3, t0_.api_keys AS api_keys_4, t0_.feature_settings AS feature_settings_5, t0_.plugin_id AS plugin_id_6 FROM tbl_plugin_integration_settings t0_ INNER JOIN tbl_plugins t1_ ON t0_.plugin_id = t1_.id"
]
debug
Executing query:
"SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.is_missing AS is_missing_3, t0_.bundle AS bundle_4, t0_.version AS version_5, t0_.author AS author_6 FROM tbl_plugins t0_ ORDER BY t0_.name ASC"
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.is_missing AS is_missing_3, t0_.bundle AS bundle_4, t0_.version AS version_5, t0_.author AS author_6 FROM tbl_plugins t0_ ORDER BY t0_.name ASC"
]
debug
Executing query:
"SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.is_published AS is_published_2, t0_.supported_features AS supported_features_3, t0_.api_keys AS api_keys_4, t0_.feature_settings AS feature_settings_5, t0_.plugin_id AS plugin_id_6 FROM tbl_plugin_integration_settings t0_"
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.is_published AS is_published_2, t0_.supported_features AS supported_features_3, t0_.api_keys AS api_keys_4, t0_.feature_settings AS feature_settings_5, t0_.plugin_id AS plugin_id_6 FROM tbl_plugin_integration_settings t0_"
]
Log messages generated during the compilation of the service container.
Messages
Class
2239
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._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "doctrine_result_cache" (parent: cache.adapter.array).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.firewall.map.config.install" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.install" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.dev" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.dev" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.dev" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.dev" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.dev" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.login" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.sso_login" (parent: security.firewall.config).
Resolving inheritance for "security.listener.session.sso_login" (parent: security.listener.session).
Resolving inheritance for "security.authentication.provider.mautic.sso_login" (parent: security.authenticator.mautic_api).
Resolving inheritance for "security.authenticator.manager.sso_login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.sso_login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.sso_login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.sso_login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.sso_login" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.saml_login" (parent: security.firewall.config).
Resolving inheritance for "security.listener.session.saml_login" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.saml_login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.saml_login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.saml_login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.saml_login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.saml_login" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.saml_discovery" (parent: security.firewall.config).
Resolving inheritance for "security.listener.session.saml_discovery" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.saml_discovery" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.saml_discovery" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.saml_discovery" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.saml_discovery" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.saml_discovery" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.oauth2_token" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.oauth2_token" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.oauth2_area" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.oauth2_area" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.form_login.oauth2_area" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.oauth2_area.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.oauth2_area.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.oauth2_area" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.oauth2_area" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.oauth2_area" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.oauth2_area" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.oauth2_area" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.oauth2.api" (parent: fos_oauth_server.security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.provider.mautic.api" (parent: security.authenticator.mautic_api).
Resolving inheritance for "security.authenticator.http_basic.api" (parent: security.authenticator.http_basic).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.oauth2.main" (parent: fos_oauth_server.security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.authenticator.mautic_sso.main" (parent: security.authenticator.mautic_sso).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: mautic.security.authentication_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: mautic.security.authentication_handler).
Resolving inheritance for "security.authenticator.lightsaml_sp.main" (parent: security.authenticator.lightsaml_sp).
Resolving inheritance for "security.authentication.success_handler.main.light_saml_sp" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.light_saml_sp" (parent: mautic.security.authentication_handler).
Resolving inheritance for "security.authentication.failure_handler.main.light_saml_sp" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.main.light_saml_sp" (parent: mautic.security.authentication_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.public" (parent: security.firewall.config).
Resolving inheritance for "security.listener.session.public" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.public" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.public" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.public" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.public" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.public" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
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.dbal.unbuffered_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.unbuffered_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.unbuffered_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 ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ApiBundle\Controller\ClientController" (parent: .abstract.instanceof.Mautic\ApiBundle\Controller\ClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ApiBundle\Controller\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ApiBundle\Controller\ClientController).
Resolving inheritance for "Mautic\ApiBundle\Controller\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ApiBundle\Controller\ClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ApiBundle\Controller\CommonApiController" (parent: .abstract.instanceof.Mautic\ApiBundle\Controller\CommonApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ApiBundle\Controller\CommonApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ApiBundle\Controller\CommonApiController).
Resolving inheritance for "Mautic\ApiBundle\Controller\CommonApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ApiBundle\Controller\CommonApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ApiBundle\Controller\FetchCommonApiController" (parent: .abstract.instanceof.Mautic\ApiBundle\Controller\FetchCommonApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ApiBundle\Controller\FetchCommonApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ApiBundle\Controller\FetchCommonApiController).
Resolving inheritance for "Mautic\ApiBundle\Controller\FetchCommonApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ApiBundle\Controller\FetchCommonApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ApiBundle\Controller\oAuth2\SecurityController" (parent: .abstract.instanceof.Mautic\ApiBundle\Controller\oAuth2\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ApiBundle\Controller\oAuth2\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ApiBundle\Controller\oAuth2\SecurityController).
Resolving inheritance for "Mautic\ApiBundle\Controller\oAuth2\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ApiBundle\Controller\oAuth2\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\EventListener\ApiSubscriber" (parent: .abstract.instanceof.Mautic\ApiBundle\EventListener\ApiSubscriber).
Resolving inheritance for "Mautic\ApiBundle\EventListener\ApiSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\EventListener\ApiSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\EventListener\ClientSubscriber" (parent: .abstract.instanceof.Mautic\ApiBundle\EventListener\ClientSubscriber).
Resolving inheritance for "Mautic\ApiBundle\EventListener\ClientSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\EventListener\ClientSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\ApiBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\ApiBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\ApiBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\ApiBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ApiBundle\Form\Type\ClientType" (parent: .abstract.instanceof.Mautic\ApiBundle\Form\Type\ClientType).
Resolving inheritance for "Mautic\ApiBundle\Form\Type\ClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ApiBundle\Form\Type\ClientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ApiBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\ApiBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\ApiBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ApiBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ApiBundle\Model\ClientModel" (parent: .abstract.instanceof.Mautic\ApiBundle\Model\ClientModel).
Resolving inheritance for "Mautic\ApiBundle\Model\ClientModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ApiBundle\Model\ClientModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ApiBundle\Entity\oAuth2\ClientRepository" (parent: .abstract.instanceof.Mautic\ApiBundle\Entity\oAuth2\ClientRepository).
Resolving inheritance for "Mautic\ApiBundle\Entity\oAuth2\ClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ApiBundle\Entity\oAuth2\ClientRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\AssetBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\AssetBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\AssetBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\AssetBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\AssetBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\AssetBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\AssetBundle\Controller\Api\AssetApiController" (parent: .abstract.instanceof.Mautic\AssetBundle\Controller\Api\AssetApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\AssetBundle\Controller\Api\AssetApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\AssetBundle\Controller\Api\AssetApiController).
Resolving inheritance for "Mautic\AssetBundle\Controller\Api\AssetApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\AssetBundle\Controller\Api\AssetApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\AssetBundle\Controller\AssetController" (parent: .abstract.instanceof.Mautic\AssetBundle\Controller\AssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\AssetBundle\Controller\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\AssetBundle\Controller\AssetController).
Resolving inheritance for "Mautic\AssetBundle\Controller\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\AssetBundle\Controller\AssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\AssetBundle\Controller\PublicController" (parent: .abstract.instanceof.Mautic\AssetBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\AssetBundle\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\AssetBundle\Controller\PublicController).
Resolving inheritance for "Mautic\AssetBundle\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\AssetBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\AssetSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\AssetSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\AssetSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\AssetSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\BuilderSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\BuilderSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\BuilderSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\BuilderSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\CampaignSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\CampaignSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\CampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\CampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\DashboardSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\DashboardSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\DashboardSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\DashboardSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\DetermineWinnerSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\DetermineWinnerSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\DetermineWinnerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\DetermineWinnerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\EmailSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\EmailSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\EmailSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\EmailSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\FormSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\FormSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\FormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\FormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\LeadSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\PageSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\PageSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\PageSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\PageSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\PointSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\PointSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\PointSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\PointSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\ReportSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\ReportSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\ReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\ReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\StatsSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\UploadSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\UploadSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\UploadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\UploadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\AssetListType" (parent: .abstract.instanceof.Mautic\AssetBundle\Form\Type\AssetListType).
Resolving inheritance for "Mautic\AssetBundle\Form\Type\AssetListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\AssetListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\AssetType" (parent: .abstract.instanceof.Mautic\AssetBundle\Form\Type\AssetType).
Resolving inheritance for "Mautic\AssetBundle\Form\Type\AssetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\AssetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\CampaignEventAssetDownloadType" (parent: .abstract.instanceof.Mautic\AssetBundle\Form\Type\CampaignEventAssetDownloadType).
Resolving inheritance for "Mautic\AssetBundle\Form\Type\CampaignEventAssetDownloadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\CampaignEventAssetDownloadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\AssetBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\AssetBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\FormSubmitActionDownloadFileType" (parent: .abstract.instanceof.Mautic\AssetBundle\Form\Type\FormSubmitActionDownloadFileType).
Resolving inheritance for "Mautic\AssetBundle\Form\Type\FormSubmitActionDownloadFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\FormSubmitActionDownloadFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\PointActionAssetDownloadType" (parent: .abstract.instanceof.Mautic\AssetBundle\Form\Type\PointActionAssetDownloadType).
Resolving inheritance for "Mautic\AssetBundle\Form\Type\PointActionAssetDownloadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\PointActionAssetDownloadType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\AssetBundle\Model\AssetModel" (parent: .abstract.instanceof.Mautic\AssetBundle\Model\AssetModel).
Resolving inheritance for "Mautic\AssetBundle\Model\AssetModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\AssetBundle\Model\AssetModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\AssetBundle\Entity\AssetRepository" (parent: .abstract.instanceof.Mautic\AssetBundle\Entity\AssetRepository).
Resolving inheritance for "Mautic\AssetBundle\Entity\AssetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\AssetBundle\Entity\AssetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\AssetBundle\Entity\DownloadRepository" (parent: .abstract.instanceof.Mautic\AssetBundle\Entity\DownloadRepository).
Resolving inheritance for "Mautic\AssetBundle\Entity\DownloadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\AssetBundle\Entity\DownloadRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\CampaignDeleteEventLogsCommand" (parent: .abstract.instanceof.Mautic\CampaignBundle\Command\CampaignDeleteEventLogsCommand).
Resolving inheritance for "Mautic\CampaignBundle\Command\CampaignDeleteEventLogsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\CampaignDeleteEventLogsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\ExecuteEventCommand" (parent: .abstract.instanceof.Mautic\CampaignBundle\Command\ExecuteEventCommand).
Resolving inheritance for "Mautic\CampaignBundle\Command\ExecuteEventCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\ExecuteEventCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\SummarizeCommand" (parent: .abstract.instanceof.Mautic\CampaignBundle\Command\SummarizeCommand).
Resolving inheritance for "Mautic\CampaignBundle\Command\SummarizeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\SummarizeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\TriggerCampaignCommand" (parent: .abstract.instanceof.Mautic\CampaignBundle\Command\TriggerCampaignCommand).
Resolving inheritance for "Mautic\CampaignBundle\Command\TriggerCampaignCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\TriggerCampaignCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\UpdateLeadCampaignsCommand" (parent: .abstract.instanceof.Mautic\CampaignBundle\Command\UpdateLeadCampaignsCommand).
Resolving inheritance for "Mautic\CampaignBundle\Command\UpdateLeadCampaignsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\UpdateLeadCampaignsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\ValidateEventCommand" (parent: .abstract.instanceof.Mautic\CampaignBundle\Command\ValidateEventCommand).
Resolving inheritance for "Mautic\CampaignBundle\Command\ValidateEventCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\ValidateEventCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\CampaignBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\CampaignBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\Api\CampaignApiController" (parent: .abstract.instanceof.Mautic\CampaignBundle\Controller\Api\CampaignApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\Api\CampaignApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\Api\CampaignApiController).
Resolving inheritance for "Mautic\CampaignBundle\Controller\Api\CampaignApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\Api\CampaignApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\Api\EventApiController" (parent: .abstract.instanceof.Mautic\CampaignBundle\Controller\Api\EventApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\Api\EventApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\Api\EventApiController).
Resolving inheritance for "Mautic\CampaignBundle\Controller\Api\EventApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\Api\EventApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\Api\EventLogApiController" (parent: .abstract.instanceof.Mautic\CampaignBundle\Controller\Api\EventLogApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\Api\EventLogApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\Api\EventLogApiController).
Resolving inheritance for "Mautic\CampaignBundle\Controller\Api\EventLogApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\Api\EventLogApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\CampaignController" (parent: .abstract.instanceof.Mautic\CampaignBundle\Controller\CampaignController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\CampaignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\CampaignController).
Resolving inheritance for "Mautic\CampaignBundle\Controller\CampaignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\CampaignController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\CampaignMapStatsController" (parent: .abstract.instanceof.Mautic\CampaignBundle\Controller\CampaignMapStatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\CampaignMapStatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\CampaignMapStatsController).
Resolving inheritance for "Mautic\CampaignBundle\Controller\CampaignMapStatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\CampaignMapStatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\CampaignMetricsController" (parent: .abstract.instanceof.Mautic\CampaignBundle\Controller\CampaignMetricsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\CampaignMetricsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\CampaignMetricsController).
Resolving inheritance for "Mautic\CampaignBundle\Controller\CampaignMetricsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\CampaignMetricsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\EventController" (parent: .abstract.instanceof.Mautic\CampaignBundle\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\EventController).
Resolving inheritance for "Mautic\CampaignBundle\Controller\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\SourceController" (parent: .abstract.instanceof.Mautic\CampaignBundle\Controller\SourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\SourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\SourceController).
Resolving inheritance for "Mautic\CampaignBundle\Controller\SourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\SourceController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignActionChangeMembershipSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignActionChangeMembershipSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\CampaignActionChangeMembershipSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignActionChangeMembershipSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignActionJumpToEventSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignActionJumpToEventSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\CampaignActionJumpToEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignActionJumpToEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignEventDeleteSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignEventDeleteSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\CampaignEventDeleteSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignEventDeleteSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignEventLogCleanupSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignEventLogCleanupSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\CampaignEventLogCleanupSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignEventLogCleanupSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignEventSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignEventSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\CampaignEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignInjectCustomContentSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignInjectCustomContentSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\CampaignInjectCustomContentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignInjectCustomContentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\CampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\DashboardSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\DashboardSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\DashboardSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\DashboardSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\LeadSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\PointSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\PointSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\PointSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\PointSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\ReportSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\ReportSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\ReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\ReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\StatsSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CampaignBundle\Executioner\ScheduledExecutioner" (parent: .abstract.instanceof.Mautic\CampaignBundle\Executioner\ScheduledExecutioner).
Resolving inheritance for "Mautic\CampaignBundle\Executioner\ScheduledExecutioner" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CampaignBundle\Executioner\ScheduledExecutioner).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CampaignBundle\Executioner\TestInactiveExecutioner" (parent: .abstract.instanceof.Mautic\CampaignBundle\Executioner\TestInactiveExecutioner).
Resolving inheritance for "Mautic\CampaignBundle\Executioner\TestInactiveExecutioner" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CampaignBundle\Executioner\TestInactiveExecutioner).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CampaignBundle\Executioner\TestScheduledExecutioner" (parent: .abstract.instanceof.Mautic\CampaignBundle\Executioner\TestScheduledExecutioner).
Resolving inheritance for "Mautic\CampaignBundle\Executioner\TestScheduledExecutioner" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CampaignBundle\Executioner\TestScheduledExecutioner).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignEventAddRemoveLeadType" (parent: .abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignEventAddRemoveLeadType).
Resolving inheritance for "Mautic\CampaignBundle\Form\Type\CampaignEventAddRemoveLeadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignEventAddRemoveLeadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignEventJumpToEventType" (parent: .abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignEventJumpToEventType).
Resolving inheritance for "Mautic\CampaignBundle\Form\Type\CampaignEventJumpToEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignEventJumpToEventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignEventLeadChangeType" (parent: .abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignEventLeadChangeType).
Resolving inheritance for "Mautic\CampaignBundle\Form\Type\CampaignEventLeadChangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignEventLeadChangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignLeadSourceType" (parent: .abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignLeadSourceType).
Resolving inheritance for "Mautic\CampaignBundle\Form\Type\CampaignLeadSourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignLeadSourceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignListType" (parent: .abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignListType).
Resolving inheritance for "Mautic\CampaignBundle\Form\Type\CampaignListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignType" (parent: .abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignType).
Resolving inheritance for "Mautic\CampaignBundle\Form\Type\CampaignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\CampaignBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\CampaignBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\EventCanvasSettingsType" (parent: .abstract.instanceof.Mautic\CampaignBundle\Form\Type\EventCanvasSettingsType).
Resolving inheritance for "Mautic\CampaignBundle\Form\Type\EventCanvasSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\EventCanvasSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\EventType" (parent: .abstract.instanceof.Mautic\CampaignBundle\Form\Type\EventType).
Resolving inheritance for "Mautic\CampaignBundle\Form\Type\EventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\EventType).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\CampaignBundle\Form\Validator\Constraints\InfiniteLoopValidator" (parent: .abstract.instanceof.Mautic\CampaignBundle\Form\Validator\Constraints\InfiniteLoopValidator).
Resolving inheritance for "Mautic\CampaignBundle\Form\Validator\Constraints\InfiniteLoopValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\CampaignBundle\Form\Validator\Constraints\InfiniteLoopValidator).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CampaignBundle\Model\CampaignModel" (parent: .abstract.instanceof.Mautic\CampaignBundle\Model\CampaignModel).
Resolving inheritance for "Mautic\CampaignBundle\Model\CampaignModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CampaignBundle\Model\CampaignModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CampaignBundle\Model\EventLogModel" (parent: .abstract.instanceof.Mautic\CampaignBundle\Model\EventLogModel).
Resolving inheritance for "Mautic\CampaignBundle\Model\EventLogModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CampaignBundle\Model\EventLogModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CampaignBundle\Model\EventModel" (parent: .abstract.instanceof.Mautic\CampaignBundle\Model\EventModel).
Resolving inheritance for "Mautic\CampaignBundle\Model\EventModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CampaignBundle\Model\EventModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CampaignBundle\Model\SummaryModel" (parent: .abstract.instanceof.Mautic\CampaignBundle\Model\SummaryModel).
Resolving inheritance for "Mautic\CampaignBundle\Model\SummaryModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CampaignBundle\Model\SummaryModel).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CampaignBundle\Twig\Extension\CampaignEventIconExtension" (parent: .abstract.instanceof.Mautic\CampaignBundle\Twig\Extension\CampaignEventIconExtension).
Resolving inheritance for "Mautic\CampaignBundle\Twig\Extension\CampaignEventIconExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CampaignBundle\Twig\Extension\CampaignEventIconExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\CampaignRepository" (parent: .abstract.instanceof.Mautic\CampaignBundle\Entity\CampaignRepository).
Resolving inheritance for "Mautic\CampaignBundle\Entity\CampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\CampaignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\EventRepository" (parent: .abstract.instanceof.Mautic\CampaignBundle\Entity\EventRepository).
Resolving inheritance for "Mautic\CampaignBundle\Entity\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\EventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\FailedLeadEventLogRepository" (parent: .abstract.instanceof.Mautic\CampaignBundle\Entity\FailedLeadEventLogRepository).
Resolving inheritance for "Mautic\CampaignBundle\Entity\FailedLeadEventLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\FailedLeadEventLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\LeadEventLogRepository" (parent: .abstract.instanceof.Mautic\CampaignBundle\Entity\LeadEventLogRepository).
Resolving inheritance for "Mautic\CampaignBundle\Entity\LeadEventLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\LeadEventLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\LeadRepository" (parent: .abstract.instanceof.Mautic\CampaignBundle\Entity\LeadRepository).
Resolving inheritance for "Mautic\CampaignBundle\Entity\LeadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\LeadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\SummaryRepository" (parent: .abstract.instanceof.Mautic\CampaignBundle\Entity\SummaryRepository).
Resolving inheritance for "Mautic\CampaignBundle\Entity\SummaryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\SummaryRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CategoryBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\CategoryBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CategoryBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CategoryBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\CategoryBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CategoryBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CategoryBundle\Controller\Api\CategoryApiController" (parent: .abstract.instanceof.Mautic\CategoryBundle\Controller\Api\CategoryApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CategoryBundle\Controller\Api\CategoryApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CategoryBundle\Controller\Api\CategoryApiController).
Resolving inheritance for "Mautic\CategoryBundle\Controller\Api\CategoryApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CategoryBundle\Controller\Api\CategoryApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CategoryBundle\Controller\BatchContactController" (parent: .abstract.instanceof.Mautic\CategoryBundle\Controller\BatchContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CategoryBundle\Controller\BatchContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CategoryBundle\Controller\BatchContactController).
Resolving inheritance for "Mautic\CategoryBundle\Controller\BatchContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CategoryBundle\Controller\BatchContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CategoryBundle\Controller\CategoryController" (parent: .abstract.instanceof.Mautic\CategoryBundle\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CategoryBundle\Controller\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CategoryBundle\Controller\CategoryController).
Resolving inheritance for "Mautic\CategoryBundle\Controller\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CategoryBundle\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CategoryBundle\EventListener\ButtonSubscriber" (parent: .abstract.instanceof.Mautic\CategoryBundle\EventListener\ButtonSubscriber).
Resolving inheritance for "Mautic\CategoryBundle\EventListener\ButtonSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CategoryBundle\EventListener\ButtonSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CategoryBundle\EventListener\CategorySubscriber" (parent: .abstract.instanceof.Mautic\CategoryBundle\EventListener\CategorySubscriber).
Resolving inheritance for "Mautic\CategoryBundle\EventListener\CategorySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CategoryBundle\EventListener\CategorySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CategoryBundle\Form\Type\CategoryBundlesType" (parent: .abstract.instanceof.Mautic\CategoryBundle\Form\Type\CategoryBundlesType).
Resolving inheritance for "Mautic\CategoryBundle\Form\Type\CategoryBundlesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CategoryBundle\Form\Type\CategoryBundlesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CategoryBundle\Form\Type\CategoryListType" (parent: .abstract.instanceof.Mautic\CategoryBundle\Form\Type\CategoryListType).
Resolving inheritance for "Mautic\CategoryBundle\Form\Type\CategoryListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CategoryBundle\Form\Type\CategoryListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CategoryBundle\Form\Type\CategoryType" (parent: .abstract.instanceof.Mautic\CategoryBundle\Form\Type\CategoryType).
Resolving inheritance for "Mautic\CategoryBundle\Form\Type\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CategoryBundle\Form\Type\CategoryType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CategoryBundle\Model\CategoryModel" (parent: .abstract.instanceof.Mautic\CategoryBundle\Model\CategoryModel).
Resolving inheritance for "Mautic\CategoryBundle\Model\CategoryModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CategoryBundle\Model\CategoryModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CategoryBundle\Entity\CategoryRepository" (parent: .abstract.instanceof.Mautic\CategoryBundle\Entity\CategoryRepository).
Resolving inheritance for "Mautic\CategoryBundle\Entity\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CategoryBundle\Entity\CategoryRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\ChannelBundle\Command\ProcessMarketingMessagesQueueCommand" (parent: .abstract.instanceof.Mautic\ChannelBundle\Command\ProcessMarketingMessagesQueueCommand).
Resolving inheritance for "Mautic\ChannelBundle\Command\ProcessMarketingMessagesQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\ChannelBundle\Command\ProcessMarketingMessagesQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\ChannelBundle\Command\SendChannelBroadcastCommand" (parent: .abstract.instanceof.Mautic\ChannelBundle\Command\SendChannelBroadcastCommand).
Resolving inheritance for "Mautic\ChannelBundle\Command\SendChannelBroadcastCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\ChannelBundle\Command\SendChannelBroadcastCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ChannelBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\ChannelBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ChannelBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ChannelBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\ChannelBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ChannelBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ChannelBundle\Controller\Api\MessageApiController" (parent: .abstract.instanceof.Mautic\ChannelBundle\Controller\Api\MessageApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ChannelBundle\Controller\Api\MessageApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ChannelBundle\Controller\Api\MessageApiController).
Resolving inheritance for "Mautic\ChannelBundle\Controller\Api\MessageApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ChannelBundle\Controller\Api\MessageApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ChannelBundle\Controller\BatchContactController" (parent: .abstract.instanceof.Mautic\ChannelBundle\Controller\BatchContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ChannelBundle\Controller\BatchContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ChannelBundle\Controller\BatchContactController).
Resolving inheritance for "Mautic\ChannelBundle\Controller\BatchContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ChannelBundle\Controller\BatchContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ChannelBundle\Controller\MessageController" (parent: .abstract.instanceof.Mautic\ChannelBundle\Controller\MessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ChannelBundle\Controller\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ChannelBundle\Controller\MessageController).
Resolving inheritance for "Mautic\ChannelBundle\Controller\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ChannelBundle\Controller\MessageController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\ButtonSubscriber" (parent: .abstract.instanceof.Mautic\ChannelBundle\EventListener\ButtonSubscriber).
Resolving inheritance for "Mautic\ChannelBundle\EventListener\ButtonSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\ButtonSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\CampaignSubscriber" (parent: .abstract.instanceof.Mautic\ChannelBundle\EventListener\CampaignSubscriber).
Resolving inheritance for "Mautic\ChannelBundle\EventListener\CampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\CampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.Mautic\ChannelBundle\EventListener\LeadSubscriber).
Resolving inheritance for "Mautic\ChannelBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\MessageSubscriber" (parent: .abstract.instanceof.Mautic\ChannelBundle\EventListener\MessageSubscriber).
Resolving inheritance for "Mautic\ChannelBundle\EventListener\MessageSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\MessageSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\ReportSubscriber" (parent: .abstract.instanceof.Mautic\ChannelBundle\EventListener\ReportSubscriber).
Resolving inheritance for "Mautic\ChannelBundle\EventListener\ReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\ReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\ChannelBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\ChannelBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ChannelBundle\Form\Type\ChannelType" (parent: .abstract.instanceof.Mautic\ChannelBundle\Form\Type\ChannelType).
Resolving inheritance for "Mautic\ChannelBundle\Form\Type\ChannelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ChannelBundle\Form\Type\ChannelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ChannelBundle\Form\Type\MessageListType" (parent: .abstract.instanceof.Mautic\ChannelBundle\Form\Type\MessageListType).
Resolving inheritance for "Mautic\ChannelBundle\Form\Type\MessageListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ChannelBundle\Form\Type\MessageListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ChannelBundle\Form\Type\MessageSendType" (parent: .abstract.instanceof.Mautic\ChannelBundle\Form\Type\MessageSendType).
Resolving inheritance for "Mautic\ChannelBundle\Form\Type\MessageSendType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ChannelBundle\Form\Type\MessageSendType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ChannelBundle\Form\Type\MessageType" (parent: .abstract.instanceof.Mautic\ChannelBundle\Form\Type\MessageType).
Resolving inheritance for "Mautic\ChannelBundle\Form\Type\MessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ChannelBundle\Form\Type\MessageType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ChannelBundle\Model\MessageModel" (parent: .abstract.instanceof.Mautic\ChannelBundle\Model\MessageModel).
Resolving inheritance for "Mautic\ChannelBundle\Model\MessageModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ChannelBundle\Model\MessageModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ChannelBundle\Model\MessageQueueModel" (parent: .abstract.instanceof.Mautic\ChannelBundle\Model\MessageQueueModel).
Resolving inheritance for "Mautic\ChannelBundle\Model\MessageQueueModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ChannelBundle\Model\MessageQueueModel).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\ChannelBundle\Twig\ChannelExtension" (parent: .abstract.instanceof.Mautic\ChannelBundle\Twig\ChannelExtension).
Resolving inheritance for "Mautic\ChannelBundle\Twig\ChannelExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\ChannelBundle\Twig\ChannelExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ChannelBundle\Entity\MessageQueueRepository" (parent: .abstract.instanceof.Mautic\ChannelBundle\Entity\MessageQueueRepository).
Resolving inheritance for "Mautic\ChannelBundle\Entity\MessageQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ChannelBundle\Entity\MessageQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ChannelBundle\Entity\MessageRepository" (parent: .abstract.instanceof.Mautic\ChannelBundle\Entity\MessageRepository).
Resolving inheritance for "Mautic\ChannelBundle\Entity\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ChannelBundle\Entity\MessageRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ConfigBundle\Controller\ConfigController" (parent: .abstract.instanceof.Mautic\ConfigBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ConfigBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ConfigBundle\Controller\ConfigController).
Resolving inheritance for "Mautic\ConfigBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ConfigBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ConfigBundle\Controller\SysinfoController" (parent: .abstract.instanceof.Mautic\ConfigBundle\Controller\SysinfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ConfigBundle\Controller\SysinfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ConfigBundle\Controller\SysinfoController).
Resolving inheritance for "Mautic\ConfigBundle\Controller\SysinfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ConfigBundle\Controller\SysinfoController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ConfigBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\ConfigBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\ConfigBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ConfigBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ConfigBundle\Form\Type\ConfigFileType" (parent: .abstract.instanceof.Mautic\ConfigBundle\Form\Type\ConfigFileType).
Resolving inheritance for "Mautic\ConfigBundle\Form\Type\ConfigFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ConfigBundle\Form\Type\ConfigFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ConfigBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\ConfigBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\ConfigBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ConfigBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ConfigBundle\Form\Type\DsnType" (parent: .abstract.instanceof.Mautic\ConfigBundle\Form\Type\DsnType).
Resolving inheritance for "Mautic\ConfigBundle\Form\Type\DsnType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ConfigBundle\Form\Type\DsnType).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\AnonymizeIpCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\AnonymizeIpCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\AnonymizeIpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\AnonymizeIpCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\ApplyUpdatesCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\ApplyUpdatesCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\ApplyUpdatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\ApplyUpdatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\CleanupMaintenanceCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\CleanupMaintenanceCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\CleanupMaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\CleanupMaintenanceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\CleanupMediaAssetsCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\CleanupMediaAssetsCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\CleanupMediaAssetsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\CleanupMediaAssetsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\ConvertConfigCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\ConvertConfigCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\ConvertConfigCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\ConvertConfigCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\FindUpdatesCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\FindUpdatesCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\FindUpdatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\FindUpdatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\GenerateProductionAssetsCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\GenerateProductionAssetsCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\GenerateProductionAssetsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\GenerateProductionAssetsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\InstallDataCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\InstallDataCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\InstallDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\InstallDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\MaxMindDoNotSellPurgeCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\MaxMindDoNotSellPurgeCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\MaxMindDoNotSellPurgeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\MaxMindDoNotSellPurgeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\PullTransifexCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\PullTransifexCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\PullTransifexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\PullTransifexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\PushTransifexCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\PushTransifexCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\PushTransifexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\PushTransifexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UnusedIpDeleteCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\UnusedIpDeleteCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\UnusedIpDeleteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UnusedIpDeleteCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UpdateDoNotSellListCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\UpdateDoNotSellListCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\UpdateDoNotSellListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UpdateDoNotSellListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UpdateIpDataStoreCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\UpdateIpDataStoreCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\UpdateIpDataStoreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UpdateIpDataStoreCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\CoreBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\CoreBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\Api\FileApiController" (parent: .abstract.instanceof.Mautic\CoreBundle\Controller\Api\FileApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\Api\FileApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\Api\FileApiController).
Resolving inheritance for "Mautic\CoreBundle\Controller\Api\FileApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\Api\FileApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\Api\StatsApiController" (parent: .abstract.instanceof.Mautic\CoreBundle\Controller\Api\StatsApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\Api\StatsApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\Api\StatsApiController).
Resolving inheritance for "Mautic\CoreBundle\Controller\Api\StatsApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\Api\StatsApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\Api\ThemeApiController" (parent: .abstract.instanceof.Mautic\CoreBundle\Controller\Api\ThemeApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\Api\ThemeApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\Api\ThemeApiController).
Resolving inheritance for "Mautic\CoreBundle\Controller\Api\ThemeApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\Api\ThemeApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\CommonController" (parent: .abstract.instanceof.Mautic\CoreBundle\Controller\CommonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\CommonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\CommonController).
Resolving inheritance for "Mautic\CoreBundle\Controller\CommonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\CommonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\DefaultController" (parent: .abstract.instanceof.Mautic\CoreBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\DefaultController).
Resolving inheritance for "Mautic\CoreBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\ExceptionController" (parent: .abstract.instanceof.Mautic\CoreBundle\Controller\ExceptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\ExceptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\ExceptionController).
Resolving inheritance for "Mautic\CoreBundle\Controller\ExceptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\ExceptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\FileController" (parent: .abstract.instanceof.Mautic\CoreBundle\Controller\FileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\FileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\FileController).
Resolving inheritance for "Mautic\CoreBundle\Controller\FileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\FileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\FormController" (parent: .abstract.instanceof.Mautic\CoreBundle\Controller\FormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\FormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\FormController).
Resolving inheritance for "Mautic\CoreBundle\Controller\FormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\FormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\JsController" (parent: .abstract.instanceof.Mautic\CoreBundle\Controller\JsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\JsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\JsController).
Resolving inheritance for "Mautic\CoreBundle\Controller\JsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\JsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\ThemeController" (parent: .abstract.instanceof.Mautic\CoreBundle\Controller\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\ThemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\ThemeController).
Resolving inheritance for "Mautic\CoreBundle\Controller\ThemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\AssetsSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\AssetsSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\AssetsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\AssetsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\BuildJsSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\BuildJsSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\BuildJsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\BuildJsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\ConfigThemeSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\ConfigThemeSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\ConfigThemeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\ConfigThemeSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\CoreSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\CoreSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\CoreSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\CoreSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\DashboardSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\DashboardSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\DashboardSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\DashboardSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\EditorFontsSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\EditorFontsSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\EditorFontsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\EditorFontsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\EnvironmentSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\EnvironmentSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\EnvironmentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\EnvironmentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\MaintenanceSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\MaintenanceSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\MaintenanceSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\MaintenanceSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\MigrationCommandSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\MigrationCommandSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\MigrationCommandSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\MigrationCommandSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\ReportSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\ReportSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\ReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\ReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\RequestSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\RequestSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\RequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\RequestSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\StatsSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\Form\EventListener\CleanFormSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\EventListener\CleanFormSubscriber).
Resolving inheritance for "Mautic\CoreBundle\Form\EventListener\CleanFormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\Form\EventListener\CleanFormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\AlertType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\AlertType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\AlertType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\AlertType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\BooleanType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\BooleanType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\BooleanType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\BooleanType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ButtonGroupType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\ButtonGroupType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\ButtonGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ButtonGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ConfigThemeType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\ConfigThemeType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\ConfigThemeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ConfigThemeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ContentPreviewSettingsType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\ContentPreviewSettingsType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\ContentPreviewSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ContentPreviewSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\CountryType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\CountryType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\CountryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\CountryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DatePickerType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\DatePickerType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\DatePickerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DatePickerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DateRangeType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\DateRangeType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\DateRangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DateRangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DynamicContentFilterEntryType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\DynamicContentFilterEntryType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\DynamicContentFilterEntryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DynamicContentFilterEntryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DynamicContentFilterType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\DynamicContentFilterType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\DynamicContentFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DynamicContentFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DynamicListType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\DynamicListType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\DynamicListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DynamicListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\EntityLookupType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\EntityLookupType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\EntityLookupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\EntityLookupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\FormButtonsType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\FormButtonsType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\FormButtonsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\FormButtonsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\IpLookupDownloadDataStoreButtonType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\IpLookupDownloadDataStoreButtonType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\IpLookupDownloadDataStoreButtonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\IpLookupDownloadDataStoreButtonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\LocaleType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\LocaleType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\LocaleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\LocaleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\LookupType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\LookupType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\LookupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\LookupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\MultiselectType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\MultiselectType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\MultiselectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\MultiselectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\PublishDownDateType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\PublishDownDateType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\PublishDownDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\PublishDownDateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\PublishUpDateType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\PublishUpDateType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\PublishUpDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\PublishUpDateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\RegionType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\RegionType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\RegionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\RegionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\SelectType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\SelectType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\SelectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\SelectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\SortableListType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\SortableListType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\SortableListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\SortableListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\SortableValueLabelListType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\SortableValueLabelListType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\SortableValueLabelListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\SortableValueLabelListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\StandAloneButtonType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\StandAloneButtonType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\StandAloneButtonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\StandAloneButtonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\TelType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\TelType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\TelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\TelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ThemeListType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\ThemeListType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\ThemeListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ThemeListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ThemeUploadType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\ThemeUploadType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\ThemeUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ThemeUploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\TimeFormatType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\TimeFormatType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\TimeFormatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\TimeFormatType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\TimezoneType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\TimezoneType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\TimezoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\TimezoneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\YesNoButtonGroupType" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Type\YesNoButtonGroupType).
Resolving inheritance for "Mautic\CoreBundle\Form\Type\YesNoButtonGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\YesNoButtonGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\CoreBundle\Form\Validator\Constraints\FileEncodingValidator" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Validator\Constraints\FileEncodingValidator).
Resolving inheritance for "Mautic\CoreBundle\Form\Validator\Constraints\FileEncodingValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\CoreBundle\Form\Validator\Constraints\FileEncodingValidator).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CoreBundle\Model\AuditLogModel" (parent: .abstract.instanceof.Mautic\CoreBundle\Model\AuditLogModel).
Resolving inheritance for "Mautic\CoreBundle\Model\AuditLogModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CoreBundle\Model\AuditLogModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CoreBundle\Model\FormModel" (parent: .abstract.instanceof.Mautic\CoreBundle\Model\FormModel).
Resolving inheritance for "Mautic\CoreBundle\Model\FormModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CoreBundle\Model\FormModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CoreBundle\Model\NotificationModel" (parent: .abstract.instanceof.Mautic\CoreBundle\Model\NotificationModel).
Resolving inheritance for "Mautic\CoreBundle\Model\NotificationModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CoreBundle\Model\NotificationModel).
Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Mautic\CoreBundle\Translation\Translator" (parent: .abstract.instanceof.Mautic\CoreBundle\Translation\Translator).
Resolving inheritance for "Mautic\CoreBundle\Translation\Translator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Mautic\CoreBundle\Translation\Translator).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\AnalyticsExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\AnalyticsExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\AnalyticsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\AnalyticsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\AppExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\AppExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\AssetExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\AssetExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\AssetExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\AssetExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\BarChartExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\BarChartExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\BarChartExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\BarChartExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ButtonExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ButtonExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\ButtonExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ButtonExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ClassExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ClassExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\ClassExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ClassExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ConfigExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ConfigExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\ConfigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ConfigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ContentExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ContentExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\ContentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ContentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\CoreHelpersExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\CoreHelpersExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\CoreHelpersExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\CoreHelpersExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\DateExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\DateExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\DateExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\DateExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\DateTimeExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\DateTimeExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\DateTimeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\DateTimeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\DeviceExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\DeviceExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\DeviceExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\DeviceExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\EmojiExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\EmojiExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\EmojiExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\EmojiExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\EnumExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\EnumExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\EnumExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\EnumExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ExceptionExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ExceptionExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\ExceptionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ExceptionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\FormExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\FormExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\FormExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\FormExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\FormatterExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\FormatterExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\FormatterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\FormatterExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\GravatarExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\GravatarExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\GravatarExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\GravatarExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\HtmlExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\HtmlExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\HtmlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\HtmlExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\InputExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\InputExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\InputExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\InputExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\LanguageExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\LanguageExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\LanguageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\LanguageExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\MautibotExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\MautibotExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\MautibotExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\MautibotExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\MenuExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\MenuExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\MenuExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\MenuExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\NumericExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\NumericExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\NumericExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\NumericExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ObjectExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ObjectExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\ObjectExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ObjectExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\SearchCommandListExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\SearchCommandListExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\SearchCommandListExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\SearchCommandListExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\SecurityExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\SecurityExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\SecurityExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\SecurityExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\SerializerExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\SerializerExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\SerializerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\SerializerExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\StorageExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\StorageExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\StorageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\StorageExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ThemesExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ThemesExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\ThemesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ThemesExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\TranslatorExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\TranslatorExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\TranslatorExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\TranslatorExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\VersionExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\VersionExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\VersionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\VersionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Helper\EntityHelper" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Helper\EntityHelper).
Resolving inheritance for "Mautic\CoreBundle\Twig\Helper\EntityHelper" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Helper\EntityHelper).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\CoreBundle\Validator\EntityEventValidator" (parent: .abstract.instanceof.Mautic\CoreBundle\Validator\EntityEventValidator).
Resolving inheritance for "Mautic\CoreBundle\Validator\EntityEventValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\CoreBundle\Validator\EntityEventValidator).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CoreBundle\Entity\AuditLogRepository" (parent: .abstract.instanceof.Mautic\CoreBundle\Entity\AuditLogRepository).
Resolving inheritance for "Mautic\CoreBundle\Entity\AuditLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CoreBundle\Entity\AuditLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CoreBundle\Entity\CommonRepository" (parent: .abstract.instanceof.Mautic\CoreBundle\Entity\CommonRepository).
Resolving inheritance for "Mautic\CoreBundle\Entity\CommonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CoreBundle\Entity\CommonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CoreBundle\Entity\IpAddressRepository" (parent: .abstract.instanceof.Mautic\CoreBundle\Entity\IpAddressRepository).
Resolving inheritance for "Mautic\CoreBundle\Entity\IpAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CoreBundle\Entity\IpAddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CoreBundle\Entity\NotificationRepository" (parent: .abstract.instanceof.Mautic\CoreBundle\Entity\NotificationRepository).
Resolving inheritance for "Mautic\CoreBundle\Entity\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CoreBundle\Entity\NotificationRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DashboardBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\DashboardBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DashboardBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DashboardBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\DashboardBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DashboardBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DashboardBundle\Controller\Api\WidgetApiController" (parent: .abstract.instanceof.Mautic\DashboardBundle\Controller\Api\WidgetApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DashboardBundle\Controller\Api\WidgetApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DashboardBundle\Controller\Api\WidgetApiController).
Resolving inheritance for "Mautic\DashboardBundle\Controller\Api\WidgetApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DashboardBundle\Controller\Api\WidgetApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DashboardBundle\Controller\DashboardController" (parent: .abstract.instanceof.Mautic\DashboardBundle\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DashboardBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DashboardBundle\Controller\DashboardController).
Resolving inheritance for "Mautic\DashboardBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DashboardBundle\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DashboardBundle\EventListener\DashboardSubscriber" (parent: .abstract.instanceof.Mautic\DashboardBundle\EventListener\DashboardSubscriber).
Resolving inheritance for "Mautic\DashboardBundle\EventListener\DashboardSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DashboardBundle\EventListener\DashboardSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DashboardBundle\Form\Type\UploadType" (parent: .abstract.instanceof.Mautic\DashboardBundle\Form\Type\UploadType).
Resolving inheritance for "Mautic\DashboardBundle\Form\Type\UploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DashboardBundle\Form\Type\UploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DashboardBundle\Form\Type\WidgetType" (parent: .abstract.instanceof.Mautic\DashboardBundle\Form\Type\WidgetType).
Resolving inheritance for "Mautic\DashboardBundle\Form\Type\WidgetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DashboardBundle\Form\Type\WidgetType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\DashboardBundle\Model\DashboardModel" (parent: .abstract.instanceof.Mautic\DashboardBundle\Model\DashboardModel).
Resolving inheritance for "Mautic\DashboardBundle\Model\DashboardModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\DashboardBundle\Model\DashboardModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\DashboardBundle\Entity\WidgetRepository" (parent: .abstract.instanceof.Mautic\DashboardBundle\Entity\WidgetRepository).
Resolving inheritance for "Mautic\DashboardBundle\Entity\WidgetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\DashboardBundle\Entity\WidgetRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DynamicContentBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DynamicContentBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DynamicContentBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\DynamicContentBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DynamicContentBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController).
Resolving inheritance for "Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DynamicContentBundle\Controller\DynamicContentApiController" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Controller\DynamicContentApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DynamicContentBundle\Controller\DynamicContentApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DynamicContentBundle\Controller\DynamicContentApiController).
Resolving inheritance for "Mautic\DynamicContentBundle\Controller\DynamicContentApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DynamicContentBundle\Controller\DynamicContentApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DynamicContentBundle\Controller\DynamicContentController" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Controller\DynamicContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DynamicContentBundle\Controller\DynamicContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DynamicContentBundle\Controller\DynamicContentController).
Resolving inheritance for "Mautic\DynamicContentBundle\Controller\DynamicContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DynamicContentBundle\Controller\DynamicContentController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\BuildJsSubscriber" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\EventListener\BuildJsSubscriber).
Resolving inheritance for "Mautic\DynamicContentBundle\EventListener\BuildJsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\BuildJsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\CampaignSubscriber" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\EventListener\CampaignSubscriber).
Resolving inheritance for "Mautic\DynamicContentBundle\EventListener\CampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\CampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\ChannelSubscriber" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\EventListener\ChannelSubscriber).
Resolving inheritance for "Mautic\DynamicContentBundle\EventListener\ChannelSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\ChannelSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\DynamicContentSubscriber" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\EventListener\DynamicContentSubscriber).
Resolving inheritance for "Mautic\DynamicContentBundle\EventListener\DynamicContentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\DynamicContentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\EventListener\LeadSubscriber).
Resolving inheritance for "Mautic\DynamicContentBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\DynamicContentBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\EventListener\StatsSubscriber).
Resolving inheritance for "Mautic\DynamicContentBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DynamicContentBundle\Form\Type\DynamicContentDecisionType" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Form\Type\DynamicContentDecisionType).
Resolving inheritance for "Mautic\DynamicContentBundle\Form\Type\DynamicContentDecisionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DynamicContentBundle\Form\Type\DynamicContentDecisionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DynamicContentBundle\Form\Type\DynamicContentListType" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Form\Type\DynamicContentListType).
Resolving inheritance for "Mautic\DynamicContentBundle\Form\Type\DynamicContentListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DynamicContentBundle\Form\Type\DynamicContentListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DynamicContentBundle\Form\Type\DynamicContentSendType" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Form\Type\DynamicContentSendType).
Resolving inheritance for "Mautic\DynamicContentBundle\Form\Type\DynamicContentSendType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DynamicContentBundle\Form\Type\DynamicContentSendType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DynamicContentBundle\Form\Type\DynamicContentType" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Form\Type\DynamicContentType).
Resolving inheritance for "Mautic\DynamicContentBundle\Form\Type\DynamicContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DynamicContentBundle\Form\Type\DynamicContentType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\DynamicContentBundle\Model\DynamicContentModel" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Model\DynamicContentModel).
Resolving inheritance for "Mautic\DynamicContentBundle\Model\DynamicContentModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\DynamicContentBundle\Model\DynamicContentModel).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\DynamicContentBundle\Validator\Constraints\NoNestingValidator" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Validator\Constraints\NoNestingValidator).
Resolving inheritance for "Mautic\DynamicContentBundle\Validator\Constraints\NoNestingValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\DynamicContentBundle\Validator\Constraints\NoNestingValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\DynamicContentBundle\Validator\Constraints\SlotNameTypeValidator" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Validator\Constraints\SlotNameTypeValidator).
Resolving inheritance for "Mautic\DynamicContentBundle\Validator\Constraints\SlotNameTypeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\DynamicContentBundle\Validator\Constraints\SlotNameTypeValidator).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\DynamicContentBundle\Entity\DynamicContentLeadDataRepository" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Entity\DynamicContentLeadDataRepository).
Resolving inheritance for "Mautic\DynamicContentBundle\Entity\DynamicContentLeadDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\DynamicContentBundle\Entity\DynamicContentLeadDataRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\DynamicContentBundle\Entity\DynamicContentRepository" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Entity\DynamicContentRepository).
Resolving inheritance for "Mautic\DynamicContentBundle\Entity\DynamicContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\DynamicContentBundle\Entity\DynamicContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\DynamicContentBundle\Entity\StatRepository" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Entity\StatRepository).
Resolving inheritance for "Mautic\DynamicContentBundle\Entity\StatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\DynamicContentBundle\Entity\StatRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\EmailBundle\Command\ProcessFetchEmailCommand" (parent: .abstract.instanceof.Mautic\EmailBundle\Command\ProcessFetchEmailCommand).
Resolving inheritance for "Mautic\EmailBundle\Command\ProcessFetchEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\EmailBundle\Command\ProcessFetchEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\EmailBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\EmailBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\Api\EmailApiController" (parent: .abstract.instanceof.Mautic\EmailBundle\Controller\Api\EmailApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\Api\EmailApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\Api\EmailApiController).
Resolving inheritance for "Mautic\EmailBundle\Controller\Api\EmailApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\Api\EmailApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\BatchEmailController" (parent: .abstract.instanceof.Mautic\EmailBundle\Controller\BatchEmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\BatchEmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\BatchEmailController).
Resolving inheritance for "Mautic\EmailBundle\Controller\BatchEmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\BatchEmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\EmailController" (parent: .abstract.instanceof.Mautic\EmailBundle\Controller\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\EmailController).
Resolving inheritance for "Mautic\EmailBundle\Controller\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\EmailGraphStatsController" (parent: .abstract.instanceof.Mautic\EmailBundle\Controller\EmailGraphStatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\EmailGraphStatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\EmailGraphStatsController).
Resolving inheritance for "Mautic\EmailBundle\Controller\EmailGraphStatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\EmailGraphStatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\EmailMapStatsController" (parent: .abstract.instanceof.Mautic\EmailBundle\Controller\EmailMapStatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\EmailMapStatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\EmailMapStatsController).
Resolving inheritance for "Mautic\EmailBundle\Controller\EmailMapStatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\EmailMapStatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\PublicController" (parent: .abstract.instanceof.Mautic\EmailBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\PublicController).
Resolving inheritance for "Mautic\EmailBundle\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\BroadcastSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\BroadcastSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\BroadcastSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\BroadcastSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\BuilderSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\BuilderSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\BuilderSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\BuilderSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\CampaignConditionSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\CampaignConditionSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\CampaignConditionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\CampaignConditionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\CampaignSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\CampaignSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\CampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\CampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ChannelSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\ChannelSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\ChannelSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ChannelSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\DashboardBestHoursSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\DashboardBestHoursSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\DashboardBestHoursSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\DashboardBestHoursSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\DashboardSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\DashboardSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\DashboardSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\DashboardSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\DateTimeTokenSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\DateTimeTokenSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\DateTimeTokenSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\DateTimeTokenSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\DetermineWinnerSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\DetermineWinnerSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\DetermineWinnerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\DetermineWinnerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\EmailSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\EmailSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\EmailSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\EmailSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\EmailToUserSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\EmailToUserSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\EmailToUserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\EmailToUserSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\FormSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\FormSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\FormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\FormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\GeneratedColumnSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\GeneratedColumnSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\GeneratedColumnSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\GeneratedColumnSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\GraphAggregateStatsSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\GraphAggregateStatsSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\GraphAggregateStatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\GraphAggregateStatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\LeadSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\MessageQueueSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\MessageQueueSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\MessageQueueSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\MessageQueueSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\PageSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\PageSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\PageSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\PageSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\PointSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\PointSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\PointSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\PointSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ProcessBounceSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\ProcessBounceSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\ProcessBounceSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ProcessBounceSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ProcessReplySubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\ProcessReplySubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\ProcessReplySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ProcessReplySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ProcessUnsubscribeSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\ProcessUnsubscribeSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\ProcessUnsubscribeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ProcessUnsubscribeSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ReportSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\ReportSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\ReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\StatsSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\TokenSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\TokenSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\TokenSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\TokenSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\TrackingSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\TrackingSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\TrackingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\TrackingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\WebhookSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\WebhookSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\WebhookSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\WebhookSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\AbTestPropertiesType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\AbTestPropertiesType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\AbTestPropertiesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\AbTestPropertiesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\BatchCategoryType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\BatchCategoryType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\BatchCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\BatchCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\BatchSendType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\BatchSendType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\BatchSendType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\BatchSendType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\ConfigMonitoredEmailType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\ConfigMonitoredEmailType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\ConfigMonitoredEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\ConfigMonitoredEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\ConfigMonitoredMailboxesType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\ConfigMonitoredMailboxesType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\ConfigMonitoredMailboxesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\ConfigMonitoredMailboxesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\DashboardBestHoursWidgetType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\DashboardBestHoursWidgetType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\DashboardBestHoursWidgetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\DashboardBestHoursWidgetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\DashboardEmailsInTimeWidgetType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\DashboardEmailsInTimeWidgetType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\DashboardEmailsInTimeWidgetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\DashboardEmailsInTimeWidgetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\DashboardMostHitEmailRedirectsWidgetType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\DashboardMostHitEmailRedirectsWidgetType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\DashboardMostHitEmailRedirectsWidgetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\DashboardMostHitEmailRedirectsWidgetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\DashboardSentEmailToContactsWidgetType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\DashboardSentEmailToContactsWidgetType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\DashboardSentEmailToContactsWidgetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\DashboardSentEmailToContactsWidgetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailClickDecisionType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailClickDecisionType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\EmailClickDecisionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailClickDecisionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailListType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailListType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\EmailListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailOpenType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailOpenType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\EmailOpenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailOpenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailSendType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailSendType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\EmailSendType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailSendType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailToUserType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailToUserType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\EmailToUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailToUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\EmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailUtmTagsType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailUtmTagsType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\EmailUtmTagsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailUtmTagsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\ExampleSendType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\ExampleSendType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\ExampleSendType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\ExampleSendType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\FormSubmitActionUserEmailType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\FormSubmitActionUserEmailType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\FormSubmitActionUserEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\FormSubmitActionUserEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\VariantType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\VariantType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\VariantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\VariantType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\EmailBundle\Model\EmailDraftModel" (parent: .abstract.instanceof.Mautic\EmailBundle\Model\EmailDraftModel).
Resolving inheritance for "Mautic\EmailBundle\Model\EmailDraftModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\EmailBundle\Model\EmailDraftModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\EmailBundle\Model\EmailModel" (parent: .abstract.instanceof.Mautic\EmailBundle\Model\EmailModel).
Resolving inheritance for "Mautic\EmailBundle\Model\EmailModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\EmailBundle\Model\EmailModel).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\EmailBundle\Validator\DsnValidator" (parent: .abstract.instanceof.Mautic\EmailBundle\Validator\DsnValidator).
Resolving inheritance for "Mautic\EmailBundle\Validator\DsnValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\EmailBundle\Validator\DsnValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\EmailBundle\Validator\EmailListsValidator" (parent: .abstract.instanceof.Mautic\EmailBundle\Validator\EmailListsValidator).
Resolving inheritance for "Mautic\EmailBundle\Validator\EmailListsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\EmailBundle\Validator\EmailListsValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\EmailBundle\Validator\TextOnlyDynamicContentValidator" (parent: .abstract.instanceof.Mautic\EmailBundle\Validator\TextOnlyDynamicContentValidator).
Resolving inheritance for "Mautic\EmailBundle\Validator\TextOnlyDynamicContentValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\EmailBundle\Validator\TextOnlyDynamicContentValidator).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\CopyRepository" (parent: .abstract.instanceof.Mautic\EmailBundle\Entity\CopyRepository).
Resolving inheritance for "Mautic\EmailBundle\Entity\CopyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\CopyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\EmailDraftRepository" (parent: .abstract.instanceof.Mautic\EmailBundle\Entity\EmailDraftRepository).
Resolving inheritance for "Mautic\EmailBundle\Entity\EmailDraftRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\EmailDraftRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\EmailReplyRepository" (parent: .abstract.instanceof.Mautic\EmailBundle\Entity\EmailReplyRepository).
Resolving inheritance for "Mautic\EmailBundle\Entity\EmailReplyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\EmailReplyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\EmailRepository" (parent: .abstract.instanceof.Mautic\EmailBundle\Entity\EmailRepository).
Resolving inheritance for "Mautic\EmailBundle\Entity\EmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\EmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\StatDeviceRepository" (parent: .abstract.instanceof.Mautic\EmailBundle\Entity\StatDeviceRepository).
Resolving inheritance for "Mautic\EmailBundle\Entity\StatDeviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\StatDeviceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\StatRepository" (parent: .abstract.instanceof.Mautic\EmailBundle\Entity\StatRepository).
Resolving inheritance for "Mautic\EmailBundle\Entity\StatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\StatRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\ActionController" (parent: .abstract.instanceof.Mautic\FormBundle\Controller\ActionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\ActionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\ActionController).
Resolving inheritance for "Mautic\FormBundle\Controller\ActionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\ActionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\FormBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\FormBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\Api\FormApiController" (parent: .abstract.instanceof.Mautic\FormBundle\Controller\Api\FormApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\Api\FormApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\Api\FormApiController).
Resolving inheritance for "Mautic\FormBundle\Controller\Api\FormApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\Api\FormApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\Api\SubmissionApiController" (parent: .abstract.instanceof.Mautic\FormBundle\Controller\Api\SubmissionApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\Api\SubmissionApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\Api\SubmissionApiController).
Resolving inheritance for "Mautic\FormBundle\Controller\Api\SubmissionApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\Api\SubmissionApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\FieldController" (parent: .abstract.instanceof.Mautic\FormBundle\Controller\FieldController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\FieldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\FieldController).
Resolving inheritance for "Mautic\FormBundle\Controller\FieldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\FieldController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\FormController" (parent: .abstract.instanceof.Mautic\FormBundle\Controller\FormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\FormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\FormController).
Resolving inheritance for "Mautic\FormBundle\Controller\FormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\FormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\PublicController" (parent: .abstract.instanceof.Mautic\FormBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\PublicController).
Resolving inheritance for "Mautic\FormBundle\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\ResultController" (parent: .abstract.instanceof.Mautic\FormBundle\Controller\ResultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\ResultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\ResultController).
Resolving inheritance for "Mautic\FormBundle\Controller\ResultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\ResultController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\CampaignSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\CampaignSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\CampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\CampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\DashboardSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\DashboardSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\DashboardSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\DashboardSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\DetermineWinnerSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\DetermineWinnerSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\DetermineWinnerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\DetermineWinnerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\EmailSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\EmailSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\EmailSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\EmailSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FormConditionalSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\FormConditionalSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\FormConditionalSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FormConditionalSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FormSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\FormSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\FormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FormValidationSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\FormValidationSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\FormValidationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FormValidationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\LeadSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\PageSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\PageSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\PageSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\PageSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\PointSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\PointSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\PointSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\PointSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\ReportSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\ReportSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\ReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\ReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\StatsSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\WebhookSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\WebhookSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\WebhookSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\WebhookSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\ActionType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\ActionType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\ActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\ActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\CampaignEventFormFieldValueType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\CampaignEventFormFieldValueType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\CampaignEventFormFieldValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\CampaignEventFormFieldValueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\CampaignEventFormSubmitType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\CampaignEventFormSubmitType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\CampaignEventFormSubmitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\CampaignEventFormSubmitType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\ConfigFormType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\ConfigFormType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\ConfigFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\ConfigFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldCaptchaType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldCaptchaType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldCaptchaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldCaptchaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldConditionType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldConditionType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldConditionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldConditionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldEmailType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldEmailType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldFileType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldFileType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldGroupType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldGroupType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldHTMLType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldHTMLType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldHTMLType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldHTMLType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldNumberType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldNumberType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldPageBreakType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldPageBreakType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldPageBreakType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldPageBreakType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldPlaceholderType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldPlaceholderType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldPlaceholderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldPlaceholderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldSelectType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldSelectType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldSelectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldSelectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldTelType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldTelType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldTelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldTelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldTextType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldTextType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormListType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormListType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\PointActionFormSubmitType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\PointActionFormSubmitType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\PointActionFormSubmitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\PointActionFormSubmitType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\ActionModel" (parent: .abstract.instanceof.Mautic\FormBundle\Model\ActionModel).
Resolving inheritance for "Mautic\FormBundle\Model\ActionModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\ActionModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\FieldModel" (parent: .abstract.instanceof.Mautic\FormBundle\Model\FieldModel).
Resolving inheritance for "Mautic\FormBundle\Model\FieldModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\FieldModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\FormModel" (parent: .abstract.instanceof.Mautic\FormBundle\Model\FormModel).
Resolving inheritance for "Mautic\FormBundle\Model\FormModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\FormModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\SubmissionModel" (parent: .abstract.instanceof.Mautic\FormBundle\Model\SubmissionModel).
Resolving inheritance for "Mautic\FormBundle\Model\SubmissionModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\SubmissionModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\SubmissionResultLoader" (parent: .abstract.instanceof.Mautic\FormBundle\Model\SubmissionResultLoader).
Resolving inheritance for "Mautic\FormBundle\Model\SubmissionResultLoader" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\SubmissionResultLoader).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\FormBundle\Twig\Extension\FormFieldExtension" (parent: .abstract.instanceof.Mautic\FormBundle\Twig\Extension\FormFieldExtension).
Resolving inheritance for "Mautic\FormBundle\Twig\Extension\FormFieldExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\FormBundle\Twig\Extension\FormFieldExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\FormBundle\Validator\Constraint\PhoneNumberConstraintValidator" (parent: .abstract.instanceof.Mautic\FormBundle\Validator\Constraint\PhoneNumberConstraintValidator).
Resolving inheritance for "Mautic\FormBundle\Validator\Constraint\PhoneNumberConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\FormBundle\Validator\Constraint\PhoneNumberConstraintValidator).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\FormBundle\Entity\ActionRepository" (parent: .abstract.instanceof.Mautic\FormBundle\Entity\ActionRepository).
Resolving inheritance for "Mautic\FormBundle\Entity\ActionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\FormBundle\Entity\ActionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\FormBundle\Entity\FieldRepository" (parent: .abstract.instanceof.Mautic\FormBundle\Entity\FieldRepository).
Resolving inheritance for "Mautic\FormBundle\Entity\FieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\FormBundle\Entity\FieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\FormBundle\Entity\FormRepository" (parent: .abstract.instanceof.Mautic\FormBundle\Entity\FormRepository).
Resolving inheritance for "Mautic\FormBundle\Entity\FormRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\FormBundle\Entity\FormRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\FormBundle\Entity\SubmissionRepository" (parent: .abstract.instanceof.Mautic\FormBundle\Entity\SubmissionRepository).
Resolving inheritance for "Mautic\FormBundle\Entity\SubmissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\FormBundle\Entity\SubmissionRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\InstallBundle\Command\InstallCommand" (parent: .abstract.instanceof.Mautic\InstallBundle\Command\InstallCommand).
Resolving inheritance for "Mautic\InstallBundle\Command\InstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\InstallBundle\Command\InstallCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\InstallBundle\Configurator\Form\CheckStepType" (parent: .abstract.instanceof.Mautic\InstallBundle\Configurator\Form\CheckStepType).
Resolving inheritance for "Mautic\InstallBundle\Configurator\Form\CheckStepType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\InstallBundle\Configurator\Form\CheckStepType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\InstallBundle\Configurator\Form\DoctrineStepType" (parent: .abstract.instanceof.Mautic\InstallBundle\Configurator\Form\DoctrineStepType).
Resolving inheritance for "Mautic\InstallBundle\Configurator\Form\DoctrineStepType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\InstallBundle\Configurator\Form\DoctrineStepType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\InstallBundle\Configurator\Form\UserStepType" (parent: .abstract.instanceof.Mautic\InstallBundle\Configurator\Form\UserStepType).
Resolving inheritance for "Mautic\InstallBundle\Configurator\Form\UserStepType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\InstallBundle\Configurator\Form\UserStepType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\InstallBundle\Controller\InstallController" (parent: .abstract.instanceof.Mautic\InstallBundle\Controller\InstallController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\InstallBundle\Controller\InstallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\InstallBundle\Controller\InstallController).
Resolving inheritance for "Mautic\InstallBundle\Controller\InstallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\InstallBundle\Controller\InstallController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\InstallBundle\Twig\TwigExtension" (parent: .abstract.instanceof.Mautic\InstallBundle\Twig\TwigExtension).
Resolving inheritance for "Mautic\InstallBundle\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\InstallBundle\Twig\TwigExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\IntegrationsBundle\Command\CleanupCommand" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Command\CleanupCommand).
Resolving inheritance for "Mautic\IntegrationsBundle\Command\CleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\IntegrationsBundle\Command\CleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\IntegrationsBundle\Command\SyncCommand" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Command\SyncCommand).
Resolving inheritance for "Mautic\IntegrationsBundle\Command\SyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\IntegrationsBundle\Command\SyncCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\IntegrationsBundle\Controller\AuthController" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\IntegrationsBundle\Controller\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\IntegrationsBundle\Controller\AuthController).
Resolving inheritance for "Mautic\IntegrationsBundle\Controller\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\IntegrationsBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\IntegrationsBundle\Controller\ConfigController" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\IntegrationsBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\IntegrationsBundle\Controller\ConfigController).
Resolving inheritance for "Mautic\IntegrationsBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\IntegrationsBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\IntegrationsBundle\Controller\FieldPaginationController" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Controller\FieldPaginationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\IntegrationsBundle\Controller\FieldPaginationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\IntegrationsBundle\Controller\FieldPaginationController).
Resolving inheritance for "Mautic\IntegrationsBundle\Controller\FieldPaginationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\IntegrationsBundle\Controller\FieldPaginationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\IntegrationsBundle\Controller\UpdateFieldController" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Controller\UpdateFieldController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\IntegrationsBundle\Controller\UpdateFieldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\IntegrationsBundle\Controller\UpdateFieldController).
Resolving inheritance for "Mautic\IntegrationsBundle\Controller\UpdateFieldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\IntegrationsBundle\Controller\UpdateFieldController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\CompanyObjectSubscriber" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\EventListener\CompanyObjectSubscriber).
Resolving inheritance for "Mautic\IntegrationsBundle\EventListener\CompanyObjectSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\CompanyObjectSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\ContactObjectSubscriber" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\EventListener\ContactObjectSubscriber).
Resolving inheritance for "Mautic\IntegrationsBundle\EventListener\ContactObjectSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\ContactObjectSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\EmailSubscriber" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\EventListener\EmailSubscriber).
Resolving inheritance for "Mautic\IntegrationsBundle\EventListener\EmailSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\EmailSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\EventListener\LeadSubscriber).
Resolving inheritance for "Mautic\IntegrationsBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\TimelineSubscriber" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\EventListener\TimelineSubscriber).
Resolving inheritance for "Mautic\IntegrationsBundle\EventListener\TimelineSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\TimelineSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\UIContactIntegrationsTabSubscriber" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\EventListener\UIContactIntegrationsTabSubscriber).
Resolving inheritance for "Mautic\IntegrationsBundle\EventListener\UIContactIntegrationsTabSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\UIContactIntegrationsTabSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\ActivityListType" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\ActivityListType).
Resolving inheritance for "Mautic\IntegrationsBundle\Form\Type\ActivityListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\ActivityListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationConfigType" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\IntegrationConfigType).
Resolving inheritance for "Mautic\IntegrationsBundle\Form\Type\IntegrationConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationFeatureSettingsType" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\IntegrationFeatureSettingsType).
Resolving inheritance for "Mautic\IntegrationsBundle\Form\Type\IntegrationFeatureSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationFeatureSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsFieldMappingsType" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsFieldMappingsType).
Resolving inheritance for "Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsFieldMappingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsFieldMappingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsObjectFieldMappingType" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsObjectFieldMappingType).
Resolving inheritance for "Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsObjectFieldMappingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsObjectFieldMappingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsObjectFieldType" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsObjectFieldType).
Resolving inheritance for "Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsObjectFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsObjectFieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsType" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsType).
Resolving inheritance for "Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\IntegrationsBundle\Entity\FieldChangeRepository" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Entity\FieldChangeRepository).
Resolving inheritance for "Mautic\IntegrationsBundle\Entity\FieldChangeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\IntegrationsBundle\Entity\FieldChangeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\IntegrationsBundle\Entity\ObjectMappingRepository" (parent: .abstract.instanceof.Mautic\IntegrationsBundle\Entity\ObjectMappingRepository).
Resolving inheritance for "Mautic\IntegrationsBundle\Entity\ObjectMappingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\IntegrationsBundle\Entity\ObjectMappingRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\ContactScheduledExportCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Command\ContactScheduledExportCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\ContactScheduledExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\ContactScheduledExportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\DeduplicateCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Command\DeduplicateCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\DeduplicateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\DeduplicateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\DeduplicateIdsCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Command\DeduplicateIdsCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\DeduplicateIdsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\DeduplicateIdsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\DeleteContactSecondaryCompaniesCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Command\DeleteContactSecondaryCompaniesCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\DeleteContactSecondaryCompaniesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\DeleteContactSecondaryCompaniesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\ImportCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Command\ImportCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\ImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\ImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\SegmentStatCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Command\SegmentStatCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\SegmentStatCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\SegmentStatCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\UpdateLeadListsCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Command\UpdateLeadListsCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\UpdateLeadListsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\UpdateLeadListsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\LeadBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\CompanyApiController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\Api\CompanyApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\CompanyApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\CompanyApiController).
Resolving inheritance for "Mautic\LeadBundle\Controller\Api\CompanyApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\CompanyApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\DeviceApiController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\Api\DeviceApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\DeviceApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\DeviceApiController).
Resolving inheritance for "Mautic\LeadBundle\Controller\Api\DeviceApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\DeviceApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\FieldApiController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\Api\FieldApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\FieldApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\FieldApiController).
Resolving inheritance for "Mautic\LeadBundle\Controller\Api\FieldApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\FieldApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\LeadApiController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\Api\LeadApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\LeadApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\LeadApiController).
Resolving inheritance for "Mautic\LeadBundle\Controller\Api\LeadApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\LeadApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\ListApiController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\Api\ListApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\ListApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\ListApiController).
Resolving inheritance for "Mautic\LeadBundle\Controller\Api\ListApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\ListApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\NoteApiController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\Api\NoteApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\NoteApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\NoteApiController).
Resolving inheritance for "Mautic\LeadBundle\Controller\Api\NoteApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\NoteApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\TagApiController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\Api\TagApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\TagApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\TagApiController).
Resolving inheritance for "Mautic\LeadBundle\Controller\Api\TagApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\TagApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\AuditlogController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\AuditlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\AuditlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\AuditlogController).
Resolving inheritance for "Mautic\LeadBundle\Controller\AuditlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\AuditlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\BatchSegmentController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\BatchSegmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\BatchSegmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\BatchSegmentController).
Resolving inheritance for "Mautic\LeadBundle\Controller\BatchSegmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\BatchSegmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\CompanyController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\CompanyController).
Resolving inheritance for "Mautic\LeadBundle\Controller\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\FieldController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\FieldController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\FieldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\FieldController).
Resolving inheritance for "Mautic\LeadBundle\Controller\FieldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\FieldController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\ImportController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\ImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\ImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\ImportController).
Resolving inheritance for "Mautic\LeadBundle\Controller\ImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\ImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\LeadController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\LeadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\LeadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\LeadController).
Resolving inheritance for "Mautic\LeadBundle\Controller\LeadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\LeadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\ListController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\ListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\ListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\ListController).
Resolving inheritance for "Mautic\LeadBundle\Controller\ListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\ListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\NoteController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\NoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\NoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\NoteController).
Resolving inheritance for "Mautic\LeadBundle\Controller\NoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\NoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\TimelineController" (parent: .abstract.instanceof.Mautic\LeadBundle\Controller\TimelineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\TimelineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\TimelineController).
Resolving inheritance for "Mautic\LeadBundle\Controller\TimelineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\TimelineController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ButtonSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\ButtonSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\ButtonSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ButtonSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\CampaignActionDNCSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\CampaignActionDNCSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\CampaignActionDNCSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\CampaignActionDNCSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\CampaignActionDeleteContactSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\CampaignActionDeleteContactSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\CampaignActionDeleteContactSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\CampaignActionDeleteContactSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\CampaignSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\CampaignSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\CampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\CampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\CompanySubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\CompanySubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\CompanySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\CompanySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ContactExportAuditLogSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\ContactExportAuditLogSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\ContactExportAuditLogSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ContactExportAuditLogSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\DashboardSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\DashboardSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\DashboardSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\DashboardSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\DoNotContactSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\DoNotContactSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\DoNotContactSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\DoNotContactSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\DynamicContentSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\DynamicContentSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\DynamicContentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\DynamicContentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\EmailSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\EmailSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\EmailSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\EmailSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\FilterOperatorSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\FilterOperatorSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\FilterOperatorSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\FilterOperatorSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\FormSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\FormSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\FormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\FormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\GeneratedColumnSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\GeneratedColumnSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\GeneratedColumnSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\GeneratedColumnSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ImportCompanySubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\ImportCompanySubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\ImportCompanySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ImportCompanySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ImportContactSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\ImportContactSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\ImportContactSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ImportContactSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ImportSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\ImportSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\ImportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ImportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\LeadSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\MaintenanceSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\MaintenanceSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\MaintenanceSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\MaintenanceSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\OwnerSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\OwnerSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\OwnerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\OwnerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\PointSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\PointSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\PointSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\PointSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportDNCSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\ReportDNCSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\ReportDNCSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportDNCSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportDevicesSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\ReportDevicesSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\ReportDevicesSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportDevicesSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportNormalizeSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\ReportNormalizeSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\ReportNormalizeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportNormalizeSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\ReportSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\ReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportUtmTagSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\ReportUtmTagSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\ReportUtmTagSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportUtmTagSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentLogReportSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentLogReportSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\SegmentLogReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentLogReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentOperatorQuerySubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentOperatorQuerySubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\SegmentOperatorQuerySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentOperatorQuerySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentReportSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentReportSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\SegmentReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentStatsSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentStatsSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\SegmentStatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentStatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\SegmentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SetContactAvatarFormSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\SetContactAvatarFormSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\SetContactAvatarFormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SetContactAvatarFormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\StatsSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\TimelineEventLogCampaignSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\TimelineEventLogCampaignSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\TimelineEventLogCampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\TimelineEventLogCampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\TimelineEventLogSegmentSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\TimelineEventLogSegmentSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\TimelineEventLogSegmentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\TimelineEventLogSegmentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\TimelineEventLogSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\TimelineEventLogSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\TimelineEventLogSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\TimelineEventLogSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\TypeOperatorSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\TypeOperatorSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\TypeOperatorSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\TypeOperatorSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\WebhookSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\WebhookSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\WebhookSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\WebhookSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\AnalyseCustomFieldCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Field\Command\AnalyseCustomFieldCommand).
Resolving inheritance for "Mautic\LeadBundle\Field\Command\AnalyseCustomFieldCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\AnalyseCustomFieldCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\CreateCustomFieldCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Field\Command\CreateCustomFieldCommand).
Resolving inheritance for "Mautic\LeadBundle\Field\Command\CreateCustomFieldCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\CreateCustomFieldCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\DeleteCustomFieldCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Field\Command\DeleteCustomFieldCommand).
Resolving inheritance for "Mautic\LeadBundle\Field\Command\DeleteCustomFieldCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\DeleteCustomFieldCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\ModifyCustomFieldCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Field\Command\ModifyCustomFieldCommand).
Resolving inheritance for "Mautic\LeadBundle\Field\Command\ModifyCustomFieldCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\ModifyCustomFieldCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\UpdateCustomFieldCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Field\Command\UpdateCustomFieldCommand).
Resolving inheritance for "Mautic\LeadBundle\Field\Command\UpdateCustomFieldCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\UpdateCustomFieldCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ActionAddUtmTagsType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\ActionAddUtmTagsType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\ActionAddUtmTagsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ActionAddUtmTagsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ActionRemoveDoNotContact" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\ActionRemoveDoNotContact).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\ActionRemoveDoNotContact" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ActionRemoveDoNotContact).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\AddToCompanyActionType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\AddToCompanyActionType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\AddToCompanyActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\AddToCompanyActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\BatchType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\BatchType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\BatchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\BatchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignActionAddDNCType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignActionAddDNCType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CampaignActionAddDNCType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignActionAddDNCType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignActionRemoveDNCType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignActionRemoveDNCType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CampaignActionRemoveDNCType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignActionRemoveDNCType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignConditionLeadPageHitType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignConditionLeadPageHitType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CampaignConditionLeadPageHitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignConditionLeadPageHitType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadCampaignsType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadCampaignsType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CampaignEventLeadCampaignsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadCampaignsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadDNCType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadDNCType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CampaignEventLeadDNCType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadDNCType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadDeviceType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadDeviceType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CampaignEventLeadDeviceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadDeviceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadFieldValueType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadFieldValueType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CampaignEventLeadFieldValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadFieldValueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadOwnerType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadOwnerType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CampaignEventLeadOwnerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadOwnerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadSegmentsType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadSegmentsType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CampaignEventLeadSegmentsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadSegmentsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadStagesType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadStagesType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CampaignEventLeadStagesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadStagesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadTagsType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadTagsType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CampaignEventLeadTagsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadTagsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventPointType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventPointType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CampaignEventPointType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventPointType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ChangeOwnerType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\ChangeOwnerType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\ChangeOwnerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ChangeOwnerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CompanyChangeScoreActionType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CompanyChangeScoreActionType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CompanyChangeScoreActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CompanyChangeScoreActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CompanyListType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CompanyListType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CompanyListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CompanyListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CompanyMergeType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CompanyMergeType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CompanyMergeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CompanyMergeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CompanyType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\CompanyType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ConfigCompanyType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\ConfigCompanyType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\ConfigCompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ConfigCompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ContactChannelsType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\ContactChannelsType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\ContactChannelsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ContactChannelsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ContactColumnsType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\ContactColumnsType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\ContactColumnsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ContactColumnsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ContactFrequencyType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\ContactFrequencyType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\ContactFrequencyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ContactFrequencyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ContactGroupPointsType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\ContactGroupPointsType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\ContactGroupPointsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ContactGroupPointsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DashboardLeadsInTimeWidgetType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\DashboardLeadsInTimeWidgetType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\DashboardLeadsInTimeWidgetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DashboardLeadsInTimeWidgetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DashboardLeadsLifetimeWidgetType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\DashboardLeadsLifetimeWidgetType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\DashboardLeadsLifetimeWidgetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DashboardLeadsLifetimeWidgetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DashboardSegmentsBuildTime" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\DashboardSegmentsBuildTime).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\DashboardSegmentsBuildTime" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DashboardSegmentsBuildTime).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DeviceType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\DeviceType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\DeviceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DeviceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DncType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\DncType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\DncType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DncType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\EmailType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\EmailType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\EmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\EmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\FieldType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\FieldType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\FieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\FieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\FilterPropertiesType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\FilterPropertiesType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\FilterPropertiesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\FilterPropertiesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\FilterType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\FilterType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\FilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\FilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\FormSubmitActionPointsChangeType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\FormSubmitActionPointsChangeType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\FormSubmitActionPointsChangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\FormSubmitActionPointsChangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\HtmlType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\HtmlType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\HtmlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\HtmlType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadCategoryType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\LeadCategoryType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\LeadCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadFieldsType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\LeadFieldsType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\LeadFieldsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadFieldsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadImportFieldType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\LeadImportFieldType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\LeadImportFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadImportFieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadImportType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\LeadImportType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\LeadImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadListType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\LeadListType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\LeadListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\LeadType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\LeadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ListActionType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\ListActionType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\ListActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ListActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ListType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\ListType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\ListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\MergeType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\MergeType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\MergeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\MergeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ModifyLeadTagsType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\ModifyLeadTagsType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\ModifyLeadTagsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ModifyLeadTagsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\NoteType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\NoteType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\NoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\NoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\OwnerType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\OwnerType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\OwnerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\OwnerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\PointActionType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\PointActionType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\PointActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\PointActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\PreferenceChannelsType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\PreferenceChannelsType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\PreferenceChannelsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\PreferenceChannelsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\SegmentConfigType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\SegmentConfigType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\SegmentConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\SegmentConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\StageType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\StageType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\StageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\StageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\TagEntityType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\TagEntityType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\TagEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\TagEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\TagType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\TagType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\TagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\TagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\UpdateCompanyActionType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\UpdateCompanyActionType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\UpdateCompanyActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\UpdateCompanyActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\UpdateLeadActionType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\UpdateLeadActionType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\UpdateLeadActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\UpdateLeadActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Form\Validator\Constraints\DbRegexValidator" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\DbRegexValidator).
Resolving inheritance for "Mautic\LeadBundle\Form\Validator\Constraints\DbRegexValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Form\Validator\Constraints\DbRegexValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Form\Validator\Constraints\FieldAliasKeywordValidator" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\FieldAliasKeywordValidator).
Resolving inheritance for "Mautic\LeadBundle\Form\Validator\Constraints\FieldAliasKeywordValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Form\Validator\Constraints\FieldAliasKeywordValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Form\Validator\Constraints\UniqueCustomFieldValidator" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\UniqueCustomFieldValidator).
Resolving inheritance for "Mautic\LeadBundle\Form\Validator\Constraints\UniqueCustomFieldValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Form\Validator\Constraints\UniqueCustomFieldValidator).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\CompanyModel" (parent: .abstract.instanceof.Mautic\LeadBundle\Model\CompanyModel).
Resolving inheritance for "Mautic\LeadBundle\Model\CompanyModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\CompanyModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\ContactExportSchedulerModel" (parent: .abstract.instanceof.Mautic\LeadBundle\Model\ContactExportSchedulerModel).
Resolving inheritance for "Mautic\LeadBundle\Model\ContactExportSchedulerModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\ContactExportSchedulerModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\DeviceModel" (parent: .abstract.instanceof.Mautic\LeadBundle\Model\DeviceModel).
Resolving inheritance for "Mautic\LeadBundle\Model\DeviceModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\DeviceModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\DoNotContact" (parent: .abstract.instanceof.Mautic\LeadBundle\Model\DoNotContact).
Resolving inheritance for "Mautic\LeadBundle\Model\DoNotContact" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\DoNotContact).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\FieldModel" (parent: .abstract.instanceof.Mautic\LeadBundle\Model\FieldModel).
Resolving inheritance for "Mautic\LeadBundle\Model\FieldModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\FieldModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\ImportModel" (parent: .abstract.instanceof.Mautic\LeadBundle\Model\ImportModel).
Resolving inheritance for "Mautic\LeadBundle\Model\ImportModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\ImportModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\LeadModel" (parent: .abstract.instanceof.Mautic\LeadBundle\Model\LeadModel).
Resolving inheritance for "Mautic\LeadBundle\Model\LeadModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\LeadModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\ListModel" (parent: .abstract.instanceof.Mautic\LeadBundle\Model\ListModel).
Resolving inheritance for "Mautic\LeadBundle\Model\ListModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\ListModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\NoteModel" (parent: .abstract.instanceof.Mautic\LeadBundle\Model\NoteModel).
Resolving inheritance for "Mautic\LeadBundle\Model\NoteModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\NoteModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\TagModel" (parent: .abstract.instanceof.Mautic\LeadBundle\Model\TagModel).
Resolving inheritance for "Mautic\LeadBundle\Model\TagModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\TagModel).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\LeadBundle\Twig\Extension\DncReasonExtension" (parent: .abstract.instanceof.Mautic\LeadBundle\Twig\Extension\DncReasonExtension).
Resolving inheritance for "Mautic\LeadBundle\Twig\Extension\DncReasonExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\LeadBundle\Twig\Extension\DncReasonExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\LeadBundle\Twig\Extension\FormFieldExtension" (parent: .abstract.instanceof.Mautic\LeadBundle\Twig\Extension\FormFieldExtension).
Resolving inheritance for "Mautic\LeadBundle\Twig\Extension\FormFieldExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\LeadBundle\Twig\Extension\FormFieldExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\LeadBundle\Twig\Extension\LeadExtension" (parent: .abstract.instanceof.Mautic\LeadBundle\Twig\Extension\LeadExtension).
Resolving inheritance for "Mautic\LeadBundle\Twig\Extension\LeadExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\LeadBundle\Twig\Extension\LeadExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Validator\Constraints\SegmentDateValidator" (parent: .abstract.instanceof.Mautic\LeadBundle\Validator\Constraints\SegmentDateValidator).
Resolving inheritance for "Mautic\LeadBundle\Validator\Constraints\SegmentDateValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Validator\Constraints\SegmentDateValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Validator\LeadFieldMinimumLengthValidator" (parent: .abstract.instanceof.Mautic\LeadBundle\Validator\LeadFieldMinimumLengthValidator).
Resolving inheritance for "Mautic\LeadBundle\Validator\LeadFieldMinimumLengthValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Validator\LeadFieldMinimumLengthValidator).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\CompanyChangeLogRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\CompanyChangeLogRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\CompanyChangeLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\CompanyChangeLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\CompanyLeadRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\CompanyLeadRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\CompanyLeadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\CompanyLeadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\CompanyRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\CompanyRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\ContactExportSchedulerRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\ContactExportSchedulerRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\ContactExportSchedulerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\ContactExportSchedulerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\DoNotContactRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\DoNotContactRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\DoNotContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\DoNotContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\FrequencyRuleRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\FrequencyRuleRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\FrequencyRuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\FrequencyRuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\ImportRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\ImportRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\ImportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\ImportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadCategoryRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\LeadCategoryRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\LeadCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadDeviceRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\LeadDeviceRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\LeadDeviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadDeviceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadEventLogRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\LeadEventLogRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\LeadEventLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadEventLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadFieldRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\LeadFieldRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\LeadFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadFieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadListRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\LeadListRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\LeadListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadNoteRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\LeadNoteRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\LeadNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\LeadRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\LeadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\ListLeadRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\ListLeadRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\ListLeadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\ListLeadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\MergeRecordRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\MergeRecordRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\MergeRecordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\MergeRecordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\PointsChangeLogRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\PointsChangeLogRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\PointsChangeLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\PointsChangeLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\StagesChangeLogRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\StagesChangeLogRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\StagesChangeLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\StagesChangeLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\TagRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\TagRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\TagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\UtmTagRepository" (parent: .abstract.instanceof.Mautic\LeadBundle\Entity\UtmTagRepository).
Resolving inheritance for "Mautic\LeadBundle\Entity\UtmTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\UtmTagRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\MarketplaceBundle\Command\InstallCommand" (parent: .abstract.instanceof.Mautic\MarketplaceBundle\Command\InstallCommand).
Resolving inheritance for "Mautic\MarketplaceBundle\Command\InstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\MarketplaceBundle\Command\InstallCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\MarketplaceBundle\Command\ListCommand" (parent: .abstract.instanceof.Mautic\MarketplaceBundle\Command\ListCommand).
Resolving inheritance for "Mautic\MarketplaceBundle\Command\ListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\MarketplaceBundle\Command\ListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\MarketplaceBundle\Command\RemoveCommand" (parent: .abstract.instanceof.Mautic\MarketplaceBundle\Command\RemoveCommand).
Resolving inheritance for "Mautic\MarketplaceBundle\Command\RemoveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\MarketplaceBundle\Command\RemoveCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\MarketplaceBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\MarketplaceBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\CacheController" (parent: .abstract.instanceof.Mautic\MarketplaceBundle\Controller\CacheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\CacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\CacheController).
Resolving inheritance for "Mautic\MarketplaceBundle\Controller\CacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\CacheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\Package\DetailController" (parent: .abstract.instanceof.Mautic\MarketplaceBundle\Controller\Package\DetailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\Package\DetailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\Package\DetailController).
Resolving inheritance for "Mautic\MarketplaceBundle\Controller\Package\DetailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\Package\DetailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\Package\InstallController" (parent: .abstract.instanceof.Mautic\MarketplaceBundle\Controller\Package\InstallController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\Package\InstallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\Package\InstallController).
Resolving inheritance for "Mautic\MarketplaceBundle\Controller\Package\InstallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\Package\InstallController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\Package\ListController" (parent: .abstract.instanceof.Mautic\MarketplaceBundle\Controller\Package\ListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\Package\ListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\Package\ListController).
Resolving inheritance for "Mautic\MarketplaceBundle\Controller\Package\ListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\Package\ListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\Package\RemoveController" (parent: .abstract.instanceof.Mautic\MarketplaceBundle\Controller\Package\RemoveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\Package\RemoveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\Package\RemoveController).
Resolving inheritance for "Mautic\MarketplaceBundle\Controller\Package\RemoveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\Package\RemoveController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\MarketplaceBundle\EventListener\MenuSubscriber" (parent: .abstract.instanceof.Mautic\MarketplaceBundle\EventListener\MenuSubscriber).
Resolving inheritance for "Mautic\MarketplaceBundle\EventListener\MenuSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\MarketplaceBundle\EventListener\MenuSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MessengerBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\MessengerBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MessengerBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MessengerBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\MessengerBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MessengerBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.Mautic\MessengerBundle\DependencyInjection\EnvProcessor\MessengerNullableEnvVarProcessor" (parent: .abstract.instanceof.Mautic\MessengerBundle\DependencyInjection\EnvProcessor\MessengerNullableEnvVarProcessor).
Resolving inheritance for "Mautic\MessengerBundle\DependencyInjection\EnvProcessor\MessengerNullableEnvVarProcessor" (parent: .instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.Mautic\MessengerBundle\DependencyInjection\EnvProcessor\MessengerNullableEnvVarProcessor).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\MessengerBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\MessengerBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\MessengerBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\MessengerBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\MessengerBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\MessengerBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\MessengerBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\MessengerBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Mautic\MessengerBundle\MessageHandler\EmailHitNotificationHandler.0.Mautic\MessengerBundle\MessageHandler\EmailHitNotificationHandler" (parent: .abstract.instanceof.Mautic\MessengerBundle\MessageHandler\EmailHitNotificationHandler).
Resolving inheritance for "Mautic\MessengerBundle\MessageHandler\EmailHitNotificationHandler" (parent: .instanceof.Mautic\MessengerBundle\MessageHandler\EmailHitNotificationHandler.0.Mautic\MessengerBundle\MessageHandler\EmailHitNotificationHandler).
Resolving inheritance for ".instanceof.Mautic\MessengerBundle\MessageHandler\PageHitNotificationHandler.0.Mautic\MessengerBundle\MessageHandler\PageHitNotificationHandler" (parent: .abstract.instanceof.Mautic\MessengerBundle\MessageHandler\PageHitNotificationHandler).
Resolving inheritance for "Mautic\MessengerBundle\MessageHandler\PageHitNotificationHandler" (parent: .instanceof.Mautic\MessengerBundle\MessageHandler\PageHitNotificationHandler.0.Mautic\MessengerBundle\MessageHandler\PageHitNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Mautic\MessengerBundle\MessageHandler\TestHandler" (parent: .abstract.instanceof.Mautic\MessengerBundle\MessageHandler\TestHandler).
Resolving inheritance for "Mautic\MessengerBundle\MessageHandler\TestHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Mautic\MessengerBundle\MessageHandler\TestHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.Mautic\MessengerBundle\Transport\NullTransportFactory" (parent: .abstract.instanceof.Mautic\MessengerBundle\Transport\NullTransportFactory).
Resolving inheritance for "Mautic\MessengerBundle\Transport\NullTransportFactory" (parent: .instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.Mautic\MessengerBundle\Transport\NullTransportFactory).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\MessengerBundle\Validator\DsnValidator" (parent: .abstract.instanceof.Mautic\MessengerBundle\Validator\DsnValidator).
Resolving inheritance for "Mautic\MessengerBundle\Validator\DsnValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\MessengerBundle\Validator\DsnValidator).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\NotificationBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\NotificationBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\Api\NotificationApiController" (parent: .abstract.instanceof.Mautic\NotificationBundle\Controller\Api\NotificationApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\Api\NotificationApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\Api\NotificationApiController).
Resolving inheritance for "Mautic\NotificationBundle\Controller\Api\NotificationApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\Api\NotificationApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\AppCallbackController" (parent: .abstract.instanceof.Mautic\NotificationBundle\Controller\AppCallbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\AppCallbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\AppCallbackController).
Resolving inheritance for "Mautic\NotificationBundle\Controller\AppCallbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\AppCallbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\JsController" (parent: .abstract.instanceof.Mautic\NotificationBundle\Controller\JsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\JsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\JsController).
Resolving inheritance for "Mautic\NotificationBundle\Controller\JsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\JsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\MobileNotificationController" (parent: .abstract.instanceof.Mautic\NotificationBundle\Controller\MobileNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\MobileNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\MobileNotificationController).
Resolving inheritance for "Mautic\NotificationBundle\Controller\MobileNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\MobileNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\NotificationController" (parent: .abstract.instanceof.Mautic\NotificationBundle\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\NotificationController).
Resolving inheritance for "Mautic\NotificationBundle\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\PopupController" (parent: .abstract.instanceof.Mautic\NotificationBundle\Controller\PopupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\PopupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\PopupController).
Resolving inheritance for "Mautic\NotificationBundle\Controller\PopupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\PopupController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\BuildJsSubscriber" (parent: .abstract.instanceof.Mautic\NotificationBundle\EventListener\BuildJsSubscriber).
Resolving inheritance for "Mautic\NotificationBundle\EventListener\BuildJsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\BuildJsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\CampaignConditionSubscriber" (parent: .abstract.instanceof.Mautic\NotificationBundle\EventListener\CampaignConditionSubscriber).
Resolving inheritance for "Mautic\NotificationBundle\EventListener\CampaignConditionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\CampaignConditionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\ChannelSubscriber" (parent: .abstract.instanceof.Mautic\NotificationBundle\EventListener\ChannelSubscriber).
Resolving inheritance for "Mautic\NotificationBundle\EventListener\ChannelSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\ChannelSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\NotificationBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\NotificationBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\NotificationSubscriber" (parent: .abstract.instanceof.Mautic\NotificationBundle\EventListener\NotificationSubscriber).
Resolving inheritance for "Mautic\NotificationBundle\EventListener\NotificationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\NotificationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\PageSubscriber" (parent: .abstract.instanceof.Mautic\NotificationBundle\EventListener\PageSubscriber).
Resolving inheritance for "Mautic\NotificationBundle\EventListener\PageSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\PageSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\ReportSubscriber" (parent: .abstract.instanceof.Mautic\NotificationBundle\EventListener\ReportSubscriber).
Resolving inheritance for "Mautic\NotificationBundle\EventListener\ReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\ReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\NotificationBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\NotificationBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.Mautic\NotificationBundle\EventListener\StatsSubscriber).
Resolving inheritance for "Mautic\NotificationBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\NotificationBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\NotificationBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\MobileNotificationDetailsType" (parent: .abstract.instanceof.Mautic\NotificationBundle\Form\Type\MobileNotificationDetailsType).
Resolving inheritance for "Mautic\NotificationBundle\Form\Type\MobileNotificationDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\MobileNotificationDetailsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\MobileNotificationListType" (parent: .abstract.instanceof.Mautic\NotificationBundle\Form\Type\MobileNotificationListType).
Resolving inheritance for "Mautic\NotificationBundle\Form\Type\MobileNotificationListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\MobileNotificationListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\MobileNotificationSendType" (parent: .abstract.instanceof.Mautic\NotificationBundle\Form\Type\MobileNotificationSendType).
Resolving inheritance for "Mautic\NotificationBundle\Form\Type\MobileNotificationSendType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\MobileNotificationSendType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\MobileNotificationType" (parent: .abstract.instanceof.Mautic\NotificationBundle\Form\Type\MobileNotificationType).
Resolving inheritance for "Mautic\NotificationBundle\Form\Type\MobileNotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\MobileNotificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\NotificationConfigType" (parent: .abstract.instanceof.Mautic\NotificationBundle\Form\Type\NotificationConfigType).
Resolving inheritance for "Mautic\NotificationBundle\Form\Type\NotificationConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\NotificationConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\NotificationListType" (parent: .abstract.instanceof.Mautic\NotificationBundle\Form\Type\NotificationListType).
Resolving inheritance for "Mautic\NotificationBundle\Form\Type\NotificationListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\NotificationListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\NotificationSendType" (parent: .abstract.instanceof.Mautic\NotificationBundle\Form\Type\NotificationSendType).
Resolving inheritance for "Mautic\NotificationBundle\Form\Type\NotificationSendType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\NotificationSendType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\NotificationType" (parent: .abstract.instanceof.Mautic\NotificationBundle\Form\Type\NotificationType).
Resolving inheritance for "Mautic\NotificationBundle\Form\Type\NotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\NotificationType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\NotificationBundle\Model\NotificationModel" (parent: .abstract.instanceof.Mautic\NotificationBundle\Model\NotificationModel).
Resolving inheritance for "Mautic\NotificationBundle\Model\NotificationModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\NotificationBundle\Model\NotificationModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\NotificationBundle\Entity\NotificationRepository" (parent: .abstract.instanceof.Mautic\NotificationBundle\Entity\NotificationRepository).
Resolving inheritance for "Mautic\NotificationBundle\Entity\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\NotificationBundle\Entity\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\NotificationBundle\Entity\PushIDRepository" (parent: .abstract.instanceof.Mautic\NotificationBundle\Entity\PushIDRepository).
Resolving inheritance for "Mautic\NotificationBundle\Entity\PushIDRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\NotificationBundle\Entity\PushIDRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\NotificationBundle\Entity\StatRepository" (parent: .abstract.instanceof.Mautic\NotificationBundle\Entity\StatRepository).
Resolving inheritance for "Mautic\NotificationBundle\Entity\StatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\NotificationBundle\Entity\StatRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PageBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\PageBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PageBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PageBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\PageBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PageBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PageBundle\Controller\Api\PageApiController" (parent: .abstract.instanceof.Mautic\PageBundle\Controller\Api\PageApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PageBundle\Controller\Api\PageApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PageBundle\Controller\Api\PageApiController).
Resolving inheritance for "Mautic\PageBundle\Controller\Api\PageApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PageBundle\Controller\Api\PageApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PageBundle\Controller\PageController" (parent: .abstract.instanceof.Mautic\PageBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PageBundle\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PageBundle\Controller\PageController).
Resolving inheritance for "Mautic\PageBundle\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PageBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PageBundle\Controller\PublicController" (parent: .abstract.instanceof.Mautic\PageBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PageBundle\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PageBundle\Controller\PublicController).
Resolving inheritance for "Mautic\PageBundle\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PageBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\BuildJsSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\BuildJsSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\BuildJsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\BuildJsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\BuilderSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\BuilderSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\BuilderSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\BuilderSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\CampaignSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\CampaignSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\CampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\CampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\DashboardSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\DashboardSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\DashboardSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\DashboardSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\DateTimeTokenSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\DateTimeTokenSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\DateTimeTokenSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\DateTimeTokenSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\DetermineWinnerSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\DetermineWinnerSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\DetermineWinnerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\DetermineWinnerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\LeadSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\MaintenanceSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\MaintenanceSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\MaintenanceSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\MaintenanceSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\PageSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\PageSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\PageSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\PageSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\PointSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\PointSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\PointSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\PointSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\ReportSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\ReportSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\ReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\ReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\StatsSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\TokenSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\TokenSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\TokenSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\TokenSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\WebhookSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\WebhookSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\WebhookSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\WebhookSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\AbTestPropertiesType" (parent: .abstract.instanceof.Mautic\PageBundle\Form\Type\AbTestPropertiesType).
Resolving inheritance for "Mautic\PageBundle\Form\Type\AbTestPropertiesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\AbTestPropertiesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\CampaignEventPageHitType" (parent: .abstract.instanceof.Mautic\PageBundle\Form\Type\CampaignEventPageHitType).
Resolving inheritance for "Mautic\PageBundle\Form\Type\CampaignEventPageHitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\CampaignEventPageHitType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\ConfigTrackingPageType" (parent: .abstract.instanceof.Mautic\PageBundle\Form\Type\ConfigTrackingPageType).
Resolving inheritance for "Mautic\PageBundle\Form\Type\ConfigTrackingPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\ConfigTrackingPageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\PageBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\PageBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\DashboardHitsInTimeWidgetType" (parent: .abstract.instanceof.Mautic\PageBundle\Form\Type\DashboardHitsInTimeWidgetType).
Resolving inheritance for "Mautic\PageBundle\Form\Type\DashboardHitsInTimeWidgetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\DashboardHitsInTimeWidgetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PageListType" (parent: .abstract.instanceof.Mautic\PageBundle\Form\Type\PageListType).
Resolving inheritance for "Mautic\PageBundle\Form\Type\PageListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PageListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PageType" (parent: .abstract.instanceof.Mautic\PageBundle\Form\Type\PageType).
Resolving inheritance for "Mautic\PageBundle\Form\Type\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PointActionPageHitType" (parent: .abstract.instanceof.Mautic\PageBundle\Form\Type\PointActionPageHitType).
Resolving inheritance for "Mautic\PageBundle\Form\Type\PointActionPageHitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PointActionPageHitType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PointActionUrlHitType" (parent: .abstract.instanceof.Mautic\PageBundle\Form\Type\PointActionUrlHitType).
Resolving inheritance for "Mautic\PageBundle\Form\Type\PointActionUrlHitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PointActionUrlHitType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PreferenceCenterListType" (parent: .abstract.instanceof.Mautic\PageBundle\Form\Type\PreferenceCenterListType).
Resolving inheritance for "Mautic\PageBundle\Form\Type\PreferenceCenterListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PreferenceCenterListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\RedirectListType" (parent: .abstract.instanceof.Mautic\PageBundle\Form\Type\RedirectListType).
Resolving inheritance for "Mautic\PageBundle\Form\Type\RedirectListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\RedirectListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\TrackingPixelSendType" (parent: .abstract.instanceof.Mautic\PageBundle\Form\Type\TrackingPixelSendType).
Resolving inheritance for "Mautic\PageBundle\Form\Type\TrackingPixelSendType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\TrackingPixelSendType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\VariantType" (parent: .abstract.instanceof.Mautic\PageBundle\Form\Type\VariantType).
Resolving inheritance for "Mautic\PageBundle\Form\Type\VariantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\VariantType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PageBundle\Model\PageModel" (parent: .abstract.instanceof.Mautic\PageBundle\Model\PageModel).
Resolving inheritance for "Mautic\PageBundle\Model\PageModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PageBundle\Model\PageModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PageBundle\Model\RedirectModel" (parent: .abstract.instanceof.Mautic\PageBundle\Model\RedirectModel).
Resolving inheritance for "Mautic\PageBundle\Model\RedirectModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PageBundle\Model\RedirectModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PageBundle\Model\TrackableModel" (parent: .abstract.instanceof.Mautic\PageBundle\Model\TrackableModel).
Resolving inheritance for "Mautic\PageBundle\Model\TrackableModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PageBundle\Model\TrackableModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PageBundle\Model\VideoModel" (parent: .abstract.instanceof.Mautic\PageBundle\Model\VideoModel).
Resolving inheritance for "Mautic\PageBundle\Model\VideoModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PageBundle\Model\VideoModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\HitRepository" (parent: .abstract.instanceof.Mautic\PageBundle\Entity\HitRepository).
Resolving inheritance for "Mautic\PageBundle\Entity\HitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\HitRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\PageDraftRepository" (parent: .abstract.instanceof.Mautic\PageBundle\Entity\PageDraftRepository).
Resolving inheritance for "Mautic\PageBundle\Entity\PageDraftRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\PageDraftRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\PageRepository" (parent: .abstract.instanceof.Mautic\PageBundle\Entity\PageRepository).
Resolving inheritance for "Mautic\PageBundle\Entity\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\PageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\RedirectRepository" (parent: .abstract.instanceof.Mautic\PageBundle\Entity\RedirectRepository).
Resolving inheritance for "Mautic\PageBundle\Entity\RedirectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\RedirectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\TrackableRepository" (parent: .abstract.instanceof.Mautic\PageBundle\Entity\TrackableRepository).
Resolving inheritance for "Mautic\PageBundle\Entity\TrackableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\TrackableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\VideoHitRepository" (parent: .abstract.instanceof.Mautic\PageBundle\Entity\VideoHitRepository).
Resolving inheritance for "Mautic\PageBundle\Entity\VideoHitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\VideoHitRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\PluginBundle\Command\FetchLeadsCommand" (parent: .abstract.instanceof.Mautic\PluginBundle\Command\FetchLeadsCommand).
Resolving inheritance for "Mautic\PluginBundle\Command\FetchLeadsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\PluginBundle\Command\FetchLeadsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\PluginBundle\Command\PushLeadActivityCommand" (parent: .abstract.instanceof.Mautic\PluginBundle\Command\PushLeadActivityCommand).
Resolving inheritance for "Mautic\PluginBundle\Command\PushLeadActivityCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\PluginBundle\Command\PushLeadActivityCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\PluginBundle\Command\ReloadCommand" (parent: .abstract.instanceof.Mautic\PluginBundle\Command\ReloadCommand).
Resolving inheritance for "Mautic\PluginBundle\Command\ReloadCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\PluginBundle\Command\ReloadCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PluginBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\PluginBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PluginBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PluginBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\PluginBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PluginBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PluginBundle\Controller\AuthController" (parent: .abstract.instanceof.Mautic\PluginBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PluginBundle\Controller\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PluginBundle\Controller\AuthController).
Resolving inheritance for "Mautic\PluginBundle\Controller\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PluginBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PluginBundle\Controller\PluginController" (parent: .abstract.instanceof.Mautic\PluginBundle\Controller\PluginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PluginBundle\Controller\PluginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PluginBundle\Controller\PluginController).
Resolving inheritance for "Mautic\PluginBundle\Controller\PluginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PluginBundle\Controller\PluginController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\CampaignSubscriber" (parent: .abstract.instanceof.Mautic\PluginBundle\EventListener\CampaignSubscriber).
Resolving inheritance for "Mautic\PluginBundle\EventListener\CampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\CampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\FormSubscriber" (parent: .abstract.instanceof.Mautic\PluginBundle\EventListener\FormSubscriber).
Resolving inheritance for "Mautic\PluginBundle\EventListener\FormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\FormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\IntegrationSubscriber" (parent: .abstract.instanceof.Mautic\PluginBundle\EventListener\IntegrationSubscriber).
Resolving inheritance for "Mautic\PluginBundle\EventListener\IntegrationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\IntegrationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.Mautic\PluginBundle\EventListener\LeadSubscriber).
Resolving inheritance for "Mautic\PluginBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\PluginSubscriber" (parent: .abstract.instanceof.Mautic\PluginBundle\EventListener\PluginSubscriber).
Resolving inheritance for "Mautic\PluginBundle\EventListener\PluginSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\PluginSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\PointSubscriber" (parent: .abstract.instanceof.Mautic\PluginBundle\EventListener\PointSubscriber).
Resolving inheritance for "Mautic\PluginBundle\EventListener\PointSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\PointSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\CompanyFieldsType" (parent: .abstract.instanceof.Mautic\PluginBundle\Form\Type\CompanyFieldsType).
Resolving inheritance for "Mautic\PluginBundle\Form\Type\CompanyFieldsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\CompanyFieldsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\DetailsType" (parent: .abstract.instanceof.Mautic\PluginBundle\Form\Type\DetailsType).
Resolving inheritance for "Mautic\PluginBundle\Form\Type\DetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\DetailsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\FeatureSettingsType" (parent: .abstract.instanceof.Mautic\PluginBundle\Form\Type\FeatureSettingsType).
Resolving inheritance for "Mautic\PluginBundle\Form\Type\FeatureSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\FeatureSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\FieldsType" (parent: .abstract.instanceof.Mautic\PluginBundle\Form\Type\FieldsType).
Resolving inheritance for "Mautic\PluginBundle\Form\Type\FieldsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\FieldsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\IntegrationCampaignsType" (parent: .abstract.instanceof.Mautic\PluginBundle\Form\Type\IntegrationCampaignsType).
Resolving inheritance for "Mautic\PluginBundle\Form\Type\IntegrationCampaignsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\IntegrationCampaignsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\IntegrationConfigType" (parent: .abstract.instanceof.Mautic\PluginBundle\Form\Type\IntegrationConfigType).
Resolving inheritance for "Mautic\PluginBundle\Form\Type\IntegrationConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\IntegrationConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\IntegrationsListType" (parent: .abstract.instanceof.Mautic\PluginBundle\Form\Type\IntegrationsListType).
Resolving inheritance for "Mautic\PluginBundle\Form\Type\IntegrationsListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\IntegrationsListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\KeysType" (parent: .abstract.instanceof.Mautic\PluginBundle\Form\Type\KeysType).
Resolving inheritance for "Mautic\PluginBundle\Form\Type\KeysType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\KeysType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PluginBundle\Model\IntegrationEntityModel" (parent: .abstract.instanceof.Mautic\PluginBundle\Model\IntegrationEntityModel).
Resolving inheritance for "Mautic\PluginBundle\Model\IntegrationEntityModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PluginBundle\Model\IntegrationEntityModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PluginBundle\Model\PluginModel" (parent: .abstract.instanceof.Mautic\PluginBundle\Model\PluginModel).
Resolving inheritance for "Mautic\PluginBundle\Model\PluginModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PluginBundle\Model\PluginModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PluginBundle\Entity\IntegrationEntityRepository" (parent: .abstract.instanceof.Mautic\PluginBundle\Entity\IntegrationEntityRepository).
Resolving inheritance for "Mautic\PluginBundle\Entity\IntegrationEntityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PluginBundle\Entity\IntegrationEntityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PluginBundle\Entity\IntegrationRepository" (parent: .abstract.instanceof.Mautic\PluginBundle\Entity\IntegrationRepository).
Resolving inheritance for "Mautic\PluginBundle\Entity\IntegrationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PluginBundle\Entity\IntegrationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PluginBundle\Entity\PluginRepository" (parent: .abstract.instanceof.Mautic\PluginBundle\Entity\PluginRepository).
Resolving inheritance for "Mautic\PluginBundle\Entity\PluginRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PluginBundle\Entity\PluginRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\PointBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\PointBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\Api\PointApiController" (parent: .abstract.instanceof.Mautic\PointBundle\Controller\Api\PointApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\Api\PointApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\Api\PointApiController).
Resolving inheritance for "Mautic\PointBundle\Controller\Api\PointApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\Api\PointApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\Api\PointGroupsApiController" (parent: .abstract.instanceof.Mautic\PointBundle\Controller\Api\PointGroupsApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\Api\PointGroupsApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\Api\PointGroupsApiController).
Resolving inheritance for "Mautic\PointBundle\Controller\Api\PointGroupsApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\Api\PointGroupsApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\Api\TriggerApiController" (parent: .abstract.instanceof.Mautic\PointBundle\Controller\Api\TriggerApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\Api\TriggerApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\Api\TriggerApiController).
Resolving inheritance for "Mautic\PointBundle\Controller\Api\TriggerApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\Api\TriggerApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\GroupController" (parent: .abstract.instanceof.Mautic\PointBundle\Controller\GroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\GroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\GroupController).
Resolving inheritance for "Mautic\PointBundle\Controller\GroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\GroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\PointController" (parent: .abstract.instanceof.Mautic\PointBundle\Controller\PointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\PointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\PointController).
Resolving inheritance for "Mautic\PointBundle\Controller\PointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\PointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\TriggerController" (parent: .abstract.instanceof.Mautic\PointBundle\Controller\TriggerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\TriggerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\TriggerController).
Resolving inheritance for "Mautic\PointBundle\Controller\TriggerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\TriggerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\TriggerEventController" (parent: .abstract.instanceof.Mautic\PointBundle\Controller\TriggerEventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\TriggerEventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\TriggerEventController).
Resolving inheritance for "Mautic\PointBundle\Controller\TriggerEventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\TriggerEventController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\DashboardSubscriber" (parent: .abstract.instanceof.Mautic\PointBundle\EventListener\DashboardSubscriber).
Resolving inheritance for "Mautic\PointBundle\EventListener\DashboardSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\DashboardSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\GroupScoreSubscriber" (parent: .abstract.instanceof.Mautic\PointBundle\EventListener\GroupScoreSubscriber).
Resolving inheritance for "Mautic\PointBundle\EventListener\GroupScoreSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\GroupScoreSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.Mautic\PointBundle\EventListener\LeadSubscriber).
Resolving inheritance for "Mautic\PointBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\PointSubscriber" (parent: .abstract.instanceof.Mautic\PointBundle\EventListener\PointSubscriber).
Resolving inheritance for "Mautic\PointBundle\EventListener\PointSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\PointSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\ReportSubscriber" (parent: .abstract.instanceof.Mautic\PointBundle\EventListener\ReportSubscriber).
Resolving inheritance for "Mautic\PointBundle\EventListener\ReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\ReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\PointBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\PointBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\SegmentFilterSubscriber" (parent: .abstract.instanceof.Mautic\PointBundle\EventListener\SegmentFilterSubscriber).
Resolving inheritance for "Mautic\PointBundle\EventListener\SegmentFilterSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\SegmentFilterSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.Mautic\PointBundle\EventListener\StatsSubscriber).
Resolving inheritance for "Mautic\PointBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\GroupListType" (parent: .abstract.instanceof.Mautic\PointBundle\Form\Type\GroupListType).
Resolving inheritance for "Mautic\PointBundle\Form\Type\GroupListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\GroupListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\GroupType" (parent: .abstract.instanceof.Mautic\PointBundle\Form\Type\GroupType).
Resolving inheritance for "Mautic\PointBundle\Form\Type\GroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\GroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\PointActionType" (parent: .abstract.instanceof.Mautic\PointBundle\Form\Type\PointActionType).
Resolving inheritance for "Mautic\PointBundle\Form\Type\PointActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\PointActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\PointType" (parent: .abstract.instanceof.Mautic\PointBundle\Form\Type\PointType).
Resolving inheritance for "Mautic\PointBundle\Form\Type\PointType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\PointType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\TriggerEventType" (parent: .abstract.instanceof.Mautic\PointBundle\Form\Type\TriggerEventType).
Resolving inheritance for "Mautic\PointBundle\Form\Type\TriggerEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\TriggerEventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\TriggerType" (parent: .abstract.instanceof.Mautic\PointBundle\Form\Type\TriggerType).
Resolving inheritance for "Mautic\PointBundle\Form\Type\TriggerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\TriggerType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PointBundle\Model\PointGroupModel" (parent: .abstract.instanceof.Mautic\PointBundle\Model\PointGroupModel).
Resolving inheritance for "Mautic\PointBundle\Model\PointGroupModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PointBundle\Model\PointGroupModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PointBundle\Model\PointModel" (parent: .abstract.instanceof.Mautic\PointBundle\Model\PointModel).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\PointBundle\Model\PointModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PointBundle\Model\PointModel).
Resolving inheritance for "Mautic\PointBundle\Model\PointModel" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\PointBundle\Model\PointModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PointBundle\Model\TriggerEventModel" (parent: .abstract.instanceof.Mautic\PointBundle\Model\TriggerEventModel).
Resolving inheritance for "Mautic\PointBundle\Model\TriggerEventModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PointBundle\Model\TriggerEventModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PointBundle\Model\TriggerModel" (parent: .abstract.instanceof.Mautic\PointBundle\Model\TriggerModel).
Resolving inheritance for "Mautic\PointBundle\Model\TriggerModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PointBundle\Model\TriggerModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\GroupContactScoreRepository" (parent: .abstract.instanceof.Mautic\PointBundle\Entity\GroupContactScoreRepository).
Resolving inheritance for "Mautic\PointBundle\Entity\GroupContactScoreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\GroupContactScoreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\GroupRepository" (parent: .abstract.instanceof.Mautic\PointBundle\Entity\GroupRepository).
Resolving inheritance for "Mautic\PointBundle\Entity\GroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\GroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\LeadPointLogRepository" (parent: .abstract.instanceof.Mautic\PointBundle\Entity\LeadPointLogRepository).
Resolving inheritance for "Mautic\PointBundle\Entity\LeadPointLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\LeadPointLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\LeadTriggerLogRepository" (parent: .abstract.instanceof.Mautic\PointBundle\Entity\LeadTriggerLogRepository).
Resolving inheritance for "Mautic\PointBundle\Entity\LeadTriggerLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\LeadTriggerLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\PointRepository" (parent: .abstract.instanceof.Mautic\PointBundle\Entity\PointRepository).
Resolving inheritance for "Mautic\PointBundle\Entity\PointRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\PointRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\TriggerEventRepository" (parent: .abstract.instanceof.Mautic\PointBundle\Entity\TriggerEventRepository).
Resolving inheritance for "Mautic\PointBundle\Entity\TriggerEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\TriggerEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\TriggerRepository" (parent: .abstract.instanceof.Mautic\PointBundle\Entity\TriggerRepository).
Resolving inheritance for "Mautic\PointBundle\Entity\TriggerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\TriggerRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ReportBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\ReportBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ReportBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ReportBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\ReportBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ReportBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ReportBundle\Controller\Api\ReportApiController" (parent: .abstract.instanceof.Mautic\ReportBundle\Controller\Api\ReportApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ReportBundle\Controller\Api\ReportApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ReportBundle\Controller\Api\ReportApiController).
Resolving inheritance for "Mautic\ReportBundle\Controller\Api\ReportApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ReportBundle\Controller\Api\ReportApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ReportBundle\Controller\ReportController" (parent: .abstract.instanceof.Mautic\ReportBundle\Controller\ReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ReportBundle\Controller\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ReportBundle\Controller\ReportController).
Resolving inheritance for "Mautic\ReportBundle\Controller\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ReportBundle\Controller\ReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ReportBundle\Controller\ScheduleController" (parent: .abstract.instanceof.Mautic\ReportBundle\Controller\ScheduleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ReportBundle\Controller\ScheduleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ReportBundle\Controller\ScheduleController).
Resolving inheritance for "Mautic\ReportBundle\Controller\ScheduleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ReportBundle\Controller\ScheduleController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\ReportBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\ReportBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\DashboardSubscriber" (parent: .abstract.instanceof.Mautic\ReportBundle\EventListener\DashboardSubscriber).
Resolving inheritance for "Mautic\ReportBundle\EventListener\DashboardSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\DashboardSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\ReportSubscriber" (parent: .abstract.instanceof.Mautic\ReportBundle\EventListener\ReportSubscriber).
Resolving inheritance for "Mautic\ReportBundle\EventListener\ReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\ReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\SchedulerSubscriber" (parent: .abstract.instanceof.Mautic\ReportBundle\EventListener\SchedulerSubscriber).
Resolving inheritance for "Mautic\ReportBundle\EventListener\SchedulerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\SchedulerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\ReportBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\ReportBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\AggregatorType" (parent: .abstract.instanceof.Mautic\ReportBundle\Form\Type\AggregatorType).
Resolving inheritance for "Mautic\ReportBundle\Form\Type\AggregatorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\AggregatorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\ReportBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\ReportBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\DynamicFiltersType" (parent: .abstract.instanceof.Mautic\ReportBundle\Form\Type\DynamicFiltersType).
Resolving inheritance for "Mautic\ReportBundle\Form\Type\DynamicFiltersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\DynamicFiltersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\FilterSelectorType" (parent: .abstract.instanceof.Mautic\ReportBundle\Form\Type\FilterSelectorType).
Resolving inheritance for "Mautic\ReportBundle\Form\Type\FilterSelectorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\FilterSelectorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ReportFiltersType" (parent: .abstract.instanceof.Mautic\ReportBundle\Form\Type\ReportFiltersType).
Resolving inheritance for "Mautic\ReportBundle\Form\Type\ReportFiltersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ReportFiltersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ReportSettingsType" (parent: .abstract.instanceof.Mautic\ReportBundle\Form\Type\ReportSettingsType).
Resolving inheritance for "Mautic\ReportBundle\Form\Type\ReportSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ReportSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ReportType" (parent: .abstract.instanceof.Mautic\ReportBundle\Form\Type\ReportType).
Resolving inheritance for "Mautic\ReportBundle\Form\Type\ReportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ReportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ReportWidgetType" (parent: .abstract.instanceof.Mautic\ReportBundle\Form\Type\ReportWidgetType).
Resolving inheritance for "Mautic\ReportBundle\Form\Type\ReportWidgetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ReportWidgetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\TableOrderType" (parent: .abstract.instanceof.Mautic\ReportBundle\Form\Type\TableOrderType).
Resolving inheritance for "Mautic\ReportBundle\Form\Type\TableOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\TableOrderType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ReportBundle\Model\ReportModel" (parent: .abstract.instanceof.Mautic\ReportBundle\Model\ReportModel).
Resolving inheritance for "Mautic\ReportBundle\Model\ReportModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ReportBundle\Model\ReportModel).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand" (parent: .abstract.instanceof.Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand).
Resolving inheritance for "Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\Scheduler\EventListener\ReportSchedulerSubscriber" (parent: .abstract.instanceof.Mautic\ReportBundle\Scheduler\EventListener\ReportSchedulerSubscriber).
Resolving inheritance for "Mautic\ReportBundle\Scheduler\EventListener\ReportSchedulerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\Scheduler\EventListener\ReportSchedulerSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ReportBundle\Entity\ReportRepository" (parent: .abstract.instanceof.Mautic\ReportBundle\Entity\ReportRepository).
Resolving inheritance for "Mautic\ReportBundle\Entity\ReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ReportBundle\Entity\ReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ReportBundle\Entity\SchedulerRepository" (parent: .abstract.instanceof.Mautic\ReportBundle\Entity\SchedulerRepository).
Resolving inheritance for "Mautic\ReportBundle\Entity\SchedulerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ReportBundle\Entity\SchedulerRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\SmsBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\SmsBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\SmsBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\SmsBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\SmsBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\SmsBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\SmsBundle\Controller\Api\SmsApiController" (parent: .abstract.instanceof.Mautic\SmsBundle\Controller\Api\SmsApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\SmsBundle\Controller\Api\SmsApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\SmsBundle\Controller\Api\SmsApiController).
Resolving inheritance for "Mautic\SmsBundle\Controller\Api\SmsApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\SmsBundle\Controller\Api\SmsApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\SmsBundle\Controller\ReplyController" (parent: .abstract.instanceof.Mautic\SmsBundle\Controller\ReplyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\SmsBundle\Controller\ReplyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\SmsBundle\Controller\ReplyController).
Resolving inheritance for "Mautic\SmsBundle\Controller\ReplyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\SmsBundle\Controller\ReplyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\SmsBundle\Controller\SmsController" (parent: .abstract.instanceof.Mautic\SmsBundle\Controller\SmsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\SmsBundle\Controller\SmsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\SmsBundle\Controller\SmsController).
Resolving inheritance for "Mautic\SmsBundle\Controller\SmsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\SmsBundle\Controller\SmsController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\BroadcastSubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\BroadcastSubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\BroadcastSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\BroadcastSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\CampaignReplySubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\CampaignReplySubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\CampaignReplySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\CampaignReplySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\CampaignSendSubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\CampaignSendSubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\CampaignSendSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\CampaignSendSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\ChannelSubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\ChannelSubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\ChannelSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\ChannelSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\LeadSubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\MessageQueueSubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\MessageQueueSubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\MessageQueueSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\MessageQueueSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\ReplySubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\ReplySubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\ReplySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\ReplySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\SmsSubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\SmsSubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\SmsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\SmsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\StatsSubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\StopSubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\StopSubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\StopSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\StopSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\TrackingSubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\TrackingSubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\TrackingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\TrackingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\WebhookSubscriber" (parent: .abstract.instanceof.Mautic\SmsBundle\EventListener\WebhookSubscriber).
Resolving inheritance for "Mautic\SmsBundle\EventListener\WebhookSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\WebhookSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\CampaignReplyType" (parent: .abstract.instanceof.Mautic\SmsBundle\Form\Type\CampaignReplyType).
Resolving inheritance for "Mautic\SmsBundle\Form\Type\CampaignReplyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\CampaignReplyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\SmsBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\SmsBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\SmsListType" (parent: .abstract.instanceof.Mautic\SmsBundle\Form\Type\SmsListType).
Resolving inheritance for "Mautic\SmsBundle\Form\Type\SmsListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\SmsListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\SmsSendType" (parent: .abstract.instanceof.Mautic\SmsBundle\Form\Type\SmsSendType).
Resolving inheritance for "Mautic\SmsBundle\Form\Type\SmsSendType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\SmsSendType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\SmsType" (parent: .abstract.instanceof.Mautic\SmsBundle\Form\Type\SmsType).
Resolving inheritance for "Mautic\SmsBundle\Form\Type\SmsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\SmsType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\SmsBundle\Model\SmsModel" (parent: .abstract.instanceof.Mautic\SmsBundle\Model\SmsModel).
Resolving inheritance for "Mautic\SmsBundle\Model\SmsModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\SmsBundle\Model\SmsModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\SmsBundle\Entity\SmsRepository" (parent: .abstract.instanceof.Mautic\SmsBundle\Entity\SmsRepository).
Resolving inheritance for "Mautic\SmsBundle\Entity\SmsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\SmsBundle\Entity\SmsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\SmsBundle\Entity\StatRepository" (parent: .abstract.instanceof.Mautic\SmsBundle\Entity\StatRepository).
Resolving inheritance for "Mautic\SmsBundle\Entity\StatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\SmsBundle\Entity\StatRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\StageBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\StageBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\StageBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\StageBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\StageBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\StageBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\StageBundle\Controller\Api\StageApiController" (parent: .abstract.instanceof.Mautic\StageBundle\Controller\Api\StageApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\StageBundle\Controller\Api\StageApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\StageBundle\Controller\Api\StageApiController).
Resolving inheritance for "Mautic\StageBundle\Controller\Api\StageApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\StageBundle\Controller\Api\StageApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\StageBundle\Controller\StageController" (parent: .abstract.instanceof.Mautic\StageBundle\Controller\StageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\StageBundle\Controller\StageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\StageBundle\Controller\StageController).
Resolving inheritance for "Mautic\StageBundle\Controller\StageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\StageBundle\Controller\StageController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\CampaignSubscriber" (parent: .abstract.instanceof.Mautic\StageBundle\EventListener\CampaignSubscriber).
Resolving inheritance for "Mautic\StageBundle\EventListener\CampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\CampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\DashboardSubscriber" (parent: .abstract.instanceof.Mautic\StageBundle\EventListener\DashboardSubscriber).
Resolving inheritance for "Mautic\StageBundle\EventListener\DashboardSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\DashboardSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.Mautic\StageBundle\EventListener\LeadSubscriber).
Resolving inheritance for "Mautic\StageBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\StageBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\StageBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\StageSubscriber" (parent: .abstract.instanceof.Mautic\StageBundle\EventListener\StageSubscriber).
Resolving inheritance for "Mautic\StageBundle\EventListener\StageSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\StageSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.Mautic\StageBundle\EventListener\StatsSubscriber).
Resolving inheritance for "Mautic\StageBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\GenericStageActionType" (parent: .abstract.instanceof.Mautic\StageBundle\Form\Type\GenericStageActionType).
Resolving inheritance for "Mautic\StageBundle\Form\Type\GenericStageActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\GenericStageActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageActionChangeType" (parent: .abstract.instanceof.Mautic\StageBundle\Form\Type\StageActionChangeType).
Resolving inheritance for "Mautic\StageBundle\Form\Type\StageActionChangeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageActionChangeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageActionListType" (parent: .abstract.instanceof.Mautic\StageBundle\Form\Type\StageActionListType).
Resolving inheritance for "Mautic\StageBundle\Form\Type\StageActionListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageActionListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageActionType" (parent: .abstract.instanceof.Mautic\StageBundle\Form\Type\StageActionType).
Resolving inheritance for "Mautic\StageBundle\Form\Type\StageActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageListType" (parent: .abstract.instanceof.Mautic\StageBundle\Form\Type\StageListType).
Resolving inheritance for "Mautic\StageBundle\Form\Type\StageListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageType" (parent: .abstract.instanceof.Mautic\StageBundle\Form\Type\StageType).
Resolving inheritance for "Mautic\StageBundle\Form\Type\StageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\StageBundle\Model\StageModel" (parent: .abstract.instanceof.Mautic\StageBundle\Model\StageModel).
Resolving inheritance for "Mautic\StageBundle\Model\StageModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\StageBundle\Model\StageModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\StageBundle\Entity\LeadStageLogRepository" (parent: .abstract.instanceof.Mautic\StageBundle\Entity\LeadStageLogRepository).
Resolving inheritance for "Mautic\StageBundle\Entity\LeadStageLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\StageBundle\Entity\LeadStageLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\StageBundle\Entity\StageRepository" (parent: .abstract.instanceof.Mautic\StageBundle\Entity\StageRepository).
Resolving inheritance for "Mautic\StageBundle\Entity\StageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\StageBundle\Entity\StageRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\Api\RoleApiController" (parent: .abstract.instanceof.Mautic\UserBundle\Controller\Api\RoleApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\Api\RoleApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\Api\RoleApiController).
Resolving inheritance for "Mautic\UserBundle\Controller\Api\RoleApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\Api\RoleApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\Api\UserApiController" (parent: .abstract.instanceof.Mautic\UserBundle\Controller\Api\UserApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\Api\UserApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\Api\UserApiController).
Resolving inheritance for "Mautic\UserBundle\Controller\Api\UserApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\Api\UserApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\ProfileController" (parent: .abstract.instanceof.Mautic\UserBundle\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\ProfileController).
Resolving inheritance for "Mautic\UserBundle\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\PublicController" (parent: .abstract.instanceof.Mautic\UserBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\PublicController).
Resolving inheritance for "Mautic\UserBundle\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\RoleController" (parent: .abstract.instanceof.Mautic\UserBundle\Controller\RoleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\RoleController).
Resolving inheritance for "Mautic\UserBundle\Controller\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\RoleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\SecurityController" (parent: .abstract.instanceof.Mautic\UserBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\SecurityController).
Resolving inheritance for "Mautic\UserBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\UserController" (parent: .abstract.instanceof.Mautic\UserBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\UserController).
Resolving inheritance for "Mautic\UserBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\ApiUserSubscriber" (parent: .abstract.instanceof.Mautic\UserBundle\EventListener\ApiUserSubscriber).
Resolving inheritance for "Mautic\UserBundle\EventListener\ApiUserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\ApiUserSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\UserBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\UserBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\PasswordStrengthSubscriber" (parent: .abstract.instanceof.Mautic\UserBundle\EventListener\PasswordStrengthSubscriber).
Resolving inheritance for "Mautic\UserBundle\EventListener\PasswordStrengthSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\PasswordStrengthSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\PasswordSubscriber" (parent: .abstract.instanceof.Mautic\UserBundle\EventListener\PasswordSubscriber).
Resolving inheritance for "Mautic\UserBundle\EventListener\PasswordSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\PasswordSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.Mautic\UserBundle\EventListener\SearchSubscriber).
Resolving inheritance for "Mautic\UserBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\SecuritySubscriber" (parent: .abstract.instanceof.Mautic\UserBundle\EventListener\SecuritySubscriber).
Resolving inheritance for "Mautic\UserBundle\EventListener\SecuritySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\SecuritySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\UserSubscriber" (parent: .abstract.instanceof.Mautic\UserBundle\EventListener\UserSubscriber).
Resolving inheritance for "Mautic\UserBundle\EventListener\UserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\UserSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\UserBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\UserBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\ContactType" (parent: .abstract.instanceof.Mautic\UserBundle\Form\Type\ContactType).
Resolving inheritance for "Mautic\UserBundle\Form\Type\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\PasswordResetConfirmType" (parent: .abstract.instanceof.Mautic\UserBundle\Form\Type\PasswordResetConfirmType).
Resolving inheritance for "Mautic\UserBundle\Form\Type\PasswordResetConfirmType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\PasswordResetConfirmType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\PasswordResetType" (parent: .abstract.instanceof.Mautic\UserBundle\Form\Type\PasswordResetType).
Resolving inheritance for "Mautic\UserBundle\Form\Type\PasswordResetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\PasswordResetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\PermissionListType" (parent: .abstract.instanceof.Mautic\UserBundle\Form\Type\PermissionListType).
Resolving inheritance for "Mautic\UserBundle\Form\Type\PermissionListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\PermissionListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\PermissionsType" (parent: .abstract.instanceof.Mautic\UserBundle\Form\Type\PermissionsType).
Resolving inheritance for "Mautic\UserBundle\Form\Type\PermissionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\PermissionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\RoleListType" (parent: .abstract.instanceof.Mautic\UserBundle\Form\Type\RoleListType).
Resolving inheritance for "Mautic\UserBundle\Form\Type\RoleListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\RoleListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\RoleType" (parent: .abstract.instanceof.Mautic\UserBundle\Form\Type\RoleType).
Resolving inheritance for "Mautic\UserBundle\Form\Type\RoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\RoleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\UserListType" (parent: .abstract.instanceof.Mautic\UserBundle\Form\Type\UserListType).
Resolving inheritance for "Mautic\UserBundle\Form\Type\UserListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\UserListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\UserPreferencesType" (parent: .abstract.instanceof.Mautic\UserBundle\Form\Type\UserPreferencesType).
Resolving inheritance for "Mautic\UserBundle\Form\Type\UserPreferencesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\UserPreferencesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\UserType" (parent: .abstract.instanceof.Mautic\UserBundle\Form\Type\UserType).
Resolving inheritance for "Mautic\UserBundle\Form\Type\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\UserBundle\Form\Validator\Constraints\NotWeakValidator" (parent: .abstract.instanceof.Mautic\UserBundle\Form\Validator\Constraints\NotWeakValidator).
Resolving inheritance for "Mautic\UserBundle\Form\Validator\Constraints\NotWeakValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\UserBundle\Form\Validator\Constraints\NotWeakValidator).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\UserBundle\Model\RoleModel" (parent: .abstract.instanceof.Mautic\UserBundle\Model\RoleModel).
Resolving inheritance for "Mautic\UserBundle\Model\RoleModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\UserBundle\Model\RoleModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\UserBundle\Model\UserModel" (parent: .abstract.instanceof.Mautic\UserBundle\Model\UserModel).
Resolving inheritance for "Mautic\UserBundle\Model\UserModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\UserBundle\Model\UserModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\UserBundle\Entity\PermissionRepository" (parent: .abstract.instanceof.Mautic\UserBundle\Entity\PermissionRepository).
Resolving inheritance for "Mautic\UserBundle\Entity\PermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\UserBundle\Entity\PermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\UserBundle\Entity\RoleRepository" (parent: .abstract.instanceof.Mautic\UserBundle\Entity\RoleRepository).
Resolving inheritance for "Mautic\UserBundle\Entity\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\UserBundle\Entity\RoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\UserBundle\Entity\UserRepository" (parent: .abstract.instanceof.Mautic\UserBundle\Entity\UserRepository).
Resolving inheritance for "Mautic\UserBundle\Entity\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\UserBundle\Entity\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\UserBundle\Entity\UserTokenRepository" (parent: .abstract.instanceof.Mautic\UserBundle\Entity\UserTokenRepository).
Resolving inheritance for "Mautic\UserBundle\Entity\UserTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\UserBundle\Entity\UserTokenRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LightSaml\SpBundle\Controller\DefaultController" (parent: .abstract.instanceof.LightSaml\SpBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LightSaml\SpBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LightSaml\SpBundle\Controller\DefaultController).
Resolving inheritance for "LightSaml\SpBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LightSaml\SpBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\WebhookBundle\Command\DeleteWebhookLogsCommand" (parent: .abstract.instanceof.Mautic\WebhookBundle\Command\DeleteWebhookLogsCommand).
Resolving inheritance for "Mautic\WebhookBundle\Command\DeleteWebhookLogsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\WebhookBundle\Command\DeleteWebhookLogsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\WebhookBundle\Command\ProcessWebhookQueuesCommand" (parent: .abstract.instanceof.Mautic\WebhookBundle\Command\ProcessWebhookQueuesCommand).
Resolving inheritance for "Mautic\WebhookBundle\Command\ProcessWebhookQueuesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\WebhookBundle\Command\ProcessWebhookQueuesCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\WebhookBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\WebhookBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\WebhookBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\WebhookBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\WebhookBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\WebhookBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\WebhookBundle\Controller\Api\WebhookApiController" (parent: .abstract.instanceof.Mautic\WebhookBundle\Controller\Api\WebhookApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\WebhookBundle\Controller\Api\WebhookApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\WebhookBundle\Controller\Api\WebhookApiController).
Resolving inheritance for "Mautic\WebhookBundle\Controller\Api\WebhookApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\WebhookBundle\Controller\Api\WebhookApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\WebhookBundle\Controller\WebhookController" (parent: .abstract.instanceof.Mautic\WebhookBundle\Controller\WebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\WebhookBundle\Controller\WebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\WebhookBundle\Controller\WebhookController).
Resolving inheritance for "Mautic\WebhookBundle\Controller\WebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\WebhookBundle\Controller\WebhookController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\WebhookBundle\EventListener\CampaignSubscriber" (parent: .abstract.instanceof.Mautic\WebhookBundle\EventListener\CampaignSubscriber).
Resolving inheritance for "Mautic\WebhookBundle\EventListener\CampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\WebhookBundle\EventListener\CampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\WebhookBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.Mautic\WebhookBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "Mautic\WebhookBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\WebhookBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\WebhookBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.Mautic\WebhookBundle\EventListener\StatsSubscriber).
Resolving inheritance for "Mautic\WebhookBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\WebhookBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\WebhookBundle\EventListener\WebhookSubscriber" (parent: .abstract.instanceof.Mautic\WebhookBundle\EventListener\WebhookSubscriber).
Resolving inheritance for "Mautic\WebhookBundle\EventListener\WebhookSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\WebhookBundle\EventListener\WebhookSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\WebhookBundle\Form\Type\CampaignEventSendWebhookType" (parent: .abstract.instanceof.Mautic\WebhookBundle\Form\Type\CampaignEventSendWebhookType).
Resolving inheritance for "Mautic\WebhookBundle\Form\Type\CampaignEventSendWebhookType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\WebhookBundle\Form\Type\CampaignEventSendWebhookType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\WebhookBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.Mautic\WebhookBundle\Form\Type\ConfigType).
Resolving inheritance for "Mautic\WebhookBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\WebhookBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\WebhookBundle\Form\Type\WebhookType" (parent: .abstract.instanceof.Mautic\WebhookBundle\Form\Type\WebhookType).
Resolving inheritance for "Mautic\WebhookBundle\Form\Type\WebhookType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\WebhookBundle\Form\Type\WebhookType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\WebhookBundle\Model\WebhookModel" (parent: .abstract.instanceof.Mautic\WebhookBundle\Model\WebhookModel).
Resolving inheritance for "Mautic\WebhookBundle\Model\WebhookModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\WebhookBundle\Model\WebhookModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\WebhookBundle\Entity\EventRepository" (parent: .abstract.instanceof.Mautic\WebhookBundle\Entity\EventRepository).
Resolving inheritance for "Mautic\WebhookBundle\Entity\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\WebhookBundle\Entity\EventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\WebhookBundle\Entity\LogRepository" (parent: .abstract.instanceof.Mautic\WebhookBundle\Entity\LogRepository).
Resolving inheritance for "Mautic\WebhookBundle\Entity\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\WebhookBundle\Entity\LogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\WebhookBundle\Entity\WebhookQueueRepository" (parent: .abstract.instanceof.Mautic\WebhookBundle\Entity\WebhookQueueRepository).
Resolving inheritance for "Mautic\WebhookBundle\Entity\WebhookQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\WebhookBundle\Entity\WebhookQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\WebhookBundle\Entity\WebhookRepository" (parent: .abstract.instanceof.Mautic\WebhookBundle\Entity\WebhookRepository).
Resolving inheritance for "Mautic\WebhookBundle\Entity\WebhookRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\WebhookBundle\Entity\WebhookRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CacheBundle\Cache\Adapter\RedisAdapter" (parent: .abstract.instanceof.Mautic\CacheBundle\Cache\Adapter\RedisAdapter).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Mautic\CacheBundle\Cache\Adapter\RedisAdapter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CacheBundle\Cache\Adapter\RedisAdapter).
Resolving inheritance for "Mautic\CacheBundle\Cache\Adapter\RedisAdapter" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Mautic\CacheBundle\Cache\Adapter\RedisAdapter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CacheBundle\Cache\Adapter\RedisTagAwareAdapter" (parent: .abstract.instanceof.Mautic\CacheBundle\Cache\Adapter\RedisTagAwareAdapter).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Mautic\CacheBundle\Cache\Adapter\RedisTagAwareAdapter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CacheBundle\Cache\Adapter\RedisTagAwareAdapter).
Resolving inheritance for "Mautic\CacheBundle\Cache\Adapter\RedisTagAwareAdapter" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Mautic\CacheBundle\Cache\Adapter\RedisTagAwareAdapter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CacheBundle\Command\ClearCacheCommand" (parent: .abstract.instanceof.Mautic\CacheBundle\Command\ClearCacheCommand).
Resolving inheritance for "Mautic\CacheBundle\Command\ClearCacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CacheBundle\Command\ClearCacheCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterHashtagsCommand" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterHashtagsCommand).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Command\MonitorTwitterHashtagsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterHashtagsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterMentionsCommand" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterMentionsCommand).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Command\MonitorTwitterMentionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterMentionsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\AjaxController" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\AjaxController).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\JsController" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Controller\JsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\JsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\JsController).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Controller\JsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\JsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\MonitoringController" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Controller\MonitoringController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\MonitoringController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\MonitoringController).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Controller\MonitoringController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\MonitoringController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\TweetController" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Controller\TweetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\TweetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\TweetController).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Controller\TweetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\TweetController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\CampaignSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\EventListener\CampaignSubscriber).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\EventListener\CampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\CampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\ChannelSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\EventListener\ChannelSubscriber).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\EventListener\ChannelSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\ChannelSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\ConfigSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\EventListener\ConfigSubscriber).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\EventListener\ConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\ConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\FormSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\EventListener\FormSubscriber).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\EventListener\FormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\FormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\EventListener\StatsSubscriber).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\ConfigType" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\ConfigType).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Form\Type\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\ConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\FacebookType" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\FacebookType).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Form\Type\FacebookType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\FacebookType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\MonitoringType" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\MonitoringType).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Form\Type\MonitoringType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\MonitoringType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\SocialLoginType" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\SocialLoginType).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Form\Type\SocialLoginType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\SocialLoginType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TweetListType" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TweetListType).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Form\Type\TweetListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TweetListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TweetSendType" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TweetSendType).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Form\Type\TweetSendType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TweetSendType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TweetType" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TweetType).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Form\Type\TweetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TweetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterAbstractType" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TwitterAbstractType).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Form\Type\TwitterAbstractType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterAbstractType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterCustomType" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TwitterCustomType).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Form\Type\TwitterCustomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterCustomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterHashtagType" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TwitterHashtagType).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Form\Type\TwitterHashtagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterHashtagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterMentionType" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TwitterMentionType).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Form\Type\TwitterMentionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterMentionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterType" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TwitterType).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Form\Type\TwitterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticSocialBundle\Model\MonitoringModel" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Model\MonitoringModel).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Model\MonitoringModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticSocialBundle\Model\MonitoringModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticSocialBundle\Model\PostCountModel" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Model\PostCountModel).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Model\PostCountModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticSocialBundle\Model\PostCountModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticSocialBundle\Model\TweetModel" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Model\TweetModel).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Model\TweetModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticSocialBundle\Model\TweetModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\LeadRepository" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Entity\LeadRepository).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Entity\LeadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\LeadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\MonitoringRepository" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Entity\MonitoringRepository).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Entity\MonitoringRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\MonitoringRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\PostCountRepository" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Entity\PostCountRepository).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Entity\PostCountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\PostCountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\TweetRepository" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Entity\TweetRepository).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Entity\TweetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\TweetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\TweetStatRepository" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Entity\TweetStatRepository).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Entity\TweetStatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\TweetStatRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFocusBundle\Controller\AjaxController" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFocusBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFocusBundle\Controller\AjaxController).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFocusBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFocusBundle\Controller\FocusController" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Controller\FocusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFocusBundle\Controller\FocusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFocusBundle\Controller\FocusController).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Controller\FocusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFocusBundle\Controller\FocusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFocusBundle\Controller\PublicController" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFocusBundle\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFocusBundle\Controller\PublicController).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFocusBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\CampaignSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\CampaignSubscriber).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\EventListener\CampaignSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\CampaignSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\FocusSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\FocusSubscriber).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\EventListener\FocusSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\FocusSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\FormSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\FormSubscriber).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\EventListener\FormSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\FormSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\LeadSubscriber).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\PageSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\PageSubscriber).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\EventListener\PageSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\PageSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\ReportSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\ReportSubscriber).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\EventListener\ReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\ReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\SearchSubscriber).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\StatSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\StatSubscriber).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\EventListener\StatSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\StatSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\StatsSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\StatsSubscriber).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\EventListener\StatsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\StatsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\ColorType" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\ColorType).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Form\Type\ColorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\ColorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\ContentType" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\ContentType).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Form\Type\ContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\ContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\FocusListType" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\FocusListType).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Form\Type\FocusListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\FocusListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\FocusPropertiesType" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\FocusPropertiesType).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Form\Type\FocusPropertiesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\FocusPropertiesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\FocusShowType" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\FocusShowType).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Form\Type\FocusShowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\FocusShowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\FocusType" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\FocusType).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Form\Type\FocusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\FocusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\PropertiesType" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\PropertiesType).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Form\Type\PropertiesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\PropertiesType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticFocusBundle\Model\FocusModel" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Model\FocusModel).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Model\FocusModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticFocusBundle\Model\FocusModel).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.MauticPlugin\MauticFocusBundle\Twig\Extension\FocusBundleExtension" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Twig\Extension\FocusBundleExtension).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Twig\Extension\FocusBundleExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.MauticPlugin\MauticFocusBundle\Twig\Extension\FocusBundleExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticFocusBundle\Entity\FocusRepository" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Entity\FocusRepository).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Entity\FocusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticFocusBundle\Entity\FocusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticFocusBundle\Entity\StatRepository" (parent: .abstract.instanceof.MauticPlugin\MauticFocusBundle\Entity\StatRepository).
Resolving inheritance for "MauticPlugin\MauticFocusBundle\Entity\StatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticFocusBundle\Entity\StatRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFullContactBundle\Controller\FullContactController" (parent: .abstract.instanceof.MauticPlugin\MauticFullContactBundle\Controller\FullContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFullContactBundle\Controller\FullContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFullContactBundle\Controller\FullContactController).
Resolving inheritance for "MauticPlugin\MauticFullContactBundle\Controller\FullContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFullContactBundle\Controller\FullContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFullContactBundle\Controller\PublicController" (parent: .abstract.instanceof.MauticPlugin\MauticFullContactBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFullContactBundle\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFullContactBundle\Controller\PublicController).
Resolving inheritance for "MauticPlugin\MauticFullContactBundle\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFullContactBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFullContactBundle\EventListener\ButtonSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticFullContactBundle\EventListener\ButtonSubscriber).
Resolving inheritance for "MauticPlugin\MauticFullContactBundle\EventListener\ButtonSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFullContactBundle\EventListener\ButtonSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFullContactBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticFullContactBundle\EventListener\LeadSubscriber).
Resolving inheritance for "MauticPlugin\MauticFullContactBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFullContactBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFullContactBundle\Form\Type\BatchLookupType" (parent: .abstract.instanceof.MauticPlugin\MauticFullContactBundle\Form\Type\BatchLookupType).
Resolving inheritance for "MauticPlugin\MauticFullContactBundle\Form\Type\BatchLookupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFullContactBundle\Form\Type\BatchLookupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFullContactBundle\Form\Type\LookupType" (parent: .abstract.instanceof.MauticPlugin\MauticFullContactBundle\Form\Type\LookupType).
Resolving inheritance for "MauticPlugin\MauticFullContactBundle\Form\Type\LookupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFullContactBundle\Form\Type\LookupType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController" (parent: .abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController).
Resolving inheritance for "MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController" (parent: .abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController).
Resolving inheritance for "MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\AssetsSubscriber" (parent: .abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\AssetsSubscriber).
Resolving inheritance for "MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\AssetsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\AssetsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\EmailSubscriber" (parent: .abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\EmailSubscriber).
Resolving inheritance for "MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\EmailSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\EmailSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\InjectCustomContentSubscriber" (parent: .abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\InjectCustomContentSubscriber).
Resolving inheritance for "MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\InjectCustomContentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\InjectCustomContentSubscriber).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\SerializerSubscriber" (parent: .abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\SerializerSubscriber).
Resolving inheritance for "MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\SerializerSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\SerializerSubscriber).
Resolving inheritance for ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\IntegrationInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\GrapesJsBuilderIntegration" (parent: .abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Integration\GrapesJsBuilderIntegration).
Resolving inheritance for ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\BasicInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\GrapesJsBuilderIntegration" (parent: .instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\IntegrationInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\GrapesJsBuilderIntegration).
Resolving inheritance for "MauticPlugin\GrapesJsBuilderBundle\Integration\GrapesJsBuilderIntegration" (parent: .instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\BasicInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\GrapesJsBuilderIntegration).
Resolving inheritance for ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\IntegrationInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\BuilderSupport" (parent: .abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\BuilderSupport).
Resolving inheritance for ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\BasicInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\BuilderSupport" (parent: .instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\IntegrationInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\BuilderSupport).
Resolving inheritance for ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\BuilderInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\BuilderSupport" (parent: .instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\BasicInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\BuilderSupport).
Resolving inheritance for "MauticPlugin\GrapesJsBuilderBundle\Integration\Support\BuilderSupport" (parent: .instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\BuilderInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\BuilderSupport).
Resolving inheritance for ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\IntegrationInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\ConfigSupport" (parent: .abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\ConfigSupport).
Resolving inheritance for ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\BasicInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\ConfigSupport" (parent: .instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\IntegrationInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\ConfigSupport).
Resolving inheritance for ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\ConfigFormInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\ConfigSupport" (parent: .instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\BasicInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\ConfigSupport).
Resolving inheritance for "MauticPlugin\GrapesJsBuilderBundle\Integration\Support\ConfigSupport" (parent: .instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\ConfigFormInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\ConfigSupport).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\GrapesJsBuilderBundle\Model\GrapesJsBuilderModel" (parent: .abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Model\GrapesJsBuilderModel).
Resolving inheritance for "MauticPlugin\GrapesJsBuilderBundle\Model\GrapesJsBuilderModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\GrapesJsBuilderBundle\Model\GrapesJsBuilderModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\GrapesJsBuilderBundle\Entity\GrapesJsBuilderRepository" (parent: .abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Entity\GrapesJsBuilderRepository).
Resolving inheritance for "MauticPlugin\GrapesJsBuilderBundle\Entity\GrapesJsBuilderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\GrapesJsBuilderBundle\Entity\GrapesJsBuilderRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController" (parent: .abstract.instanceof.MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController).
Resolving inheritance for "MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticTagManagerBundle\Controller\TagController" (parent: .abstract.instanceof.MauticPlugin\MauticTagManagerBundle\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticTagManagerBundle\Controller\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticTagManagerBundle\Controller\TagController).
Resolving inheritance for "MauticPlugin\MauticTagManagerBundle\Controller\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticTagManagerBundle\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticTagManagerBundle\EventListener\SearchSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticTagManagerBundle\EventListener\SearchSubscriber).
Resolving inheritance for "MauticPlugin\MauticTagManagerBundle\EventListener\SearchSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticTagManagerBundle\EventListener\SearchSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticTagManagerBundle\Form\Type\BatchTagType" (parent: .abstract.instanceof.MauticPlugin\MauticTagManagerBundle\Form\Type\BatchTagType).
Resolving inheritance for "MauticPlugin\MauticTagManagerBundle\Form\Type\BatchTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticTagManagerBundle\Form\Type\BatchTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticTagManagerBundle\Form\Type\TagEntityType" (parent: .abstract.instanceof.MauticPlugin\MauticTagManagerBundle\Form\Type\TagEntityType).
Resolving inheritance for "MauticPlugin\MauticTagManagerBundle\Form\Type\TagEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticTagManagerBundle\Form\Type\TagEntityType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticTagManagerBundle\Model\TagModel" (parent: .abstract.instanceof.MauticPlugin\MauticTagManagerBundle\Model\TagModel).
Resolving inheritance for "MauticPlugin\MauticTagManagerBundle\Model\TagModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticTagManagerBundle\Model\TagModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticTagManagerBundle\Entity\TagRepository" (parent: .abstract.instanceof.MauticPlugin\MauticTagManagerBundle\Entity\TagRepository).
Resolving inheritance for "MauticPlugin\MauticTagManagerBundle\Entity\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticTagManagerBundle\Entity\TagRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticClearbitBundle\Controller\ClearbitController" (parent: .abstract.instanceof.MauticPlugin\MauticClearbitBundle\Controller\ClearbitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticClearbitBundle\Controller\ClearbitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticClearbitBundle\Controller\ClearbitController).
Resolving inheritance for "MauticPlugin\MauticClearbitBundle\Controller\ClearbitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticClearbitBundle\Controller\ClearbitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticClearbitBundle\Controller\PublicController" (parent: .abstract.instanceof.MauticPlugin\MauticClearbitBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticClearbitBundle\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticClearbitBundle\Controller\PublicController).
Resolving inheritance for "MauticPlugin\MauticClearbitBundle\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticClearbitBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticClearbitBundle\EventListener\ButtonSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticClearbitBundle\EventListener\ButtonSubscriber).
Resolving inheritance for "MauticPlugin\MauticClearbitBundle\EventListener\ButtonSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticClearbitBundle\EventListener\ButtonSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticClearbitBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticClearbitBundle\EventListener\LeadSubscriber).
Resolving inheritance for "MauticPlugin\MauticClearbitBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticClearbitBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticClearbitBundle\Form\Type\BatchLookupType" (parent: .abstract.instanceof.MauticPlugin\MauticClearbitBundle\Form\Type\BatchLookupType).
Resolving inheritance for "MauticPlugin\MauticClearbitBundle\Form\Type\BatchLookupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticClearbitBundle\Form\Type\BatchLookupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticClearbitBundle\Form\Type\LookupType" (parent: .abstract.instanceof.MauticPlugin\MauticClearbitBundle\Form\Type\LookupType).
Resolving inheritance for "MauticPlugin\MauticClearbitBundle\Form\Type\LookupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticClearbitBundle\Form\Type\LookupType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticCloudStorageBundle\EventListener\RemoteAssetBrowseSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticCloudStorageBundle\EventListener\RemoteAssetBrowseSubscriber).
Resolving inheritance for "MauticPlugin\MauticCloudStorageBundle\EventListener\RemoteAssetBrowseSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticCloudStorageBundle\EventListener\RemoteAssetBrowseSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticEmailMarketingBundle\Form\Type\ConstantContactType" (parent: .abstract.instanceof.MauticPlugin\MauticEmailMarketingBundle\Form\Type\ConstantContactType).
Resolving inheritance for "MauticPlugin\MauticEmailMarketingBundle\Form\Type\ConstantContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticEmailMarketingBundle\Form\Type\ConstantContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticEmailMarketingBundle\Form\Type\IcontactType" (parent: .abstract.instanceof.MauticPlugin\MauticEmailMarketingBundle\Form\Type\IcontactType).
Resolving inheritance for "MauticPlugin\MauticEmailMarketingBundle\Form\Type\IcontactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticEmailMarketingBundle\Form\Type\IcontactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticEmailMarketingBundle\Form\Type\MailchimpType" (parent: .abstract.instanceof.MauticPlugin\MauticEmailMarketingBundle\Form\Type\MailchimpType).
Resolving inheritance for "MauticPlugin\MauticEmailMarketingBundle\Form\Type\MailchimpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticEmailMarketingBundle\Form\Type\MailchimpType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticCrmBundle\Controller\PublicController" (parent: .abstract.instanceof.MauticPlugin\MauticCrmBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticCrmBundle\Controller\PublicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticCrmBundle\Controller\PublicController).
Resolving inheritance for "MauticPlugin\MauticCrmBundle\Controller\PublicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticCrmBundle\Controller\PublicController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticCrmBundle\EventListener\LeadListSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticCrmBundle\EventListener\LeadListSubscriber).
Resolving inheritance for "MauticPlugin\MauticCrmBundle\EventListener\LeadListSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticCrmBundle\EventListener\LeadListSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticCrmBundle\EventListener\PluginSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticCrmBundle\EventListener\PluginSubscriber).
Resolving inheritance for "MauticPlugin\MauticCrmBundle\EventListener\PluginSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticCrmBundle\EventListener\PluginSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticCrmBundle\Form\Type\IntegrationCampaignsTaskType" (parent: .abstract.instanceof.MauticPlugin\MauticCrmBundle\Form\Type\IntegrationCampaignsTaskType).
Resolving inheritance for "MauticPlugin\MauticCrmBundle\Form\Type\IntegrationCampaignsTaskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticCrmBundle\Form\Type\IntegrationCampaignsTaskType).
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_listener" (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_schedule" (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_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 "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (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.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
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.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mautic" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.chrome" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.unbuffered" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.unbuffered" (parent: doctrine.dbal.debug_middleware).
123
Removing service-argument resolver for controller "MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticClearbitBundle\Controller\ClearbitController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticClearbitBundle\Controller\PublicController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticCrmBundle\Controller\PublicController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticFocusBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticFocusBundle\Controller\FocusController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticFocusBundle\Controller\PublicController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticFullContactBundle\Controller\FullContactController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticFullContactBundle\Controller\PublicController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticSocialBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticSocialBundle\Controller\JsController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticSocialBundle\Controller\MonitoringController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticSocialBundle\Controller\TweetController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "MauticPlugin\MauticTagManagerBundle\Controller\TagController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\ApiBundle\Controller\ClientController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\ApiBundle\Controller\oAuth2\SecurityController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\AssetBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\AssetBundle\Controller\AssetController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\AssetBundle\Controller\PublicController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CampaignBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CampaignBundle\Controller\CampaignController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CampaignBundle\Controller\EventController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CampaignBundle\Controller\SourceController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CategoryBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CategoryBundle\Controller\BatchContactController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CategoryBundle\Controller\CategoryController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\ChannelBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\ChannelBundle\Controller\BatchContactController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\ChannelBundle\Controller\MessageController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\ConfigBundle\Controller\ConfigController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\ConfigBundle\Controller\SysinfoController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CoreBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CoreBundle\Controller\CommonController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CoreBundle\Controller\DefaultController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CoreBundle\Controller\ExceptionController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CoreBundle\Controller\FileController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CoreBundle\Controller\FormController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CoreBundle\Controller\JsController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\CoreBundle\Controller\ThemeController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\DashboardBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\DashboardBundle\Controller\DashboardController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\DynamicContentBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\DynamicContentBundle\Controller\DynamicContentApiController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\DynamicContentBundle\Controller\DynamicContentController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\EmailBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\EmailBundle\Controller\BatchEmailController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\EmailBundle\Controller\EmailController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\EmailBundle\Controller\PublicController::addNotification": no corresponding services exist for the referenced types.
Removing method "setDoNotContactModel" of service "Mautic\EmailBundle\Controller\PublicController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStackObject" of service "Mautic\EmailBundle\Controller\PublicController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Mautic\FormBundle\Controller\ActionController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\FormBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\FormBundle\Controller\FieldController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\FormBundle\Controller\FormController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\FormBundle\Controller\PublicController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\FormBundle\Controller\ResultController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\InstallBundle\Controller\InstallController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\IntegrationsBundle\Controller\AuthController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\IntegrationsBundle\Controller\ConfigController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\IntegrationsBundle\Controller\FieldPaginationController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\IntegrationsBundle\Controller\UpdateFieldController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\LeadBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing method "setRequestStack" of service "Mautic\LeadBundle\Controller\Api\CompanyApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDoNotContactModel" of service "Mautic\LeadBundle\Controller\Api\LeadApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStack" of service "Mautic\LeadBundle\Controller\Api\LeadApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStackLeadDetailsTrait" of service "Mautic\LeadBundle\Controller\Api\LeadApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStackObject" of service "Mautic\LeadBundle\Controller\Api\LeadApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Mautic\LeadBundle\Controller\AuditlogController::addNotification": no corresponding services exist for the referenced types.
Removing method "setRequestStackLeadDetailsTrait" of service "Mautic\LeadBundle\Controller\AuditlogController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Mautic\LeadBundle\Controller\BatchSegmentController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\LeadBundle\Controller\CompanyController::addNotification": no corresponding services exist for the referenced types.
Removing method "setRequestStackLeadDetailsTrait" of service "Mautic\LeadBundle\Controller\CompanyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Mautic\LeadBundle\Controller\FieldController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\LeadBundle\Controller\ImportController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\LeadBundle\Controller\LeadController::addNotification": no corresponding services exist for the referenced types.
Removing method "setDoNotContactModel" of service "Mautic\LeadBundle\Controller\LeadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStackLeadDetailsTrait" of service "Mautic\LeadBundle\Controller\LeadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRequestStackObject" of service "Mautic\LeadBundle\Controller\LeadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Mautic\LeadBundle\Controller\ListController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\LeadBundle\Controller\NoteController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\LeadBundle\Controller\TimelineController::addNotification": no corresponding services exist for the referenced types.
Removing method "setRequestStackLeadDetailsTrait" of service "Mautic\LeadBundle\Controller\TimelineController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Mautic\MarketplaceBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\MarketplaceBundle\Controller\CacheController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\MarketplaceBundle\Controller\Package\DetailController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\MarketplaceBundle\Controller\Package\InstallController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\MarketplaceBundle\Controller\Package\ListController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\MarketplaceBundle\Controller\Package\RemoveController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\MessengerBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\NotificationBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\NotificationBundle\Controller\AppCallbackController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\NotificationBundle\Controller\JsController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\NotificationBundle\Controller\MobileNotificationController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\NotificationBundle\Controller\NotificationController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\NotificationBundle\Controller\PopupController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\PageBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\PageBundle\Controller\PageController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\PageBundle\Controller\PublicController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\PluginBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\PluginBundle\Controller\AuthController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\PluginBundle\Controller\PluginController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\PointBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\PointBundle\Controller\GroupController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\PointBundle\Controller\PointController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\PointBundle\Controller\TriggerController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\PointBundle\Controller\TriggerController::newAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\PointBundle\Controller\TriggerEventController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\ReportBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\ReportBundle\Controller\ReportController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\ReportBundle\Controller\ScheduleController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\SmsBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\SmsBundle\Controller\SmsController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\StageBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\StageBundle\Controller\StageController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\UserBundle\Controller\ProfileController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\UserBundle\Controller\PublicController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\UserBundle\Controller\RoleController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\UserBundle\Controller\SecurityController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\UserBundle\Controller\UserController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\WebhookBundle\Controller\AjaxController::addNotification": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mautic\WebhookBundle\Controller\WebhookController::addNotification": no corresponding services exist for the referenced types.
616
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 "Psr\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\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; 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\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; 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\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; 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 "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; 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 "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; 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 "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; 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 ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine_result_cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine_result_cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineResultCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine_result_cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineResultCache"; reason: private alias.
Removed service "SessionHandlerInterface"; 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 "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; 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\Bundle\SecurityBundle\Security"; 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 "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.user_provider"; 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.dev"; reason: private alias.
Removed service "security.user_checker.dev"; reason: private alias.
Removed service "security.authentication.session_strategy.login"; reason: private alias.
Removed service "security.user_checker.login"; reason: private alias.
Removed service "security.authentication.session_strategy.sso_login"; reason: private alias.
Removed service "security.user_checker.sso_login"; reason: private alias.
Removed service "security.authentication.session_strategy.saml_login"; reason: private alias.
Removed service "security.user_checker.saml_login"; reason: private alias.
Removed service "security.authentication.session_strategy.saml_discovery"; reason: private alias.
Removed service "security.user_checker.saml_discovery"; reason: private alias.
Removed service "security.authentication.session_strategy.oauth2_area"; reason: private alias.
Removed service "security.user_checker.oauth2_area"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.authentication.session_strategy.public"; reason: private alias.
Removed service "security.user_checker.public"; 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 "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; 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\DBAL\Connection $unbufferedConnection"; 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 "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "FOS\OAuthServerBundle\Model\ClientManagerInterface"; reason: private alias.
Removed service "FOS\OAuthServerBundle\Model\AccessTokenManagerInterface"; reason: private alias.
Removed service "FOS\OAuthServerBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "FOS\OAuthServerBundle\Model\AuthCodeManagerInterface"; reason: private alias.
Removed service "fos_oauth_server.storage"; reason: private alias.
Removed service "fos_oauth_server.client_manager"; reason: private alias.
Removed service "fos_oauth_server.access_token_manager"; reason: private alias.
Removed service "fos_oauth_server.refresh_token_manager"; reason: private alias.
Removed service "fos_oauth_server.auth_code_manager"; reason: private alias.
Removed service "fos_oauth_server.user_provider"; reason: private alias.
Removed service "fos_oauth_server.authorize.form.handler"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.union_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "lightsaml.store.request"; reason: private alias.
Removed service "lightsaml.store.id_state"; reason: private alias.
Removed service "LightSaml\SpBundle\Security\User\UsernameMapperInterface"; reason: private alias.
Removed service "LightSaml\Provider\TimeProvider\TimeProviderInterface"; reason: private alias.
Removed service "LightSaml\Builder\Profile\WebBrowserSso\Sp\SsoSpSendAuthnRequestProfileBuilderFactory"; reason: private alias.
Removed service "LightSaml\Builder\Profile\WebBrowserSso\Sp\SsoSpReceiveResponseProfileBuilder"; reason: private alias.
Removed service "LightSaml\Builder\Profile\Metadata\MetadataProfileBuilder"; reason: private alias.
Removed service "FM\ElfinderBundle\Loader\ElFinderLoader"; reason: private alias.
Removed service "fm_elfinder.configurator"; reason: private alias.
Removed service "Exercise\HTMLPurifierBundle\HTMLPurifiersRegistryInterface"; reason: private alias.
Removed service "HTMLPurifier"; reason: private alias.
Removed service "Mautic\CoreBundle\Factory\PageHelperFactoryInterface"; reason: private alias.
Removed service "Mautic\CoreBundle\Helper\HashHelper\HashHelperInterface"; reason: private alias.
Removed service "Mautic\CoreBundle\Helper\RandomHelper\RandomHelperInterface"; reason: private alias.
Removed service "Mautic\CoreBundle\Helper\ThemeHelperInterface"; reason: private alias.
Removed service "Mautic\CoreBundle\Helper\Tree\NodeFormatterInterface"; reason: private alias.
Removed service "Mautic\CoreBundle\IpLookup\DoNotSellList\DoNotSellListInterface"; reason: private alias.
Removed service "Mautic\CoreBundle\Service\BulkNotificationInterface"; reason: private alias.
Removed service "Mautic\CoreBundle\Service\SearchCommandListInterface"; reason: private alias.
Removed service "Mautic\EmailBundle\Helper\EmailConfigInterface"; reason: private alias.
Removed service "Mautic\FormBundle\Collector\AlreadyMappedFieldCollectorInterface"; reason: private alias.
Removed service "Mautic\FormBundle\Collector\FieldCollectorInterface"; reason: private alias.
Removed service "Mautic\FormBundle\Collector\MappedObjectCollectorInterface"; reason: private alias.
Removed service "Mautic\FormBundle\Collector\ObjectCollectorInterface"; reason: private alias.
Removed service "Mautic\IntegrationsBundle\Sync\SyncDataExchange\Internal\Executioner\FieldValidatorInterface"; reason: private alias.
Removed service "Mautic\IntegrationsBundle\Sync\SyncDataExchange\Internal\Executioner\ReferenceResolverInterface"; reason: private alias.
Removed service "Mautic\IntegrationsBundle\Sync\SyncDataExchange\SyncDataExchangeInterface"; reason: private alias.
Removed service "Mautic\IntegrationsBundle\Sync\SyncJudge\SyncJudgeInterface"; reason: private alias.
Removed service "Mautic\IntegrationsBundle\Sync\SyncService\SyncServiceInterface"; reason: private alias.
Removed service "Mautic\IntegrationsBundle\Sync\ValueNormalizer\ValueNormalizerInterface"; reason: private alias.
Removed service "Mautic\IntegrationsBundle\Sync\VariableExpresser\VariableExpresserHelperInterface"; reason: private alias.
Removed service "Mautic\LeadBundle\Provider\FieldChoicesProviderInterface"; reason: private alias.
Removed service "Mautic\LeadBundle\Provider\FilterOperatorProviderInterface"; reason: private alias.
Removed service "Mautic\LeadBundle\Provider\FormAdjustmentsProviderInterface"; reason: private alias.
Removed service "Mautic\LeadBundle\Provider\TypeOperatorProviderInterface"; reason: private alias.
Removed service "Mautic\LeadBundle\Tracker\Factory\DeviceDetectorFactory\DeviceDetectorFactoryInterface"; reason: private alias.
Removed service "Mautic\LeadBundle\Tracker\Service\ContactTrackingService\ContactTrackingServiceInterface"; reason: private alias.
Removed service "Mautic\LeadBundle\Tracker\Service\DeviceCreatorService\DeviceCreatorServiceInterface"; reason: private alias.
Removed service "Mautic\LeadBundle\Tracker\Service\DeviceTrackingService\DeviceTrackingServiceInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\TransportFactory"; reason: private alias.
Removed service "Mautic\PageBundle\Helper\PageConfigInterface"; reason: private alias.
Removed service "Mautic\SmsBundle\Callback\CallbackInterface"; reason: private alias.
Removed service "Mautic\UserBundle\Model\UserToken\UserTokenServiceInterface"; reason: private alias.
Removed service "Mautic\CacheBundle\Cache\CacheProviderTagAwareInterface"; reason: private alias.
Removed service "MauticPlugin\MauticCrmBundle\Services\TransportInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; 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 $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mauticLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $chromeLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".service_locator.81TYyuK"; reason: private alias.
Removed service ".service_locator.izGz4QA"; reason: private alias.
Removed service ".service_locator.LcEVhlF"; reason: private alias.
Removed service ".service_locator.cS7eNkv"; reason: private alias.
Removed service ".service_locator.0mizbPd"; reason: private alias.
Removed service ".service_locator.Qpw8OnZ"; reason: private alias.
Removed service ".service_locator.tDoy85k"; reason: private alias.
Removed service ".service_locator.dvfUIQY"; reason: private alias.
Removed service ".service_locator.kU_9bh."; reason: private alias.
Removed service ".service_locator.13qzyLC"; reason: private alias.
Removed service ".service_locator.pGQY8_V"; reason: private alias.
Removed service ".service_locator.uXw9N.G"; reason: private alias.
Removed service ".service_locator.XzVt_y."; reason: private alias.
Removed service ".service_locator.Qq5Lzph"; reason: private alias.
Removed service ".service_locator.6hCMFRL"; reason: private alias.
Removed service ".service_locator.RYBZvQM"; reason: private alias.
Removed service ".service_locator.RES.r0K"; reason: private alias.
Removed service ".service_locator.bkbtMev"; reason: private alias.
Removed service ".service_locator.eUy8UIP"; reason: private alias.
Removed service ".service_locator.1FykrqL"; reason: private alias.
Removed service ".service_locator.wLYweIa"; reason: private alias.
Removed service ".service_locator.7.NDsVn"; reason: private alias.
Removed service ".service_locator.460Ra7N"; reason: private alias.
Removed service ".service_locator.njWKnpM"; reason: private alias.
Removed service ".service_locator.JJGKx_P"; reason: private alias.
Removed service ".service_locator.uRkcQO5"; reason: private alias.
Removed service ".service_locator.O.o3dUQ"; reason: private alias.
Removed service ".service_locator.f5RhWQ_"; reason: private alias.
Removed service ".service_locator.vWzsWxf"; reason: private alias.
Removed service ".service_locator.lqW1hTP"; reason: private alias.
Removed service ".service_locator.VHl8d2."; reason: private alias.
Removed service ".service_locator.p6PsWIe"; reason: private alias.
Removed service ".service_locator.nkFwDZN"; reason: private alias.
Removed service ".service_locator.jTZF1x6"; reason: private alias.
Removed service ".service_locator.YqfuDLv"; reason: private alias.
Removed service ".service_locator.StLhPeP"; reason: private alias.
Removed service ".service_locator.Wb0yyVP"; reason: private alias.
Removed service ".service_locator.666p8_w"; reason: private alias.
Removed service ".service_locator.SuZuDEN"; reason: private alias.
Removed service ".service_locator.zSLbNEu"; reason: private alias.
Removed service ".service_locator.gi8Zbjq"; reason: private alias.
Removed service ".service_locator.s7.L7wc"; reason: private alias.
Removed service ".service_locator.9znwiYw"; reason: private alias.
Removed service ".service_locator.EbsZ6ez"; reason: private alias.
Removed service ".service_locator.34h8dtz"; reason: private alias.
Removed service ".service_locator.LpvcAuT"; reason: private alias.
Removed service ".service_locator.bJNgW.d"; reason: private alias.
Removed service ".service_locator.3taZJNQ"; reason: private alias.
Removed service ".service_locator.LM4kEoi"; reason: private alias.
Removed service ".service_locator.vwHgNnn"; reason: private alias.
Removed service ".service_locator.tUjgx8u"; reason: private alias.
Removed service ".service_locator.zOWrs1q"; reason: private alias.
Removed service ".service_locator.DRHouL0"; reason: private alias.
Removed service ".service_locator.epOGcUE"; reason: private alias.
Removed service ".service_locator.WIiotD3"; reason: private alias.
Removed service ".service_locator.8JPNwSs"; reason: private alias.
Removed service ".service_locator.JRogin."; reason: private alias.
Removed service ".service_locator.jzEPp5r"; reason: private alias.
Removed service ".service_locator.4Y8RvT4"; reason: private alias.
Removed service ".service_locator.6KQCUyl"; reason: private alias.
Removed service ".service_locator.tgHQtM4"; reason: private alias.
Removed service ".service_locator.T5wLXkU"; reason: private alias.
Removed service ".service_locator.x19LNf_"; reason: private alias.
Removed service ".service_locator.TXm6aeO"; reason: private alias.
Removed service ".service_locator.G8RCaVT"; reason: private alias.
Removed service ".service_locator.BvScsbL"; reason: private alias.
Removed service ".service_locator.N6DCSEv"; reason: private alias.
Removed service ".service_locator.74hR6ma"; reason: private alias.
Removed service ".service_locator.5gc9vJj"; reason: private alias.
Removed service ".service_locator.fxrKAtB"; reason: private alias.
Removed service ".service_locator.Dz0wLok"; reason: private alias.
Removed service ".service_locator.0FVFyuB"; reason: private alias.
Removed service ".service_locator.cqamQ07"; reason: private alias.
Removed service ".service_locator.ht5rx8U"; reason: private alias.
Removed service ".service_locator.PoT6Q7h"; reason: private alias.
Removed service ".service_locator.jF4xJW4"; reason: private alias.
Removed service ".service_locator.dAQAmYe"; reason: private alias.
Removed service ".service_locator.9kOabxN"; reason: private alias.
Removed service ".service_locator.GKT9j9g"; reason: private alias.
Removed service ".service_locator.xGYkoxa"; reason: private alias.
Removed service ".service_locator.gBRzeeI"; reason: private alias.
Removed service ".service_locator.5PlYf8G"; reason: private alias.
Removed service ".service_locator.iqP5A5G"; reason: private alias.
Removed service ".service_locator.i2UnAhx"; reason: private alias.
Removed service ".service_locator.LTSQCMO"; reason: private alias.
Removed service ".service_locator.GyW62U7"; reason: private alias.
Removed service ".service_locator.V0oNJaR"; reason: private alias.
Removed service ".service_locator.aKir1_N"; reason: private alias.
Removed service ".service_locator.BqIce8r"; reason: private alias.
Removed service ".service_locator.2o3vA.D"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service ".service_locator.VggPhve"; reason: private alias.
Removed service ".service_locator._.tYQWF"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.dev"; reason: private alias.
Removed service "security.firewall.authenticator.login"; reason: private alias.
Removed service "security.firewall.authenticator.sso_login"; reason: private alias.
Removed service "security.firewall.authenticator.saml_login"; reason: private alias.
Removed service "security.firewall.authenticator.saml_discovery"; reason: private alias.
Removed service "security.firewall.authenticator.oauth2_area"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.firewall.authenticator.public"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "mailer.transport_factory"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.form_error_handler"; reason: private alias.
Removed service "security.event_dispatcher.dev"; reason: private alias.
Removed service "security.event_dispatcher.login"; reason: private alias.
Removed service "security.event_dispatcher.sso_login"; reason: private alias.
Removed service "security.event_dispatcher.saml_login"; reason: private alias.
Removed service "security.event_dispatcher.saml_discovery"; reason: private alias.
Removed service "security.event_dispatcher.oauth2_area"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "security.event_dispatcher.public"; reason: private alias.
Removed service "translator.decorated.inner"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.bycALVz"; reason: private alias.
Removed service ".service_locator.X.rjd79"; reason: private alias.
Removed service ".service_locator.TJIFlJM"; reason: private alias.
Removed service ".service_locator.jqKoDhG"; reason: private alias.
Removed service ".service_locator.WA7VfT5"; reason: private alias.
Removed service ".service_locator.n9VkY9r"; reason: private alias.
Removed service ".service_locator.j8hH1kN"; reason: private alias.
Removed service ".service_locator.dQQj3SN"; reason: private alias.
Removed service ".service_locator.vf3O4kY"; reason: private alias.
Removed service ".service_locator.I1S5d8j"; reason: private alias.
Removed service ".service_locator.geiC2LE"; reason: private alias.
Removed service ".service_locator.Com4I98"; reason: private alias.
Removed service ".service_locator.X5V7U5_"; reason: private alias.
Removed service ".service_locator.zehVqJ6"; reason: private alias.
Removed service ".service_locator.DoNp9zE"; reason: private alias.
Removed service ".service_locator.vUpHzMv"; reason: private alias.
Removed service ".service_locator.yAt8otQ"; reason: private alias.
Removed service ".service_locator.xSZWk1p"; reason: private alias.
Removed service ".service_locator.NEobbAn"; reason: private alias.
Removed service ".service_locator.E8TajNE"; reason: private alias.
Removed service ".service_locator.Ls2m3RX"; reason: private alias.
Removed service ".service_locator.oMYfZ87"; reason: private alias.
Removed service ".service_locator.tOWMOMV"; reason: private alias.
Removed service ".service_locator.X2vG8Px"; reason: private alias.
Removed service ".service_locator.P3KxjKF"; reason: private alias.
Removed service ".service_locator.tX0cXsD"; reason: private alias.
Removed service ".service_locator.3jYWxpu"; reason: private alias.
Removed service ".service_locator.sXT9C5t"; reason: private alias.
Removed service ".service_locator.yfOuz7K"; reason: private alias.
Removed service ".service_locator.52iHDhu"; reason: private alias.
Removed service ".service_locator.ydbTCVN"; reason: private alias.
Removed service ".service_locator.QDxehco"; reason: private alias.
Removed service ".service_locator.D_vTJxH"; reason: private alias.
Removed service ".service_locator.nX_avTJ"; reason: private alias.
Removed service ".service_locator.tJ1On2c"; reason: private alias.
Removed service ".service_locator.9e2t_lq"; reason: private alias.
Removed service ".service_locator.Bi0w2Sc"; reason: private alias.
Removed service ".service_locator.vyCiIcV"; reason: private alias.
Removed service ".service_locator.yROEYCl"; reason: private alias.
Removed service ".service_locator.4NZqWPe"; reason: private alias.
Removed service ".service_locator.cy273se"; reason: private alias.
Removed service ".service_locator.284TDAm"; reason: private alias.
Removed service ".service_locator.TcvPJQL"; reason: private alias.
Removed service ".service_locator.Re0ReMS"; reason: private alias.
Removed service ".service_locator.nZXSKs6"; reason: private alias.
Removed service ".service_locator.KPEv_LH"; reason: private alias.
Removed service ".service_locator.5.baBcS"; reason: private alias.
Removed service ".service_locator.dpBStIC"; reason: private alias.
Removed service ".service_locator.S6R2FCX"; reason: private alias.
Removed service ".service_locator.9WJqJPZ"; reason: private alias.
Removed service ".service_locator.sWTlcV_"; reason: private alias.
Removed service ".service_locator.484XwsP"; reason: private alias.
Removed service ".service_locator.3ZiE3Ew"; reason: private alias.
Removed service ".service_locator.aafQwlz"; reason: private alias.
Removed service ".service_locator.eqfFwv8"; reason: private alias.
Removed service ".service_locator.TTTKPt0"; reason: private alias.
Removed service ".service_locator.0tL4h3h"; reason: private alias.
Removed service ".service_locator._SkAo_E"; reason: private alias.
Removed service ".service_locator.CJl1vMk"; reason: private alias.
Removed service ".service_locator.9XRHQbQ"; reason: private alias.
Removed service ".service_locator.R03iXhr"; reason: private alias.
Removed service ".service_locator.Ajiu_W5"; reason: private alias.
Removed service ".service_locator.iFZKAHN"; reason: private alias.
Removed service ".service_locator.GWZKj.c"; reason: private alias.
Removed service ".service_locator.IHzPyrb"; reason: private alias.
Removed service ".service_locator.UYu_Mkk"; reason: private alias.
Removed service ".service_locator.F0hY.ay"; reason: private alias.
Removed service ".service_locator.6_vX_Wf"; reason: private alias.
Removed service ".service_locator.MCtI1Fb"; reason: private alias.
Removed service ".service_locator.mLVNv6r"; reason: private alias.
Removed service ".service_locator.ThPfpOZ"; reason: private alias.
Removed service ".service_locator.S4mtjJg"; reason: private alias.
Removed service ".service_locator.R.kTIrc"; reason: private alias.
Removed service ".service_locator.JCbHNSn"; reason: private alias.
Removed service ".service_locator.216mQUq"; reason: private alias.
Removed service ".service_locator..hTW6bz"; reason: private alias.
Removed service ".service_locator.u63dYj7"; reason: private alias.
Removed service ".service_locator.3K0ubH."; reason: private alias.
Removed service ".service_locator.e4Ba7WW"; reason: private alias.
Removed service ".service_locator.xqvFgOE"; reason: private alias.
Removed service ".service_locator.Dy3QPLv"; reason: private alias.
Removed service ".service_locator.xlw17la"; reason: private alias.
Removed service ".service_locator.VXsFBkg"; reason: private alias.
Removed service ".service_locator.wSSaf_T"; reason: private alias.
Removed service ".service_locator.Z6QZ7KR"; reason: private alias.
Removed service ".service_locator.iPdq.7Y"; reason: private alias.
Removed service ".service_locator.003q7t5"; reason: private alias.
Removed service ".service_locator.0FXVdH3"; reason: private alias.
Removed service ".service_locator.JLpvcbz"; reason: private alias.
Removed service ".service_locator.hl.ouxS"; reason: private alias.
Removed service ".service_locator._h7CMzJ"; reason: private alias.
Removed service ".service_locator.1MIJUv4"; reason: private alias.
Removed service ".service_locator.ybXwI.L"; reason: private alias.
Removed service ".service_locator.KPa6j7y"; reason: private alias.
Removed service ".service_locator.H9yEopX"; reason: private alias.
Removed service ".service_locator.Z4ovhEt"; reason: private alias.
Removed service ".service_locator.g9s5CdZ"; reason: private alias.
Removed service ".service_locator._LzEJgo"; reason: private alias.
Removed service ".service_locator.lGMuLqF"; reason: private alias.
Removed service ".service_locator.PSg4SYM"; reason: private alias.
Removed service ".service_locator.G9833_A"; reason: private alias.
Removed service ".service_locator.GBMFgLy"; reason: private alias.
Removed service ".service_locator.ilSQgil"; reason: private alias.
Removed service ".service_locator.dQrm8OO"; reason: private alias.
Removed service ".service_locator.Cbdxeso"; reason: private alias.
Removed service ".service_locator.jpGu54E"; reason: private alias.
Removed service ".service_locator.HrxFwyq"; reason: private alias.
Removed service ".service_locator.cVIGIFp"; reason: private alias.
Removed service ".service_locator.eplTidz"; reason: private alias.
Removed service ".service_locator.7HpjhWm"; reason: private alias.
Removed service ".service_locator.gaTSUXr"; reason: private alias.
Removed service ".service_locator.OJg6VGC"; reason: private alias.
Removed service ".service_locator.6oZB41p"; reason: private alias.
Removed service ".service_locator.l8hidug"; reason: private alias.
Removed service ".service_locator.nB5GPw."; reason: private alias.
Removed service ".service_locator.VeuUfgQ"; reason: private alias.
Removed service ".service_locator.ahhKFLm"; reason: private alias.
Removed service ".service_locator.FbIPm3G"; reason: private alias.
Removed service ".service_locator.dsRYLA5"; reason: private alias.
Removed service ".service_locator.H1YpUYN"; reason: private alias.
Removed service ".service_locator.HYJFSIM"; reason: private alias.
Removed service ".service_locator.vkr0.88"; reason: private alias.
Removed service ".service_locator.IYO0e6n"; reason: private alias.
Removed service ".service_locator.Tvt5Uj9"; reason: private alias.
Removed service ".service_locator.pv1Rt.F"; reason: private alias.
Removed service ".service_locator.FTfHSdP"; reason: private alias.
Removed service ".service_locator.NJX2CgR"; reason: private alias.
Removed service ".service_locator.gctzvpz"; reason: private alias.
Removed service ".service_locator.l7zFjXx"; reason: private alias.
Removed service ".service_locator.TQiK_YQ"; reason: private alias.
Removed service ".service_locator._AYzagB"; reason: private alias.
Removed service ".service_locator.YxKYq4."; reason: private alias.
Removed service ".service_locator.zfjN.rh"; reason: private alias.
Removed service ".service_locator.zmsMdVO"; reason: private alias.
Removed service ".service_locator.miswv1T"; reason: private alias.
Removed service ".service_locator.tnTOq6T"; reason: private alias.
Removed service ".service_locator.eKICumU"; reason: private alias.
Removed service ".service_locator.u5ccGt4"; reason: private alias.
Removed service ".service_locator.ZtzvFxW"; reason: private alias.
Removed service ".service_locator.DyUdA6r"; reason: private alias.
Removed service ".service_locator.NRa_BPi"; reason: private alias.
Removed service ".service_locator.tiNdaFp"; reason: private alias.
Removed service ".service_locator.me_uOOi"; reason: private alias.
Removed service ".service_locator.ZL9096G"; reason: private alias.
Removed service ".service_locator.Nte7aI0"; reason: private alias.
Removed service ".service_locator.La48k_n"; reason: private alias.
Removed service ".service_locator.OlQ2_RG"; reason: private alias.
Removed service ".service_locator.G59w.Sk"; reason: private alias.
Removed service ".service_locator.PjZ9leV"; reason: private alias.
Removed service ".service_locator.KCZZfZA"; reason: private alias.
Removed service ".service_locator.GMRMF_7"; reason: private alias.
Removed service ".service_locator.UUzgIik"; reason: private alias.
Removed service ".service_locator.hSOxgPX"; reason: private alias.
Removed service ".service_locator.C22m.9E"; reason: private alias.
Removed service ".service_locator.Hdneh4N"; reason: private alias.
Removed service ".service_locator.Lw_wOmP"; reason: private alias.
Removed service ".service_locator.np7So_B"; reason: private alias.
Removed service ".service_locator.6SMrDGZ"; reason: private alias.
Removed service ".service_locator.TCN1krl"; reason: private alias.
Removed service ".service_locator.Jq.XYuj"; reason: private alias.
Removed service ".service_locator.1tPa9hp"; reason: private alias.
Removed service ".service_locator.jIfWjTJ"; reason: private alias.
Removed service ".service_locator.Cj5mqT."; reason: private alias.
Removed service ".service_locator.XlT9Bw0"; reason: private alias.
Removed service ".service_locator.CqdFkFh"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.MVIT38y"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
829
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.decorated" to "translator".
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 "http_kernel" previously pointing to "debug.argument_resolver" to "Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface".
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 "fos_rest.view_handler.default" to "fos_rest.view_handler".
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.messenger_failed_messages_retry" 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.decorated" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.decorated" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.decorated" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.decorated" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.decorated" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.decorated" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.decorated" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.decorated" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.decorated" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.decorated" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.decorated" 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.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 "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "security.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
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 "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
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.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.decorated" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.provider.mautic.sso_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.provider.mautic.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.mautic_sso.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.main.form_login" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.failure_handler.main.form_login" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.success_handler.main.light_saml_sp" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.failure_handler.main.light_saml_sp" previously pointing to "router.default" to "router".
Changed reference of service "doctrine.fixtures.purger.orm_purger_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to "router.default" to "router".
Changed reference of service "fos_oauth_server.controller.authorize" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.form.extension.csrf_disable" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "oneup_uploader.templating.uploader_helper" previously pointing to "router.default" to "router".
Changed reference of service "oneup_uploader.error_handler.blueimp" previously pointing to "translator.decorated" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.decorated" 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.decorated" to "translator".
Changed reference of service "lightsaml.own.entity_descriptor_provider" previously pointing to "router.default" to "router".
Changed reference of service "FM\ElfinderBundle\Controller\ElFinderController" previously pointing to "fm_elfinder.loader.default" to "fm_elfinder.loader".
Changed reference of service "Mautic\ApiBundle\Controller\ClientController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ApiBundle\Controller\CommonApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ApiBundle\Controller\CommonApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ApiBundle\Controller\FetchCommonApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ApiBundle\Controller\oAuth2\AuthorizeController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ApiBundle\Controller\oAuth2\AuthorizeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ApiBundle\Controller\oAuth2\SecurityController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ApiBundle\Form\Type\ClientType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ApiBundle\Form\Type\ClientType" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ApiBundle\Model\ClientModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ApiBundle\Model\ClientModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\AssetBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\AssetBundle\Controller\Api\AssetApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\AssetBundle\Controller\Api\AssetApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\AssetBundle\Controller\AssetController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\AssetBundle\Controller\PublicController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\AssetBundle\EventListener\DashboardSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\AssetBundle\EventListener\DetermineWinnerSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\AssetBundle\EventListener\FormSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\AssetBundle\EventListener\LeadSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\AssetBundle\EventListener\LeadSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\AssetBundle\Form\Type\AssetType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\AssetBundle\Model\AssetModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\AssetBundle\Model\AssetModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CampaignBundle\Command\ExecuteEventCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Command\SummarizeCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Command\TriggerCampaignCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\Command\TriggerCampaignCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Command\UpdateLeadCampaignsCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Command\ValidateEventCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\Controller\Api\CampaignApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CampaignBundle\Controller\Api\CampaignApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\Controller\Api\EventApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CampaignBundle\Controller\Api\EventApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\Controller\Api\EventLogApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\Controller\CampaignController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\Controller\EventController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\Controller\SourceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\EventListener\CampaignActionJumpToEventSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\EventListener\LeadSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\EventListener\LeadSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CampaignBundle\Executioner\InactiveExecutioner" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Executioner\KickoffExecutioner" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Executioner\ScheduledExecutioner" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Executioner\TestInactiveExecutioner" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Executioner\TestScheduledExecutioner" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Form\Type\CampaignListType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Form\Type\CampaignType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Form\Type\ConfigType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Model\CampaignModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\Model\CampaignModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CampaignBundle\Model\EventLogModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\Model\EventLogModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CampaignBundle\Model\EventModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\Model\EventModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CampaignBundle\Model\SummaryModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\Model\SummaryModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CampaignBundle\Service\CampaignAuditService" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CategoryBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CategoryBundle\Controller\Api\CategoryApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CategoryBundle\Controller\Api\CategoryApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CategoryBundle\Controller\BatchContactController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CategoryBundle\Controller\CategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CategoryBundle\EventListener\ButtonSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CategoryBundle\EventListener\ButtonSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CategoryBundle\EventListener\CategorySubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CategoryBundle\Form\Type\CategoryBundlesType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CategoryBundle\Form\Type\CategoryListType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CategoryBundle\Form\Type\CategoryListType" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CategoryBundle\Model\CategoryModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CategoryBundle\Model\CategoryModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ChannelBundle\Command\ProcessMarketingMessagesQueueCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ChannelBundle\Command\SendChannelBroadcastCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ChannelBundle\Command\SendChannelBroadcastCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ChannelBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ChannelBundle\Controller\Api\MessageApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ChannelBundle\Controller\Api\MessageApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ChannelBundle\Controller\BatchContactController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ChannelBundle\Controller\MessageController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ChannelBundle\EventListener\ButtonSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ChannelBundle\EventListener\ButtonSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ChannelBundle\EventListener\CampaignSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ChannelBundle\EventListener\LeadSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ChannelBundle\EventListener\LeadSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ChannelBundle\EventListener\ReportSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ChannelBundle\Form\Type\MessageSendType" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ChannelBundle\Model\ChannelActionModel" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ChannelBundle\Model\MessageModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ChannelBundle\Model\MessageModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ChannelBundle\Model\MessageQueueModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ChannelBundle\Model\MessageQueueModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ConfigBundle\Controller\ConfigController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ConfigBundle\Controller\SysinfoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ConfigBundle\Form\Helper\RestrictionHelper" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ConfigBundle\Model\SysinfoModel" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Command\ApplyUpdatesCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Command\CleanupMaintenanceCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Command\CleanupMaintenanceCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Command\FindUpdatesCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Command\GenerateProductionAssetsCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Command\InstallDataCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Command\PullTransifexCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Command\PushTransifexCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Command\UpdateDoNotSellListCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Command\UpdateIpDataStoreCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Controller\Api\FileApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CoreBundle\Controller\Api\FileApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Controller\Api\StatsApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CoreBundle\Controller\Api\StatsApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Controller\Api\ThemeApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CoreBundle\Controller\Api\ThemeApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Controller\CommonController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Controller\ExceptionController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Controller\FileController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Controller\FormController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Controller\JsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Controller\ThemeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\EventListener\AssetsSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\EventListener\CoreSubscriber" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "Mautic\CoreBundle\EventListener\CoreSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\EventListener\DashboardSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\EventListener\DashboardSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CoreBundle\EventListener\DashboardSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\EventListener\MaintenanceSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\EventListener\RequestSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Form\ChoiceLoader\EntityLookupChoiceLoader" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Form\Type\ConfigType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Form\Type\ContentPreviewSettingsType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Form\Type\EntityLookupType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Form\Type\EntityLookupType" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CoreBundle\Form\Type\IpLookupDownloadDataStoreButtonType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Form\Type\TimeFormatType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Helper\DateTime\DateTimeLocalization" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Helper\ExportHelper" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Helper\LanguageHelper" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Model\AuditLogModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Model\AuditLogModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CoreBundle\Model\FormModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Model\FormModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CoreBundle\Model\NotificationModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Model\NotificationModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CoreBundle\Service\SearchCommandList" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Translation\Translator" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Twig\Extension\ButtonExtension" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CoreBundle\Twig\Extension\ButtonExtension" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Twig\Extension\CoreHelpersExtension" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CoreBundle\Validator\EntityEventValidator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\DashboardBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\DashboardBundle\Controller\Api\WidgetApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\DashboardBundle\Controller\Api\WidgetApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\DashboardBundle\Controller\DashboardController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\DashboardBundle\Factory\WidgetDetailEventFactory" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\DashboardBundle\Form\Type\WidgetType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\DashboardBundle\Model\DashboardModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\DashboardBundle\Model\DashboardModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\DynamicContentBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\DynamicContentBundle\Controller\DynamicContentApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\DynamicContentBundle\Controller\DynamicContentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\DynamicContentBundle\EventListener\BuildJsSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\DynamicContentBundle\EventListener\BuildJsSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\DynamicContentBundle\EventListener\CampaignSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\DynamicContentBundle\EventListener\LeadSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\DynamicContentBundle\EventListener\LeadSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\DynamicContentBundle\Form\Type\DynamicContentDecisionType" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\DynamicContentBundle\Form\Type\DynamicContentSendType" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\DynamicContentBundle\Form\Type\DynamicContentType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\DynamicContentBundle\Model\DynamicContentModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\DynamicContentBundle\Model\DynamicContentModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\EmailBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\EmailBundle\Controller\Api\EmailApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\EmailBundle\Controller\Api\EmailApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\EmailBundle\Controller\BatchEmailController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\EmailBundle\Controller\EmailController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\EmailBundle\Controller\PublicController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\EmailBundle\EventListener\BroadcastSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\EmailBundle\EventListener\BuilderSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\EmailBundle\EventListener\CampaignSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\EmailBundle\EventListener\DashboardSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\EmailBundle\EventListener\DateTimeTokenSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\EmailBundle\EventListener\DetermineWinnerSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\EmailBundle\EventListener\EmailSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\EmailBundle\EventListener\LeadSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\EmailBundle\EventListener\LeadSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\EmailBundle\EventListener\TokenSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\EmailBundle\Form\Type\ConfigMonitoredEmailType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\EmailBundle\Form\Type\ConfigType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\EmailBundle\Form\Type\EmailSendType" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\EmailBundle\Form\Type\EmailType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\EmailBundle\Form\Type\ExampleSendType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\EmailBundle\Helper\MailHelper" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\EmailBundle\Helper\MailHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\EmailBundle\Model\EmailDraftModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\EmailBundle\Model\EmailDraftModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\EmailBundle\Model\EmailModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\EmailBundle\Model\EmailModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\EmailBundle\Model\EmailStatModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\EmailBundle\Model\SendEmailToContact" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\EmailBundle\Model\SendEmailToUser" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\EmailBundle\MonitoredEmail\Processor\Bounce" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\EmailBundle\MonitoredEmail\Processor\Reply" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\Controller\ActionController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\Controller\Api\FormApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\FormBundle\Controller\Api\FormApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\Controller\Api\SubmissionApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\FormBundle\Controller\Api\SubmissionApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\Controller\FieldController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\Controller\FormController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\Controller\PublicController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\Controller\ResultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\EventListener\DashboardSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\FormBundle\EventListener\DetermineWinnerSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\FormBundle\EventListener\FormSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\FormBundle\EventListener\FormSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\FormBundle\EventListener\FormValidationSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\FormBundle\EventListener\LeadSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\FormBundle\EventListener\LeadSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\FormBundle\EventListener\PageSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\FormBundle\EventListener\ReportSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\FormBundle\Form\Type\FormFieldEmailType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\FormBundle\Form\Type\FormFieldFileType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\FormBundle\Form\Type\FormFieldPageBreakType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\FormBundle\Form\Type\FormFieldTelType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\FormBundle\Model\ActionModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\Model\ActionModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\FormBundle\Model\FieldModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\Model\FieldModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\FormBundle\Model\FormModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\Model\FormModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\FormBundle\Model\SubmissionModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\Model\SubmissionModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\InstallBundle\Controller\InstallController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\IntegrationsBundle\Controller\AuthController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\IntegrationsBundle\Controller\ConfigController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\IntegrationsBundle\Controller\FieldPaginationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\IntegrationsBundle\Controller\UpdateFieldController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\IntegrationsBundle\EventListener\CompanyObjectSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\IntegrationsBundle\EventListener\ContactObjectSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\IntegrationsBundle\EventListener\EmailSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\IntegrationsBundle\EventListener\EmailSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\IntegrationsBundle\EventListener\LeadSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\IntegrationsBundle\EventListener\TimelineSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsFieldMappingsType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsObjectFieldMappingType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\IntegrationsBundle\Sync\Helper\MappingHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\IntegrationsBundle\Sync\SyncDataExchange\Helper\FieldHelper" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\IntegrationsBundle\Sync\SyncDataExchange\Helper\FieldHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Command\ContactScheduledExportCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Command\DeleteContactSecondaryCompaniesCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Command\ImportCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Command\SegmentStatCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Command\UpdateLeadListsCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\Api\CompanyApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Controller\Api\CompanyApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\Api\DeviceApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Controller\Api\DeviceApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\Api\FieldApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Controller\Api\FieldApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\Api\LeadApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Controller\Api\LeadApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\Api\ListApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Controller\Api\ListApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\Api\NoteApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Controller\Api\NoteApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\Api\TagApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Controller\Api\TagApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\AuditlogController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\BatchSegmentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\CompanyController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\FieldController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\ImportController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\LeadController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\ListController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\NoteController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Controller\TimelineController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\EventListener\ButtonSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\EventListener\ButtonSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\EventListener\DashboardSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\EventListener\DashboardSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\EventListener\FilterOperatorSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\EventListener\GeneratedColumnSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\EventListener\ImportCompanySubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\EventListener\ImportContactSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\EventListener\LeadSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\EventListener\LeadSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\EventListener\MaintenanceSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\EventListener\OwnerSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\EventListener\ReportDNCSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\EventListener\ReportDNCSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\EventListener\SearchSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\EventListener\SegmentSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\EventListener\TypeOperatorSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Field\Command\AnalyseCustomFieldCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Field\Command\CreateCustomFieldCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Field\Command\DeleteCustomFieldCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Field\Command\ModifyCustomFieldCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Field\Command\UpdateCustomFieldCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Field\Dispatcher\FieldDeleteDispatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Form\DataTransformer\FieldFilterTransformer" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Form\Type\AddToCompanyActionType" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Form\Type\CampaignEventLeadTagsType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Form\Type\CompanyType" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Form\Type\CompanyType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Form\Type\ContactGroupPointsType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Form\Type\DashboardLeadsLifetimeWidgetType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Form\Type\LeadImportFieldType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Form\Type\LeadType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Form\Type\ListType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Form\Type\ModifyLeadTagsType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Form\Validator\Constraints\FieldAliasKeywordValidator" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Helper\ContactRequestHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Model\CompanyModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Model\CompanyModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Model\CompanyReportData" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\LeadBundle\Model\ContactExportSchedulerModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Model\ContactExportSchedulerModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Model\DeviceModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Model\DeviceModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Model\FieldModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Model\FieldModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Model\ImportModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Model\ImportModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Model\LeadModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Model\LeadModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Model\ListModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Model\ListModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Model\NoteModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Model\NoteModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Model\TagModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Model\TagModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\LeadBundle\Tracker\ContactTracker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\LeadBundle\Validator\Constraints\SegmentDateValidator" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\MarketplaceBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\MarketplaceBundle\Controller\CacheController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\MarketplaceBundle\Controller\Package\DetailController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\MarketplaceBundle\Controller\Package\InstallController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\MarketplaceBundle\Controller\Package\ListController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\MarketplaceBundle\Controller\Package\RemoveController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\MessengerBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\MessengerBundle\Form\Type\ConfigType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\MessengerBundle\MessageHandler\TestHandler" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\NotificationBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\NotificationBundle\Controller\Api\NotificationApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\NotificationBundle\Controller\Api\NotificationApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\NotificationBundle\Controller\AppCallbackController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\NotificationBundle\Controller\JsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\NotificationBundle\Controller\MobileNotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\NotificationBundle\Controller\NotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\NotificationBundle\Controller\PopupController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\NotificationBundle\EventListener\BuildJsSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\NotificationBundle\Form\Type\MobileNotificationSendType" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\NotificationBundle\Form\Type\NotificationSendType" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\NotificationBundle\Model\NotificationModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\NotificationBundle\Model\NotificationModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PageBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PageBundle\Controller\Api\PageApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PageBundle\Controller\Api\PageApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PageBundle\Controller\PageController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PageBundle\Controller\PublicController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PageBundle\EventListener\BuildJsSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PageBundle\EventListener\BuilderSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\PageBundle\EventListener\DashboardSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PageBundle\EventListener\DateTimeTokenSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\PageBundle\EventListener\DetermineWinnerSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\PageBundle\EventListener\LeadSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\PageBundle\EventListener\LeadSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PageBundle\EventListener\MaintenanceSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\PageBundle\EventListener\ReportSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\PageBundle\Model\PageModel" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Mautic\PageBundle\Model\PageModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PageBundle\Model\PageModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PageBundle\Model\RedirectModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PageBundle\Model\RedirectModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PageBundle\Model\TrackableModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PageBundle\Model\TrackableModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PageBundle\Model\VideoModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PageBundle\Model\VideoModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PluginBundle\Command\FetchLeadsCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\PluginBundle\Command\PushLeadActivityCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\PluginBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PluginBundle\Controller\AuthController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PluginBundle\Controller\PluginController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PluginBundle\Model\IntegrationEntityModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PluginBundle\Model\IntegrationEntityModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PluginBundle\Model\PluginModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PluginBundle\Model\PluginModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PointBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PointBundle\Controller\Api\PointApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PointBundle\Controller\Api\PointApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PointBundle\Controller\Api\PointGroupsApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PointBundle\Controller\Api\PointGroupsApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PointBundle\Controller\Api\TriggerApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PointBundle\Controller\Api\TriggerApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PointBundle\Controller\GroupController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PointBundle\Controller\PointController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PointBundle\Controller\TriggerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PointBundle\Controller\TriggerEventController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PointBundle\EventListener\LeadSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\PointBundle\EventListener\SegmentFilterSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\PointBundle\Model\PointGroupModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PointBundle\Model\PointGroupModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PointBundle\Model\PointModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PointBundle\Model\PointModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PointBundle\Model\TriggerEventModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PointBundle\Model\TriggerEventModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\PointBundle\Model\TriggerModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\PointBundle\Model\TriggerModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ReportBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ReportBundle\Controller\Api\ReportApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ReportBundle\Controller\Api\ReportApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ReportBundle\Controller\ReportController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ReportBundle\Controller\ScheduleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ReportBundle\Form\Type\AggregatorType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ReportBundle\Form\Type\TableOrderType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ReportBundle\Model\CsvExporter" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ReportBundle\Model\ExcelExporter" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ReportBundle\Model\ReportExporter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ReportBundle\Model\ReportModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ReportBundle\Model\ReportModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\SmsBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\SmsBundle\Controller\Api\SmsApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\SmsBundle\Controller\Api\SmsApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\SmsBundle\Controller\SmsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\SmsBundle\EventListener\LeadSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\SmsBundle\EventListener\LeadSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\SmsBundle\Form\Type\ConfigType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\SmsBundle\Form\Type\SmsSendType" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\SmsBundle\Model\SmsModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\SmsBundle\Model\SmsModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\StageBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\StageBundle\Controller\Api\StageApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\StageBundle\Controller\Api\StageApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\StageBundle\Controller\StageController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\StageBundle\EventListener\CampaignSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\StageBundle\EventListener\LeadSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\StageBundle\EventListener\LeadSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\StageBundle\Model\StageModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\StageBundle\Model\StageModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\UserBundle\Controller\Api\RoleApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\UserBundle\Controller\Api\RoleApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\UserBundle\Controller\Api\UserApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\UserBundle\Controller\Api\UserApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\UserBundle\Controller\ProfileController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\UserBundle\Controller\PublicController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\UserBundle\Controller\RoleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\UserBundle\Controller\SecurityController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\UserBundle\Controller\SecurityController" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "Mautic\UserBundle\Controller\UserController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\UserBundle\Form\Type\ConfigType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\UserBundle\Form\Type\UserType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\UserBundle\Model\PasswordStrengthEstimatorModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\UserBundle\Model\RoleModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\UserBundle\Model\RoleModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\UserBundle\Model\UserModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\UserBundle\Model\UserModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\UserBundle\Security\EntryPoint\MainEntryPoint" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\WebhookBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\WebhookBundle\Controller\Api\WebhookApiController" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\WebhookBundle\Controller\Api\WebhookApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\WebhookBundle\Controller\WebhookController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\WebhookBundle\Form\Type\CampaignEventSendWebhookType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\WebhookBundle\Model\WebhookModel" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "Mautic\WebhookBundle\Model\WebhookModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\WebhookBundle\Model\WebhookModel" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticSocialBundle\Command\MonitorTwitterHashtagsCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticSocialBundle\Command\MonitorTwitterMentionsCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticSocialBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticSocialBundle\Controller\JsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticSocialBundle\Controller\MonitoringController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticSocialBundle\Controller\TweetController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticSocialBundle\EventListener\CampaignSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "MauticPlugin\MauticSocialBundle\Form\Type\TweetSendType" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticSocialBundle\Model\MonitoringModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticSocialBundle\Model\MonitoringModel" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticSocialBundle\Model\PostCountModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticSocialBundle\Model\PostCountModel" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticSocialBundle\Model\TweetModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticSocialBundle\Model\TweetModel" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticFocusBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticFocusBundle\Controller\FocusController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticFocusBundle\Controller\PublicController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticFocusBundle\EventListener\CampaignSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticFocusBundle\EventListener\FocusSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticFocusBundle\EventListener\LeadSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticFocusBundle\EventListener\PageSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticFocusBundle\Form\Type\FocusShowType" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticFocusBundle\Model\FocusModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticFocusBundle\Model\FocusModel" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticFullContactBundle\Controller\FullContactController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticFullContactBundle\Controller\PublicController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticFullContactBundle\EventListener\ButtonSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "MauticPlugin\MauticFullContactBundle\EventListener\ButtonSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\InjectCustomContentSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\GrapesJsBuilderBundle\Model\GrapesJsBuilderModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\GrapesJsBuilderBundle\Model\GrapesJsBuilderModel" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticTagManagerBundle\Controller\TagController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticTagManagerBundle\Model\TagModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticTagManagerBundle\Model\TagModel" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticClearbitBundle\Controller\ClearbitController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticClearbitBundle\Controller\PublicController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticClearbitBundle\EventListener\ButtonSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "MauticPlugin\MauticClearbitBundle\EventListener\ButtonSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticCrmBundle\Controller\PublicController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticCrmBundle\EventListener\LeadListSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\ConnectwiseIntegration" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\ConnectwiseIntegration" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\ConnectwiseIntegration" previously pointing to "translator.decorated" to "translator".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\DynamicsIntegration" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\DynamicsIntegration" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\DynamicsIntegration" previously pointing to "translator.decorated" to "translator".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\HubspotIntegration" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\HubspotIntegration" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\HubspotIntegration" previously pointing to "translator.decorated" to "translator".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\SalesforceIntegration" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\SalesforceIntegration" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\SalesforceIntegration" previously pointing to "translator.decorated" to "translator".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\SugarcrmIntegration" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\SugarcrmIntegration" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\SugarcrmIntegration" previously pointing to "translator.decorated" to "translator".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\VtigerIntegration" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\VtigerIntegration" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\VtigerIntegration" previously pointing to "translator.decorated" to "translator".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\ZohoIntegration" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\ZohoIntegration" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticCrmBundle\Integration\ZohoIntegration" previously pointing to "translator.decorated" 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 "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "mautic.core.service.flashbag" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.core.subscriber.router" previously pointing to "router.default" to "router".
Changed reference of service "mautic.form.type.dynamic_content_filter_entry_filters" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.helper.twig.date" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.helper.twig.button" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.helper.twig.button" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.helper.twig.content" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.helper.twig.formatter" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.helper.twig.security" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.route_loader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.security" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.generated.columns.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.exception.listener" previously pointing to "router.default" to "router".
Changed reference of service "mautic.helper.theme" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.menu.builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.update.step.delete_cache" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.update.step.finalize" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.update.step.install_new_files" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.update.step.remove_deleted_files" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.update.step.update_schema" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.update.step.update_translations" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.update.step.checks" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.core.validator.file_upload" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.api.oauth.event_listener" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.campaign.dispatcher.action" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.campaign.dispatcher.condition" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.campaign.dispatcher.decision" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.campaign.event_collector" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.campaign.event_collector" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.campaign.scheduler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.campaign.helper.notification" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.campaign.helper.notification" previously pointing to "router.default" to "router".
Changed reference of service "mautic.campaign.legacy_event_dispatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.campaign.membership.remover" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.campaign.membership.event_dispatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.campaign.membership.builder" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.channel.helper.channel_list" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.channel.helper.channel_list" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.form.type.dwc_entry_filters" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.helper.dynamicContent" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.message.processor.unsubscribe" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.message.processor.feedbackloop" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.validator.email" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.validator.email" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.email.fetcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.email.fetcher" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.form.type.field" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.form.type.form_submitaction_sendemail" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.form.collector.object" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.form.collector.field" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.helper.form.field_helper" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.form.service.field.value.transformer" previously pointing to "router.default" to "router".
Changed reference of service "mautic.form.fixture.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.install.fixture.lead_field" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.install.fixture.role" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.install.service" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integrations.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integrations.helper.field_validator" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integrations.internal.object_provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integrations.sync.notification.helper.owner_provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integrations.sync.data_exchange.mautic.order_executioner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integrations.sync.data_exchange.mautic.field_builder" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integrations.sync.data_exchange.mautic.full_object_report_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integrations.sync.data_exchange.mautic.partial_object_report_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integrations.sync.service" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integrations.sync.notifier" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integrations.sync.notification.helper_route" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integrations.sync.notification.user_notification_builder" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integrations.sync.notification.helper_user_summary_notification" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.lead.export_scheduled_notification_subscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.lead.validator.custom_field" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.lead.validator.lead.list.campaign" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.lead.event.dispatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.merger" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.columns.dictionary" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.lead.model.lead_segment_filter_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.field.custom_field_column" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.lead.repository.lead_segment_filter_descriptor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.service.segment_dependency_tree_factory" previously pointing to "router.default" to "router".
Changed reference of service "mautic.lead.repository.lead_segment_query_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.model.relative_date" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.lead.model.lead_segment_decorator_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.provider.fillterOperator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.provider.fillterOperator" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.lead.provider.typeOperator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.provider.fieldChoices" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.provider.formAdjustments" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.field.dispatcher.field_save_dispatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.field.dispatcher.field_column_dispatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.field.dispatcher.field_column_background_dispatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.field.field_list" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.lead.field.notification.custom_field" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.lead.query.builder.basic" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.query.builder.foreign.value" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.query.builder.foreign.func" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.query.builder.special.dnc" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.query.builder.special.integration" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.query.builder.special.sessions" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.query.builder.complex_relation.value" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.query.builder.special.leadlist" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.lead.query.builder.channel_click.value" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.helper.twig.dnc_reason" previously pointing to "translator.decorated" to "translator".
Changed reference of service "marketplace.service.route_provider" previously pointing to "router.default" to "router".
Changed reference of service "mautic.notification.campaignbundle.subscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.notification.campaignbundle.subscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.helper.notification" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.onesignal" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.onesignal" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.onesignal" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.plugin.helper.reload" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.plugin.facade.reload" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.report.helper.report" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.report.model.send_schedule" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.report.model.message_schedule" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.report.model.message_schedule" previously pointing to "router.default" to "router".
Changed reference of service "mautic.sms.helper.reply" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.sms.broadcast.executioner" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integration.twilio" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.twilio" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.twilio" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.stats.aggregate.collector" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.user.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.security.authentication_handler" previously pointing to "router.default" to "router".
Changed reference of service "mautic.security.logout_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.webhook.notificator.webhookkillnotificator" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.webhook.notificator.webhookkillnotificator" previously pointing to "router.default" to "router".
Changed reference of service "mautic.webhook.campaign.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.social.helper.twitter_command" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integration.facebook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.facebook" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.facebook" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integration.foursquare" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.foursquare" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.foursquare" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integration.instagram" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.instagram" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.instagram" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integration.twitter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.twitter" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.twitter" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.focus.helper.token" previously pointing to "router.default" to "router".
Changed reference of service "mautic.focus.helper.iframe_availability_checker" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integration.outlook" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.outlook" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.outlook" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.plugin.fullcontact.lookup_helper" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.fullcontact" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.fullcontact" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.fullcontact" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integration.tagmanager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.tagmanager" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.tagmanager" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integration.clearbit" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.clearbit" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.clearbit" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integration.amazons3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.amazons3" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.amazons3" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integration.constantcontact" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.constantcontact" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.constantcontact" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integration.icontact" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.icontact" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.icontact" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integration.mailchimp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.mailchimp" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.mailchimp" previously pointing to "translator.decorated" to "translator".
Changed reference of service "mautic.integration.gmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.gmail" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.gmail" previously pointing to "translator.decorated" to "translator".
Changed reference of service ".service_locator.n.vWwvH" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.MEa3gue" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.u8tOvUF" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.A7n.BP8" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.y6YZvDn" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.rtMZBb1" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.4H6zi9c" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.TrI7xTW" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.hcsE7Ir" previously pointing to "translator.decorated" to "translator".
Changed reference of service ".service_locator..HMAeBL" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.kqwGtZW" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.X_HAdJV" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.F2ot14P" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.5uLxH3V" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ZoibFa1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JaOL9lf" previously pointing to "translator.decorated" to "translator".
Changed reference of service ".service_locator.IQwY6gL" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.decorated" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.pzSV6Ty" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.pzSV6Ty" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.kVgaQy5" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.e_.xxAP" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.decorated" to "translator".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
2495
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; 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 "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; 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 "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.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; 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.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; 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 "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "lightsaml.party.idp_entity_descriptor_store.file"; reason: abstract.
Removed service "security.authenticator.lightsaml_sp"; reason: abstract.
Removed service "Mautic\ApiBundle\Config"; reason: abstract.
Removed service "Mautic\ApiBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\ApiBundle\Entity"; reason: abstract.
Removed service "Mautic\ApiBundle\Event"; reason: abstract.
Removed service "Mautic\ApiBundle\Helper\BatchIdToEntityHelper"; reason: abstract.
Removed service "Mautic\ApiBundle\Security"; reason: abstract.
Removed service "Mautic\ApiBundle\Serializer\Exclusion"; reason: abstract.
Removed service "Mautic\ApiBundle\Tests"; reason: abstract.
Removed service "Mautic\AssetBundle\Config"; reason: abstract.
Removed service "Mautic\AssetBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\AssetBundle\Entity"; reason: abstract.
Removed service "Mautic\AssetBundle\Event"; reason: abstract.
Removed service "Mautic\AssetBundle\Security"; reason: abstract.
Removed service "Mautic\AssetBundle\Tests"; reason: abstract.
Removed service "Mautic\CampaignBundle\Config"; reason: abstract.
Removed service "Mautic\CampaignBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\CampaignBundle\Entity"; reason: abstract.
Removed service "Mautic\CampaignBundle\Event"; reason: abstract.
Removed service "Mautic\CampaignBundle\EventCollector"; reason: abstract.
Removed service "Mautic\CampaignBundle\Executioner\ContactFinder\Limiter\ContactLimiter"; reason: abstract.
Removed service "Mautic\CampaignBundle\Executioner\Dispatcher\Exception"; reason: abstract.
Removed service "Mautic\CampaignBundle\Executioner\Scheduler\Mode\DAO"; reason: abstract.
Removed service "Mautic\CampaignBundle\Membership\Exception"; reason: abstract.
Removed service "Mautic\CampaignBundle\Security"; reason: abstract.
Removed service "Mautic\CampaignBundle\Tests"; reason: abstract.
Removed service "Mautic\CategoryBundle\Config"; reason: abstract.
Removed service "Mautic\CategoryBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\CategoryBundle\Entity"; reason: abstract.
Removed service "Mautic\CategoryBundle\Event"; reason: abstract.
Removed service "Mautic\CategoryBundle\Security"; reason: abstract.
Removed service "Mautic\CategoryBundle\Tests"; reason: abstract.
Removed service "Mautic\ChannelBundle\Config"; reason: abstract.
Removed service "Mautic\ChannelBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\ChannelBundle\Entity"; reason: abstract.
Removed service "Mautic\ChannelBundle\Event"; reason: abstract.
Removed service "Mautic\ChannelBundle\PreferenceBuilder\ChannelPreferences"; reason: abstract.
Removed service "Mautic\ChannelBundle\PreferenceBuilder\PreferenceBuilder"; reason: abstract.
Removed service "Mautic\ChannelBundle\Security"; reason: abstract.
Removed service "Mautic\ChannelBundle\Tests"; reason: abstract.
Removed service "Mautic\ConfigBundle\Config"; reason: abstract.
Removed service "Mautic\ConfigBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\ConfigBundle\Event"; reason: abstract.
Removed service "Mautic\ConfigBundle\Exception"; reason: abstract.
Removed service "Mautic\ConfigBundle\Form\DataTransformer\DsnTransformer"; reason: abstract.
Removed service "Mautic\ConfigBundle\Tests"; reason: abstract.
Removed service "Mautic\CoreBundle\Cache\ResultCacheOptions"; reason: abstract.
Removed service "Mautic\CoreBundle\Config"; reason: abstract.
Removed service "Mautic\CoreBundle\DTO"; reason: abstract.
Removed service "Mautic\CoreBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\CoreBundle\Doctrine"; reason: abstract.
Removed service "Mautic\CoreBundle\Entity"; reason: abstract.
Removed service "Mautic\CoreBundle\Event"; reason: abstract.
Removed service "Mautic\CoreBundle\Exception"; reason: abstract.
Removed service "Mautic\CoreBundle\Form\DataTransformer"; reason: abstract.
Removed service "Mautic\CoreBundle\Form\EventListener\FormExitSubscriber"; reason: abstract.
Removed service "Mautic\CoreBundle\Helper\Chart"; reason: abstract.
Removed service "Mautic\CoreBundle\Helper\CommandResponse"; reason: abstract.
Removed service "Mautic\CoreBundle\Helper\Dsn\Dsn"; reason: abstract.
Removed service "Mautic\CoreBundle\Helper\Language\Installer"; reason: abstract.
Removed service "Mautic\CoreBundle\Helper\PageHelper"; reason: abstract.
Removed service "Mautic\CoreBundle\Helper\Tree\IntNode"; reason: abstract.
Removed service "Mautic\CoreBundle\Helper\Update\Github\Release"; reason: abstract.
Removed service "Mautic\CoreBundle\Helper\Update\PreUpdateChecks"; reason: abstract.
Removed service "Mautic\CoreBundle\Model\IteratorExportDataModel"; reason: abstract.
Removed service "Mautic\CoreBundle\Predis\Replication\MasterOnlyStrategy"; reason: abstract.
Removed service "Mautic\CoreBundle\Predis\Replication\StrategyConfig"; reason: abstract.
Removed service "Mautic\CoreBundle\ProcessSignal\Exception"; reason: abstract.
Removed service "Mautic\CoreBundle\ProcessSignal\ProcessSignalState"; reason: abstract.
Removed service "Mautic\CoreBundle\Release"; reason: abstract.
Removed service "Mautic\CoreBundle\Security"; reason: abstract.
Removed service "Mautic\CoreBundle\Session\Storage\Handler\RedisSentinelSessionHandler"; reason: abstract.
Removed service "Mautic\CoreBundle\Test"; reason: abstract.
Removed service "Mautic\CoreBundle\Tests"; reason: abstract.
Removed service "Mautic\CoreBundle\Translation\TranslatorLoader"; reason: abstract.
Removed service "Mautic\CoreBundle\Twig\Helper\ThemeHelper"; reason: abstract.
Removed service "Mautic\CoreBundle\Views"; reason: abstract.
Removed service "Mautic\DashboardBundle\Config"; reason: abstract.
Removed service "Mautic\DashboardBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\DashboardBundle\Entity"; reason: abstract.
Removed service "Mautic\DashboardBundle\Event"; reason: abstract.
Removed service "Mautic\DashboardBundle\Exception"; reason: abstract.
Removed service "Mautic\DashboardBundle\Tests"; reason: abstract.
Removed service "Mautic\DynamicContentBundle\Config"; reason: abstract.
Removed service "Mautic\DynamicContentBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\DynamicContentBundle\Entity"; reason: abstract.
Removed service "Mautic\DynamicContentBundle\Event"; reason: abstract.
Removed service "Mautic\DynamicContentBundle\Security"; reason: abstract.
Removed service "Mautic\DynamicContentBundle\Tests"; reason: abstract.
Removed service "Mautic\EmailBundle\Config"; reason: abstract.
Removed service "Mautic\EmailBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\EmailBundle\Entity"; reason: abstract.
Removed service "Mautic\EmailBundle\Event"; reason: abstract.
Removed service "Mautic\EmailBundle\Exception"; reason: abstract.
Removed service "Mautic\EmailBundle\Helper\DTO"; reason: abstract.
Removed service "Mautic\EmailBundle\MonitoredEmail\Accessor"; reason: abstract.
Removed service "Mautic\EmailBundle\MonitoredEmail\Organizer"; reason: abstract.
Removed service "Mautic\EmailBundle\MonitoredEmail\Processor"; reason: abstract.
Removed service "Mautic\EmailBundle\OptionsAccessor"; reason: abstract.
Removed service "Mautic\EmailBundle\Security"; reason: abstract.
Removed service "Mautic\EmailBundle\Stat\Reference"; reason: abstract.
Removed service "Mautic\EmailBundle\Tests"; reason: abstract.
Removed service "Mautic\FormBundle\Config"; reason: abstract.
Removed service "Mautic\FormBundle\Crate"; reason: abstract.
Removed service "Mautic\FormBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\FormBundle\Entity"; reason: abstract.
Removed service "Mautic\FormBundle\Event"; reason: abstract.
Removed service "Mautic\FormBundle\Exception"; reason: abstract.
Removed service "Mautic\FormBundle\ProgressiveProfiling\DisplayCounter"; reason: abstract.
Removed service "Mautic\FormBundle\ProgressiveProfiling\DisplayManager"; reason: abstract.
Removed service "Mautic\FormBundle\Security"; reason: abstract.
Removed service "Mautic\FormBundle\Tests"; reason: abstract.
Removed service "Mautic\FormBundle\Views"; reason: abstract.
Removed service "Mautic\InstallBundle\Config"; reason: abstract.
Removed service "Mautic\InstallBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\InstallBundle\Exception"; reason: abstract.
Removed service "Mautic\InstallBundle\Helper\SchemaHelper"; reason: abstract.
Removed service "Mautic\InstallBundle\Tests"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Auth\Support\Oauth2\Token"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Config"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\DTO"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Entity"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Event"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Exception"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Helper\FieldFilterHelper"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Helper\FieldMergerHelper"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Migration"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Migrations"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Sync\DAO"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Sync\Exception"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Sync\SyncDataExchange\Internal\Executioner\Exception"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Sync\SyncProcess\SyncProcess"; reason: abstract.
Removed service "Mautic\IntegrationsBundle\Tests"; reason: abstract.
Removed service "Mautic\LeadBundle\Config"; reason: abstract.
Removed service "Mautic\LeadBundle\DataObject"; reason: abstract.
Removed service "Mautic\LeadBundle\Deduplicate\Exception"; reason: abstract.
Removed service "Mautic\LeadBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\LeadBundle\Entity"; reason: abstract.
Removed service "Mautic\LeadBundle\Event"; reason: abstract.
Removed service "Mautic\LeadBundle\Exception"; reason: abstract.
Removed service "Mautic\LeadBundle\Field\DTO"; reason: abstract.
Removed service "Mautic\LeadBundle\Field\Event"; reason: abstract.
Removed service "Mautic\LeadBundle\Security"; reason: abstract.
Removed service "Mautic\LeadBundle\Segment\ContactSegmentFilter"; reason: abstract.
Removed service "Mautic\LeadBundle\Segment\ContactSegmentFilterCrate"; reason: abstract.
Removed service "Mautic\LeadBundle\Segment\Decorator"; reason: abstract.
Removed service "Mautic\LeadBundle\Segment\DoNotContact"; reason: abstract.
Removed service "Mautic\LeadBundle\Segment\IntegrationCampaign"; reason: abstract.
Removed service "Mautic\LeadBundle\Segment\Query"; reason: abstract.
Removed service "Mautic\LeadBundle\Segment\Stat"; reason: abstract.
Removed service "Mautic\LeadBundle\Tests"; reason: abstract.
Removed service "Mautic\MarketplaceBundle\Config"; reason: abstract.
Removed service "Mautic\MarketplaceBundle\DTO"; reason: abstract.
Removed service "Mautic\MarketplaceBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\MarketplaceBundle\Exception"; reason: abstract.
Removed service "Mautic\MarketplaceBundle\Security"; reason: abstract.
Removed service "Mautic\MarketplaceBundle\Tests"; reason: abstract.
Removed service "Mautic\MessengerBundle\Config"; reason: abstract.
Removed service "Mautic\MessengerBundle\Message"; reason: abstract.
Removed service "Mautic\MessengerBundle\Tests"; reason: abstract.
Removed service "Mautic\NotificationBundle\Config"; reason: abstract.
Removed service "Mautic\NotificationBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\NotificationBundle\Entity"; reason: abstract.
Removed service "Mautic\NotificationBundle\Event"; reason: abstract.
Removed service "Mautic\NotificationBundle\Exception"; reason: abstract.
Removed service "Mautic\NotificationBundle\Security"; reason: abstract.
Removed service "Mautic\NotificationBundle\Tests"; reason: abstract.
Removed service "Mautic\PageBundle\Config"; reason: abstract.
Removed service "Mautic\PageBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\PageBundle\Entity"; reason: abstract.
Removed service "Mautic\PageBundle\Event"; reason: abstract.
Removed service "Mautic\PageBundle\Security"; reason: abstract.
Removed service "Mautic\PageBundle\Tests"; reason: abstract.
Removed service "Mautic\PluginBundle\Config"; reason: abstract.
Removed service "Mautic\PluginBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\PluginBundle\Entity"; reason: abstract.
Removed service "Mautic\PluginBundle\Event"; reason: abstract.
Removed service "Mautic\PluginBundle\Exception"; reason: abstract.
Removed service "Mautic\PluginBundle\Helper\oAuthHelper"; reason: abstract.
Removed service "Mautic\PluginBundle\Integration\IntegrationObject"; reason: abstract.
Removed service "Mautic\PluginBundle\Security"; reason: abstract.
Removed service "Mautic\PluginBundle\Tests"; reason: abstract.
Removed service "Mautic\PointBundle\Config"; reason: abstract.
Removed service "Mautic\PointBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\PointBundle\Entity"; reason: abstract.
Removed service "Mautic\PointBundle\Event"; reason: abstract.
Removed service "Mautic\PointBundle\Security"; reason: abstract.
Removed service "Mautic\PointBundle\Tests"; reason: abstract.
Removed service "Mautic\ReportBundle\Builder\MauticReportBuilder"; reason: abstract.
Removed service "Mautic\ReportBundle\Config"; reason: abstract.
Removed service "Mautic\ReportBundle\Crate"; reason: abstract.
Removed service "Mautic\ReportBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\ReportBundle\Entity"; reason: abstract.
Removed service "Mautic\ReportBundle\Event"; reason: abstract.
Removed service "Mautic\ReportBundle\Exception"; reason: abstract.
Removed service "Mautic\ReportBundle\Form\DataTransformer\ReportFilterDataTransformer"; reason: abstract.
Removed service "Mautic\ReportBundle\Generator"; reason: abstract.
Removed service "Mautic\ReportBundle\Scheduler\Entity"; reason: abstract.
Removed service "Mautic\ReportBundle\Scheduler\Option"; reason: abstract.
Removed service "Mautic\ReportBundle\Security"; reason: abstract.
Removed service "Mautic\ReportBundle\Tests"; reason: abstract.
Removed service "Mautic\SmsBundle\Config"; reason: abstract.
Removed service "Mautic\SmsBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\SmsBundle\Entity"; reason: abstract.
Removed service "Mautic\SmsBundle\Event"; reason: abstract.
Removed service "Mautic\SmsBundle\Exception"; reason: abstract.
Removed service "Mautic\SmsBundle\Security"; reason: abstract.
Removed service "Mautic\SmsBundle\Tests"; reason: abstract.
Removed service "Mautic\StageBundle\Config"; reason: abstract.
Removed service "Mautic\StageBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\StageBundle\Entity"; reason: abstract.
Removed service "Mautic\StageBundle\Event"; reason: abstract.
Removed service "Mautic\StageBundle\Security"; reason: abstract.
Removed service "Mautic\StageBundle\Tests"; reason: abstract.
Removed service "Mautic\StatsBundle\Aggregate\Calculator"; reason: abstract.
Removed service "Mautic\StatsBundle\Aggregate\Collection"; reason: abstract.
Removed service "Mautic\StatsBundle\Config"; reason: abstract.
Removed service "Mautic\StatsBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\StatsBundle\Event"; reason: abstract.
Removed service "Mautic\StatsBundle\Tests"; reason: abstract.
Removed service "Mautic\UserBundle\Config"; reason: abstract.
Removed service "Mautic\UserBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\UserBundle\Entity"; reason: abstract.
Removed service "Mautic\UserBundle\Event"; reason: abstract.
Removed service "Mautic\UserBundle\Exception"; reason: abstract.
Removed service "Mautic\UserBundle\Security"; reason: abstract.
Removed service "Mautic\UserBundle\Tests"; reason: abstract.
Removed service "security.authenticator.mautic_sso"; reason: abstract.
Removed service "security.authenticator.mautic_api"; reason: abstract.
Removed service "Mautic\WebhookBundle\Config"; reason: abstract.
Removed service "Mautic\WebhookBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\WebhookBundle\Entity"; reason: abstract.
Removed service "Mautic\WebhookBundle\Event"; reason: abstract.
Removed service "Mautic\WebhookBundle\Form\DataTransformer\EventsToArrayTransformer"; reason: abstract.
Removed service "Mautic\WebhookBundle\Security"; reason: abstract.
Removed service "Mautic\WebhookBundle\Tests"; reason: abstract.
Removed service "Mautic\CacheBundle\Config"; reason: abstract.
Removed service "Mautic\CacheBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\CacheBundle\Tests"; reason: abstract.
Removed service "MauticPlugin\MauticSocialBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticSocialBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticSocialBundle\Entity"; reason: abstract.
Removed service "MauticPlugin\MauticSocialBundle\Event"; reason: abstract.
Removed service "MauticPlugin\MauticSocialBundle\Exception"; reason: abstract.
Removed service "MauticPlugin\MauticSocialBundle\Security"; reason: abstract.
Removed service "MauticPlugin\MauticSocialBundle\Tests"; reason: abstract.
Removed service "MauticPlugin\MauticFocusBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticFocusBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticFocusBundle\Entity"; reason: abstract.
Removed service "MauticPlugin\MauticFocusBundle\Event"; reason: abstract.
Removed service "MauticPlugin\MauticFocusBundle\Security"; reason: abstract.
Removed service "MauticPlugin\MauticFocusBundle\Tests"; reason: abstract.
Removed service "MauticPlugin\MauticOutlookBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticOutlookBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticOutlookBundle\Tests"; reason: abstract.
Removed service "MauticPlugin\MauticFullContactBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticFullContactBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticFullContactBundle\Exception"; reason: abstract.
Removed service "MauticPlugin\MauticFullContactBundle\Services"; reason: abstract.
Removed service "MauticPlugin\GrapesJsBuilderBundle\Config"; reason: abstract.
Removed service "MauticPlugin\GrapesJsBuilderBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\GrapesJsBuilderBundle\Entity"; reason: abstract.
Removed service "MauticPlugin\GrapesJsBuilderBundle\Tests"; reason: abstract.
Removed service "MauticPlugin\MauticTagManagerBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticTagManagerBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticTagManagerBundle\Entity"; reason: abstract.
Removed service "MauticPlugin\MauticTagManagerBundle\Security"; reason: abstract.
Removed service "MauticPlugin\MauticTagManagerBundle\Tests"; reason: abstract.
Removed service "MauticPlugin\MauticClearbitBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticClearbitBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticClearbitBundle\Services"; reason: abstract.
Removed service "MauticPlugin\MauticCloudStorageBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticCloudStorageBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticCloudStorageBundle\Exception"; reason: abstract.
Removed service "MauticPlugin\MauticEmailMarketingBundle\Api"; reason: abstract.
Removed service "MauticPlugin\MauticEmailMarketingBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticEmailMarketingBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticZapierBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticZapierBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticCrmBundle\Api"; reason: abstract.
Removed service "MauticPlugin\MauticCrmBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticCrmBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticCrmBundle\Integration\Salesforce"; reason: abstract.
Removed service "MauticPlugin\MauticCrmBundle\Tests"; reason: abstract.
Removed service "MauticPlugin\MauticGmailBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticGmailBundle\DependencyInjection"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ApiBundle\Controller\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ApiBundle\Controller\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\Controller\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ApiBundle\Controller\CommonApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ApiBundle\Controller\CommonApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\Controller\CommonApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ApiBundle\Controller\FetchCommonApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ApiBundle\Controller\FetchCommonApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\Controller\FetchCommonApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ApiBundle\Controller\oAuth2\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ApiBundle\Controller\oAuth2\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\Controller\oAuth2\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\EventListener\ApiSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\EventListener\ApiSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\EventListener\ClientSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\EventListener\ClientSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ApiBundle\Form\Type\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\Form\Type\ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ApiBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ApiBundle\Model\ClientModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\Model\ClientModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ApiBundle\Entity\oAuth2\ClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\Entity\oAuth2\ClientRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\AssetBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\AssetBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\AssetBundle\Controller\Api\AssetApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\AssetBundle\Controller\Api\AssetApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\Controller\Api\AssetApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\AssetBundle\Controller\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\AssetBundle\Controller\AssetController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\Controller\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\AssetBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\AssetBundle\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\AssetSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\AssetSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\BuilderSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\BuilderSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\DetermineWinnerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\DetermineWinnerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\EmailSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\EmailSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\PageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\PageSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\UploadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\UploadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\AssetListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\Form\Type\AssetListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\AssetType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\Form\Type\AssetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\CampaignEventAssetDownloadType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\Form\Type\CampaignEventAssetDownloadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\FormSubmitActionDownloadFileType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\Form\Type\FormSubmitActionDownloadFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\AssetBundle\Form\Type\PointActionAssetDownloadType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\Form\Type\PointActionAssetDownloadType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\AssetBundle\Model\AssetModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\Model\AssetModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\AssetBundle\Entity\AssetRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\Entity\AssetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\AssetBundle\Entity\DownloadRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\Entity\DownloadRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\CampaignDeleteEventLogsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Command\CampaignDeleteEventLogsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\ExecuteEventCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Command\ExecuteEventCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\SummarizeCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Command\SummarizeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\TriggerCampaignCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Command\TriggerCampaignCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\UpdateLeadCampaignsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Command\UpdateLeadCampaignsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\ValidateEventCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Command\ValidateEventCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\Api\CampaignApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\Api\CampaignApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Controller\Api\CampaignApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\Api\EventApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\Api\EventApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Controller\Api\EventApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\Api\EventLogApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\Api\EventLogApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Controller\Api\EventLogApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\CampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\CampaignController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Controller\CampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\CampaignMapStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\CampaignMapStatsController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Controller\CampaignMapStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\CampaignMetricsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\CampaignMetricsController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Controller\CampaignMetricsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\EventController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\SourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\SourceController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Controller\SourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignActionChangeMembershipSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignActionChangeMembershipSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignActionJumpToEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignActionJumpToEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignEventDeleteSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignEventDeleteSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignEventLogCleanupSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignEventLogCleanupSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignInjectCustomContentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignInjectCustomContentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CampaignBundle\Executioner\ScheduledExecutioner"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Executioner\ScheduledExecutioner"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CampaignBundle\Executioner\TestInactiveExecutioner"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Executioner\TestInactiveExecutioner"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CampaignBundle\Executioner\TestScheduledExecutioner"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Executioner\TestScheduledExecutioner"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignEventAddRemoveLeadType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignEventAddRemoveLeadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignEventJumpToEventType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignEventJumpToEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignEventLeadChangeType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignEventLeadChangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignLeadSourceType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignLeadSourceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\EventCanvasSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Form\Type\EventCanvasSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\EventType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Form\Type\EventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\CampaignBundle\Form\Validator\Constraints\InfiniteLoopValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Form\Validator\Constraints\InfiniteLoopValidator"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CampaignBundle\Model\CampaignModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Model\CampaignModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CampaignBundle\Model\EventLogModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Model\EventLogModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CampaignBundle\Model\EventModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Model\EventModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CampaignBundle\Model\SummaryModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Model\SummaryModel"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CampaignBundle\Twig\Extension\CampaignEventIconExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Twig\Extension\CampaignEventIconExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\CampaignRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Entity\CampaignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\EventRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Entity\EventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\FailedLeadEventLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Entity\FailedLeadEventLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\LeadEventLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Entity\LeadEventLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\LeadRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Entity\LeadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CampaignBundle\Entity\SummaryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Entity\SummaryRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CategoryBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CategoryBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CategoryBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CategoryBundle\Controller\Api\CategoryApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CategoryBundle\Controller\Api\CategoryApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CategoryBundle\Controller\Api\CategoryApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CategoryBundle\Controller\BatchContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CategoryBundle\Controller\BatchContactController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CategoryBundle\Controller\BatchContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CategoryBundle\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CategoryBundle\Controller\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CategoryBundle\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CategoryBundle\EventListener\ButtonSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CategoryBundle\EventListener\ButtonSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CategoryBundle\EventListener\CategorySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CategoryBundle\EventListener\CategorySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CategoryBundle\Form\Type\CategoryBundlesType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CategoryBundle\Form\Type\CategoryBundlesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CategoryBundle\Form\Type\CategoryListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CategoryBundle\Form\Type\CategoryListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CategoryBundle\Form\Type\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CategoryBundle\Form\Type\CategoryType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CategoryBundle\Model\CategoryModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CategoryBundle\Model\CategoryModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CategoryBundle\Entity\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CategoryBundle\Entity\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\ChannelBundle\Command\ProcessMarketingMessagesQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Command\ProcessMarketingMessagesQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\ChannelBundle\Command\SendChannelBroadcastCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Command\SendChannelBroadcastCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ChannelBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ChannelBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ChannelBundle\Controller\Api\MessageApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ChannelBundle\Controller\Api\MessageApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Controller\Api\MessageApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ChannelBundle\Controller\BatchContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ChannelBundle\Controller\BatchContactController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Controller\BatchContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ChannelBundle\Controller\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ChannelBundle\Controller\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Controller\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\ButtonSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\EventListener\ButtonSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\MessageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\EventListener\MessageSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ChannelBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ChannelBundle\Form\Type\ChannelType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Form\Type\ChannelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ChannelBundle\Form\Type\MessageListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Form\Type\MessageListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ChannelBundle\Form\Type\MessageSendType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Form\Type\MessageSendType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ChannelBundle\Form\Type\MessageType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Form\Type\MessageType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ChannelBundle\Model\MessageModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Model\MessageModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ChannelBundle\Model\MessageQueueModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Model\MessageQueueModel"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\ChannelBundle\Twig\ChannelExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Twig\ChannelExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ChannelBundle\Entity\MessageQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Entity\MessageQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ChannelBundle\Entity\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ChannelBundle\Entity\MessageRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ConfigBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ConfigBundle\Controller\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ConfigBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ConfigBundle\Controller\SysinfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ConfigBundle\Controller\SysinfoController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ConfigBundle\Controller\SysinfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ConfigBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ConfigBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ConfigBundle\Form\Type\ConfigFileType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ConfigBundle\Form\Type\ConfigFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ConfigBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ConfigBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ConfigBundle\Form\Type\DsnType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ConfigBundle\Form\Type\DsnType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\AnonymizeIpCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\AnonymizeIpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\ApplyUpdatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\ApplyUpdatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\CleanupMaintenanceCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\CleanupMaintenanceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\CleanupMediaAssetsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\CleanupMediaAssetsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\ConvertConfigCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\ConvertConfigCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\FindUpdatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\FindUpdatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\GenerateProductionAssetsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\GenerateProductionAssetsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\InstallDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\InstallDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\MaxMindDoNotSellPurgeCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\MaxMindDoNotSellPurgeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\PullTransifexCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\PullTransifexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\PushTransifexCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\PushTransifexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UnusedIpDeleteCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\UnusedIpDeleteCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UpdateDoNotSellListCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\UpdateDoNotSellListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UpdateIpDataStoreCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\UpdateIpDataStoreCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\Api\FileApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\Api\FileApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Controller\Api\FileApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\Api\StatsApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\Api\StatsApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Controller\Api\StatsApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\Api\ThemeApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\Api\ThemeApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Controller\Api\ThemeApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\CommonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\CommonController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Controller\CommonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\ExceptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\ExceptionController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Controller\ExceptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\FileController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Controller\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\FormController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Controller\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\JsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\JsController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Controller\JsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CoreBundle\Controller\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CoreBundle\Controller\ThemeController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Controller\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\AssetsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\AssetsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\BuildJsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\BuildJsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\ConfigThemeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\ConfigThemeSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\CoreSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\CoreSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\EditorFontsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\EditorFontsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\EnvironmentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\EnvironmentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\MaintenanceSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\MaintenanceSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\MigrationCommandSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\MigrationCommandSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\RequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\RequestSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CoreBundle\Form\EventListener\CleanFormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\EventListener\CleanFormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\AlertType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\AlertType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\BooleanType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\BooleanType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ButtonGroupType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\ButtonGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ConfigThemeType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\ConfigThemeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ContentPreviewSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\ContentPreviewSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\CountryType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\CountryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DatePickerType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\DatePickerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DateRangeType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\DateRangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DynamicContentFilterEntryType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\DynamicContentFilterEntryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DynamicContentFilterType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\DynamicContentFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\DynamicListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\DynamicListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\EntityLookupType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\EntityLookupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\FormButtonsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\FormButtonsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\IpLookupDownloadDataStoreButtonType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\IpLookupDownloadDataStoreButtonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\LocaleType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\LocaleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\LookupType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\LookupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\MultiselectType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\MultiselectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\PublishDownDateType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\PublishDownDateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\PublishUpDateType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\PublishUpDateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\RegionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\RegionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\SelectType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\SelectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\SortableListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\SortableListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\SortableValueLabelListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\SortableValueLabelListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\StandAloneButtonType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\StandAloneButtonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\TelType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\TelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ThemeListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\ThemeListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\ThemeUploadType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\ThemeUploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\TimeFormatType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\TimeFormatType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\TimezoneType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\TimezoneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CoreBundle\Form\Type\YesNoButtonGroupType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Type\YesNoButtonGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\CoreBundle\Form\Validator\Constraints\FileEncodingValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Validator\Constraints\FileEncodingValidator"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CoreBundle\Model\AuditLogModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Model\AuditLogModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CoreBundle\Model\FormModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Model\FormModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\CoreBundle\Model\NotificationModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Model\NotificationModel"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Mautic\CoreBundle\Translation\Translator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Translation\Translator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\AnalyticsExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\AnalyticsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\AssetExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\AssetExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\BarChartExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\BarChartExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ButtonExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ButtonExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ClassExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ClassExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ConfigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ConfigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ContentExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ContentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\CoreHelpersExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\CoreHelpersExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\DateExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\DateExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\DateTimeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\DateTimeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\DeviceExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\DeviceExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\EmojiExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\EmojiExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\EnumExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\EnumExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ExceptionExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ExceptionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\FormExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\FormExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\FormatterExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\FormatterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\GravatarExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\GravatarExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\HtmlExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\HtmlExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\InputExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\InputExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\LanguageExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\LanguageExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\MautibotExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\MautibotExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\MenuExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\MenuExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\NumericExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\NumericExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ObjectExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ObjectExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\SearchCommandListExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\SearchCommandListExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\SecurityExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\SecurityExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\SerializerExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\SerializerExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\StorageExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\StorageExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ThemesExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ThemesExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\TranslatorExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\TranslatorExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\VersionExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\VersionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Helper\EntityHelper"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Helper\EntityHelper"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\CoreBundle\Validator\EntityEventValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Validator\EntityEventValidator"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CoreBundle\Entity\AuditLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Entity\AuditLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CoreBundle\Entity\CommonRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Entity\CommonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CoreBundle\Entity\IpAddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Entity\IpAddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\CoreBundle\Entity\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Entity\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DashboardBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DashboardBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DashboardBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DashboardBundle\Controller\Api\WidgetApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DashboardBundle\Controller\Api\WidgetApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DashboardBundle\Controller\Api\WidgetApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DashboardBundle\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DashboardBundle\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DashboardBundle\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DashboardBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DashboardBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DashboardBundle\Form\Type\UploadType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DashboardBundle\Form\Type\UploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DashboardBundle\Form\Type\WidgetType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DashboardBundle\Form\Type\WidgetType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\DashboardBundle\Model\DashboardModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DashboardBundle\Model\DashboardModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\DashboardBundle\Entity\WidgetRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DashboardBundle\Entity\WidgetRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DynamicContentBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DynamicContentBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DynamicContentBundle\Controller\DynamicContentApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DynamicContentBundle\Controller\DynamicContentApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Controller\DynamicContentApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\DynamicContentBundle\Controller\DynamicContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\DynamicContentBundle\Controller\DynamicContentController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Controller\DynamicContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\BuildJsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\EventListener\BuildJsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\ChannelSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\EventListener\ChannelSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\DynamicContentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\EventListener\DynamicContentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DynamicContentBundle\Form\Type\DynamicContentDecisionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Form\Type\DynamicContentDecisionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DynamicContentBundle\Form\Type\DynamicContentListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Form\Type\DynamicContentListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DynamicContentBundle\Form\Type\DynamicContentSendType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Form\Type\DynamicContentSendType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\DynamicContentBundle\Form\Type\DynamicContentType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Form\Type\DynamicContentType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\DynamicContentBundle\Model\DynamicContentModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Model\DynamicContentModel"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\DynamicContentBundle\Validator\Constraints\NoNestingValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Validator\Constraints\NoNestingValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\DynamicContentBundle\Validator\Constraints\SlotNameTypeValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Validator\Constraints\SlotNameTypeValidator"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\DynamicContentBundle\Entity\DynamicContentLeadDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Entity\DynamicContentLeadDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\DynamicContentBundle\Entity\DynamicContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Entity\DynamicContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\DynamicContentBundle\Entity\StatRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Entity\StatRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\EmailBundle\Command\ProcessFetchEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Command\ProcessFetchEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\Api\EmailApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\Api\EmailApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Controller\Api\EmailApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\BatchEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\BatchEmailController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Controller\BatchEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\EmailGraphStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\EmailGraphStatsController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Controller\EmailGraphStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\EmailMapStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\EmailMapStatsController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Controller\EmailMapStatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\EmailBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\EmailBundle\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\BroadcastSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\BroadcastSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\BuilderSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\BuilderSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\CampaignConditionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\CampaignConditionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ChannelSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\ChannelSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\DashboardBestHoursSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\DashboardBestHoursSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\DateTimeTokenSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\DateTimeTokenSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\DetermineWinnerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\DetermineWinnerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\EmailSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\EmailSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\EmailToUserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\EmailToUserSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\GeneratedColumnSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\GeneratedColumnSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\GraphAggregateStatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\GraphAggregateStatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\MessageQueueSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\MessageQueueSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\PageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\PageSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ProcessBounceSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\ProcessBounceSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ProcessReplySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\ProcessReplySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ProcessUnsubscribeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\ProcessUnsubscribeSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\TokenSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\TokenSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\TrackingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\TrackingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\WebhookSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\WebhookSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\AbTestPropertiesType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\AbTestPropertiesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\BatchCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\BatchCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\BatchSendType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\BatchSendType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\ConfigMonitoredEmailType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\ConfigMonitoredEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\ConfigMonitoredMailboxesType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\ConfigMonitoredMailboxesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\DashboardBestHoursWidgetType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\DashboardBestHoursWidgetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\DashboardEmailsInTimeWidgetType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\DashboardEmailsInTimeWidgetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\DashboardMostHitEmailRedirectsWidgetType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\DashboardMostHitEmailRedirectsWidgetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\DashboardSentEmailToContactsWidgetType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\DashboardSentEmailToContactsWidgetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailClickDecisionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailClickDecisionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailOpenType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailOpenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailSendType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailSendType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailToUserType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailToUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\EmailUtmTagsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\EmailUtmTagsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\ExampleSendType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\ExampleSendType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\FormSubmitActionUserEmailType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\FormSubmitActionUserEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\VariantType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\VariantType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\EmailBundle\Model\EmailDraftModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Model\EmailDraftModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\EmailBundle\Model\EmailModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Model\EmailModel"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\EmailBundle\Validator\DsnValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Validator\DsnValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\EmailBundle\Validator\EmailListsValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Validator\EmailListsValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\EmailBundle\Validator\TextOnlyDynamicContentValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Validator\TextOnlyDynamicContentValidator"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\CopyRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Entity\CopyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\EmailDraftRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Entity\EmailDraftRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\EmailReplyRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Entity\EmailReplyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\EmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Entity\EmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\StatDeviceRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Entity\StatDeviceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\EmailBundle\Entity\StatRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Entity\StatRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\ActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\ActionController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Controller\ActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\Api\FormApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\Api\FormApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Controller\Api\FormApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\Api\SubmissionApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\Api\SubmissionApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Controller\Api\SubmissionApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\FieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\FieldController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Controller\FieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\FormController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Controller\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\FormBundle\Controller\ResultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\FormBundle\Controller\ResultController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Controller\ResultController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\DetermineWinnerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\DetermineWinnerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\EmailSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\EmailSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FormConditionalSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\FormConditionalSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FormValidationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\FormValidationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\PageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\PageSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\WebhookSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\WebhookSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\ActionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\ActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\CampaignEventFormFieldValueType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\CampaignEventFormFieldValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\CampaignEventFormSubmitType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\CampaignEventFormSubmitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\ConfigFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\ConfigFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldCaptchaType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldCaptchaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldConditionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldConditionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldEmailType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldFileType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldGroupType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldHTMLType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldHTMLType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldNumberType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldPageBreakType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldPageBreakType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldPlaceholderType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldPlaceholderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldSelectType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldSelectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldTelType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldTelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldTextType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\PointActionFormSubmitType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\PointActionFormSubmitType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\ActionModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Model\ActionModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\FieldModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Model\FieldModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\FormModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Model\FormModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\SubmissionModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Model\SubmissionModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\FormBundle\Model\SubmissionResultLoader"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Model\SubmissionResultLoader"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\FormBundle\Twig\Extension\FormFieldExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Twig\Extension\FormFieldExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\FormBundle\Validator\Constraint\PhoneNumberConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Validator\Constraint\PhoneNumberConstraintValidator"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\FormBundle\Entity\ActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Entity\ActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\FormBundle\Entity\FieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Entity\FieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\FormBundle\Entity\FormRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Entity\FormRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\FormBundle\Entity\SubmissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Entity\SubmissionRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\InstallBundle\Command\InstallCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\InstallBundle\Command\InstallCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\InstallBundle\Configurator\Form\CheckStepType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\InstallBundle\Configurator\Form\CheckStepType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\InstallBundle\Configurator\Form\DoctrineStepType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\InstallBundle\Configurator\Form\DoctrineStepType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\InstallBundle\Configurator\Form\UserStepType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\InstallBundle\Configurator\Form\UserStepType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\InstallBundle\Controller\InstallController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\InstallBundle\Controller\InstallController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\InstallBundle\Controller\InstallController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\InstallBundle\Twig\TwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\InstallBundle\Twig\TwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\IntegrationsBundle\Command\CleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Command\CleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\IntegrationsBundle\Command\SyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Command\SyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\IntegrationsBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\IntegrationsBundle\Controller\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\IntegrationsBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\IntegrationsBundle\Controller\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\IntegrationsBundle\Controller\FieldPaginationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\IntegrationsBundle\Controller\FieldPaginationController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Controller\FieldPaginationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\IntegrationsBundle\Controller\UpdateFieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\IntegrationsBundle\Controller\UpdateFieldController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Controller\UpdateFieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\CompanyObjectSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\EventListener\CompanyObjectSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\ContactObjectSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\EventListener\ContactObjectSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\EmailSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\EventListener\EmailSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\TimelineSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\EventListener\TimelineSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\IntegrationsBundle\EventListener\UIContactIntegrationsTabSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\EventListener\UIContactIntegrationsTabSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\ActivityListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\ActivityListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\IntegrationConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationFeatureSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\IntegrationFeatureSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsFieldMappingsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsFieldMappingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsObjectFieldMappingType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsObjectFieldMappingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsObjectFieldType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsObjectFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Form\Type\IntegrationSyncSettingsType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\IntegrationsBundle\Entity\FieldChangeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Entity\FieldChangeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\IntegrationsBundle\Entity\ObjectMappingRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\IntegrationsBundle\Entity\ObjectMappingRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\ContactScheduledExportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Command\ContactScheduledExportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\DeduplicateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Command\DeduplicateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\DeduplicateIdsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Command\DeduplicateIdsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\DeleteContactSecondaryCompaniesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Command\DeleteContactSecondaryCompaniesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\ImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Command\ImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\SegmentStatCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Command\SegmentStatCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\UpdateLeadListsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Command\UpdateLeadListsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\CompanyApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\CompanyApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\Api\CompanyApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\DeviceApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\DeviceApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\Api\DeviceApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\FieldApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\FieldApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\Api\FieldApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\LeadApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\LeadApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\Api\LeadApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\ListApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\ListApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\Api\ListApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\NoteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\NoteApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\Api\NoteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\Api\TagApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\Api\TagApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\Api\TagApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\AuditlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\AuditlogController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\AuditlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\BatchSegmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\BatchSegmentController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\BatchSegmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\FieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\FieldController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\FieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\LeadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\LeadController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\LeadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\ListController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\NoteController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\LeadBundle\Controller\TimelineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\LeadBundle\Controller\TimelineController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Controller\TimelineController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ButtonSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\ButtonSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\CampaignActionDNCSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\CampaignActionDNCSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\CampaignActionDeleteContactSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\CampaignActionDeleteContactSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\CompanySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\CompanySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ContactExportAuditLogSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\ContactExportAuditLogSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\DoNotContactSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\DoNotContactSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\DynamicContentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\DynamicContentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\EmailSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\EmailSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\FilterOperatorSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\FilterOperatorSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\GeneratedColumnSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\GeneratedColumnSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ImportCompanySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\ImportCompanySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ImportContactSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\ImportContactSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ImportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\ImportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\MaintenanceSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\MaintenanceSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\OwnerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\OwnerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportDNCSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\ReportDNCSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportDevicesSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\ReportDevicesSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportNormalizeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\ReportNormalizeSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ReportUtmTagSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\ReportUtmTagSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentLogReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentLogReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentOperatorQuerySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentOperatorQuerySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentStatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentStatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SetContactAvatarFormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\SetContactAvatarFormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\TimelineEventLogCampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\TimelineEventLogCampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\TimelineEventLogSegmentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\TimelineEventLogSegmentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\TimelineEventLogSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\TimelineEventLogSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\TypeOperatorSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\TypeOperatorSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\WebhookSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\WebhookSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\AnalyseCustomFieldCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Field\Command\AnalyseCustomFieldCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\CreateCustomFieldCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Field\Command\CreateCustomFieldCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\DeleteCustomFieldCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Field\Command\DeleteCustomFieldCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\ModifyCustomFieldCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Field\Command\ModifyCustomFieldCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\UpdateCustomFieldCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Field\Command\UpdateCustomFieldCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ActionAddUtmTagsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\ActionAddUtmTagsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ActionRemoveDoNotContact"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\ActionRemoveDoNotContact"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\AddToCompanyActionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\AddToCompanyActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\BatchType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\BatchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignActionAddDNCType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignActionAddDNCType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignActionRemoveDNCType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignActionRemoveDNCType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignConditionLeadPageHitType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignConditionLeadPageHitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadCampaignsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadCampaignsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadDNCType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadDNCType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadDeviceType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadDeviceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadFieldValueType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadFieldValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadOwnerType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadOwnerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadSegmentsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadSegmentsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadStagesType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadStagesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventLeadTagsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventLeadTagsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CampaignEventPointType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CampaignEventPointType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ChangeOwnerType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\ChangeOwnerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CompanyChangeScoreActionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CompanyChangeScoreActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CompanyListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CompanyListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CompanyMergeType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CompanyMergeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\CompanyType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\CompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ConfigCompanyType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\ConfigCompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ContactChannelsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\ContactChannelsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ContactColumnsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\ContactColumnsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ContactFrequencyType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\ContactFrequencyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ContactGroupPointsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\ContactGroupPointsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DashboardLeadsInTimeWidgetType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\DashboardLeadsInTimeWidgetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DashboardLeadsLifetimeWidgetType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\DashboardLeadsLifetimeWidgetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DashboardSegmentsBuildTime"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\DashboardSegmentsBuildTime"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DeviceType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\DeviceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\DncType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\DncType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\EmailType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\EmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\FieldType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\FieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\FilterPropertiesType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\FilterPropertiesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\FilterType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\FilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\FormSubmitActionPointsChangeType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\FormSubmitActionPointsChangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\HtmlType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\HtmlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\LeadCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadFieldsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\LeadFieldsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadImportFieldType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\LeadImportFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadImportType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\LeadImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\LeadListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\LeadType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\LeadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ListActionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\ListActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\ListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\MergeType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\MergeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\ModifyLeadTagsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\ModifyLeadTagsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\NoteType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\NoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\OwnerType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\OwnerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\PointActionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\PointActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\PreferenceChannelsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\PreferenceChannelsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\SegmentConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\SegmentConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\StageType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\StageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\TagEntityType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\TagEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\TagType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\TagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\UpdateCompanyActionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\UpdateCompanyActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\UpdateLeadActionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\UpdateLeadActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Form\Validator\Constraints\DbRegexValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\DbRegexValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Form\Validator\Constraints\FieldAliasKeywordValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\FieldAliasKeywordValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Form\Validator\Constraints\UniqueCustomFieldValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\UniqueCustomFieldValidator"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\CompanyModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Model\CompanyModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\ContactExportSchedulerModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Model\ContactExportSchedulerModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\DeviceModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Model\DeviceModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\DoNotContact"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Model\DoNotContact"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\FieldModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Model\FieldModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\ImportModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Model\ImportModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\LeadModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Model\LeadModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\ListModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Model\ListModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\NoteModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Model\NoteModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\LeadBundle\Model\TagModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Model\TagModel"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\LeadBundle\Twig\Extension\DncReasonExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Twig\Extension\DncReasonExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\LeadBundle\Twig\Extension\FormFieldExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Twig\Extension\FormFieldExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mautic\LeadBundle\Twig\Extension\LeadExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Twig\Extension\LeadExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Validator\Constraints\SegmentDateValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Validator\Constraints\SegmentDateValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\LeadBundle\Validator\LeadFieldMinimumLengthValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Validator\LeadFieldMinimumLengthValidator"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\CompanyChangeLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\CompanyChangeLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\CompanyLeadRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\CompanyLeadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\ContactExportSchedulerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\ContactExportSchedulerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\DoNotContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\DoNotContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\FrequencyRuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\FrequencyRuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\ImportRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\ImportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\LeadCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadDeviceRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\LeadDeviceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadEventLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\LeadEventLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\LeadFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadListRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\LeadListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\LeadNoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\LeadRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\LeadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\ListLeadRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\ListLeadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\MergeRecordRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\MergeRecordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\PointsChangeLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\PointsChangeLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\StagesChangeLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\StagesChangeLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\TagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\LeadBundle\Entity\UtmTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Entity\UtmTagRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\MarketplaceBundle\Command\InstallCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MarketplaceBundle\Command\InstallCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\MarketplaceBundle\Command\ListCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MarketplaceBundle\Command\ListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\MarketplaceBundle\Command\RemoveCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MarketplaceBundle\Command\RemoveCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MarketplaceBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\CacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\CacheController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MarketplaceBundle\Controller\CacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\Package\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\Package\DetailController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MarketplaceBundle\Controller\Package\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\Package\InstallController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\Package\InstallController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MarketplaceBundle\Controller\Package\InstallController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\Package\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\Package\ListController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MarketplaceBundle\Controller\Package\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MarketplaceBundle\Controller\Package\RemoveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MarketplaceBundle\Controller\Package\RemoveController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MarketplaceBundle\Controller\Package\RemoveController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\MarketplaceBundle\EventListener\MenuSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MarketplaceBundle\EventListener\MenuSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\MessengerBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\MessengerBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MessengerBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.Mautic\MessengerBundle\DependencyInjection\EnvProcessor\MessengerNullableEnvVarProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MessengerBundle\DependencyInjection\EnvProcessor\MessengerNullableEnvVarProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\MessengerBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MessengerBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\MessengerBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MessengerBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Mautic\MessengerBundle\MessageHandler\EmailHitNotificationHandler.0.Mautic\MessengerBundle\MessageHandler\EmailHitNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MessengerBundle\MessageHandler\EmailHitNotificationHandler"; reason: abstract.
Removed service ".instanceof.Mautic\MessengerBundle\MessageHandler\PageHitNotificationHandler.0.Mautic\MessengerBundle\MessageHandler\PageHitNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MessengerBundle\MessageHandler\PageHitNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Mautic\MessengerBundle\MessageHandler\TestHandler"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MessengerBundle\MessageHandler\TestHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.Mautic\MessengerBundle\Transport\NullTransportFactory"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MessengerBundle\Transport\NullTransportFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\MessengerBundle\Validator\DsnValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MessengerBundle\Validator\DsnValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\Api\NotificationApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\Api\NotificationApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Controller\Api\NotificationApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\AppCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\AppCallbackController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Controller\AppCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\JsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\JsController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Controller\JsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\MobileNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\MobileNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Controller\MobileNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\NotificationBundle\Controller\PopupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\NotificationBundle\Controller\PopupController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Controller\PopupController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\BuildJsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\EventListener\BuildJsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\CampaignConditionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\EventListener\CampaignConditionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\ChannelSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\EventListener\ChannelSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\NotificationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\EventListener\NotificationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\PageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\EventListener\PageSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\NotificationBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\MobileNotificationDetailsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Form\Type\MobileNotificationDetailsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\MobileNotificationListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Form\Type\MobileNotificationListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\MobileNotificationSendType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Form\Type\MobileNotificationSendType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\MobileNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Form\Type\MobileNotificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\NotificationConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Form\Type\NotificationConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\NotificationListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Form\Type\NotificationListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\NotificationSendType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Form\Type\NotificationSendType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\NotificationBundle\Form\Type\NotificationType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Form\Type\NotificationType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\NotificationBundle\Model\NotificationModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Model\NotificationModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\NotificationBundle\Entity\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Entity\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\NotificationBundle\Entity\PushIDRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Entity\PushIDRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\NotificationBundle\Entity\StatRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\NotificationBundle\Entity\StatRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PageBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PageBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PageBundle\Controller\Api\PageApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PageBundle\Controller\Api\PageApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Controller\Api\PageApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PageBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PageBundle\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PageBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PageBundle\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\BuildJsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\BuildJsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\BuilderSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\BuilderSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\DateTimeTokenSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\DateTimeTokenSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\DetermineWinnerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\DetermineWinnerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\MaintenanceSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\MaintenanceSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\PageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\PageSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\TokenSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\TokenSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\WebhookSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\WebhookSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\AbTestPropertiesType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Form\Type\AbTestPropertiesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\CampaignEventPageHitType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Form\Type\CampaignEventPageHitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\ConfigTrackingPageType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Form\Type\ConfigTrackingPageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\DashboardHitsInTimeWidgetType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Form\Type\DashboardHitsInTimeWidgetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PageListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Form\Type\PageListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PageType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Form\Type\PageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PointActionPageHitType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Form\Type\PointActionPageHitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PointActionUrlHitType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Form\Type\PointActionUrlHitType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\PreferenceCenterListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Form\Type\PreferenceCenterListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\RedirectListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Form\Type\RedirectListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\TrackingPixelSendType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Form\Type\TrackingPixelSendType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PageBundle\Form\Type\VariantType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Form\Type\VariantType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PageBundle\Model\PageModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Model\PageModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PageBundle\Model\RedirectModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Model\RedirectModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PageBundle\Model\TrackableModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Model\TrackableModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PageBundle\Model\VideoModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Model\VideoModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\HitRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Entity\HitRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\PageDraftRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Entity\PageDraftRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Entity\PageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\RedirectRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Entity\RedirectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\TrackableRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Entity\TrackableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PageBundle\Entity\VideoHitRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\Entity\VideoHitRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\PluginBundle\Command\FetchLeadsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Command\FetchLeadsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\PluginBundle\Command\PushLeadActivityCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Command\PushLeadActivityCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\PluginBundle\Command\ReloadCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Command\ReloadCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PluginBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PluginBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PluginBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PluginBundle\Controller\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PluginBundle\Controller\PluginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PluginBundle\Controller\PluginController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Controller\PluginController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\IntegrationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\EventListener\IntegrationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\PluginSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\EventListener\PluginSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PluginBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\CompanyFieldsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Form\Type\CompanyFieldsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\DetailsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Form\Type\DetailsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\FeatureSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Form\Type\FeatureSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\FieldsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Form\Type\FieldsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\IntegrationCampaignsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Form\Type\IntegrationCampaignsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\IntegrationConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Form\Type\IntegrationConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\IntegrationsListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Form\Type\IntegrationsListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PluginBundle\Form\Type\KeysType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Form\Type\KeysType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PluginBundle\Model\IntegrationEntityModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Model\IntegrationEntityModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PluginBundle\Model\PluginModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Model\PluginModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PluginBundle\Entity\IntegrationEntityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Entity\IntegrationEntityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PluginBundle\Entity\IntegrationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Entity\IntegrationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PluginBundle\Entity\PluginRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Entity\PluginRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\Api\PointApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\Api\PointApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Controller\Api\PointApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\Api\PointGroupsApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\Api\PointGroupsApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Controller\Api\PointGroupsApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\Api\TriggerApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\Api\TriggerApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Controller\Api\TriggerApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\GroupController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Controller\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\PointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\PointController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Controller\PointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\TriggerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\TriggerController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Controller\TriggerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\PointBundle\Controller\TriggerEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\PointBundle\Controller\TriggerEventController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Controller\TriggerEventController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\GroupScoreSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\EventListener\GroupScoreSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\EventListener\PointSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\SegmentFilterSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\EventListener\SegmentFilterSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\GroupListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Form\Type\GroupListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\GroupType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Form\Type\GroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\PointActionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Form\Type\PointActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\PointType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Form\Type\PointType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\TriggerEventType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Form\Type\TriggerEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\PointBundle\Form\Type\TriggerType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Form\Type\TriggerType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PointBundle\Model\PointGroupModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Model\PointGroupModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PointBundle\Model\PointModel"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\PointBundle\Model\PointModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Model\PointModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PointBundle\Model\TriggerEventModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Model\TriggerEventModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\PointBundle\Model\TriggerModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Model\TriggerModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\GroupContactScoreRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Entity\GroupContactScoreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\GroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Entity\GroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\LeadPointLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Entity\LeadPointLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\LeadTriggerLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Entity\LeadTriggerLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\PointRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Entity\PointRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\TriggerEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Entity\TriggerEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\PointBundle\Entity\TriggerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\Entity\TriggerRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ReportBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ReportBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ReportBundle\Controller\Api\ReportApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ReportBundle\Controller\Api\ReportApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Controller\Api\ReportApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ReportBundle\Controller\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ReportBundle\Controller\ReportController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Controller\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ReportBundle\Controller\ScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ReportBundle\Controller\ScheduleController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Controller\ScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\SchedulerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\EventListener\SchedulerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\AggregatorType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Form\Type\AggregatorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\DynamicFiltersType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Form\Type\DynamicFiltersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\FilterSelectorType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Form\Type\FilterSelectorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ReportFiltersType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Form\Type\ReportFiltersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ReportSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Form\Type\ReportSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ReportType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Form\Type\ReportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\ReportWidgetType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Form\Type\ReportWidgetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ReportBundle\Form\Type\TableOrderType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Form\Type\TableOrderType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ReportBundle\Model\ReportModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Model\ReportModel"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ReportBundle\Scheduler\EventListener\ReportSchedulerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Scheduler\EventListener\ReportSchedulerSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ReportBundle\Entity\ReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Entity\ReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ReportBundle\Entity\SchedulerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Entity\SchedulerRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\SmsBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\SmsBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\SmsBundle\Controller\Api\SmsApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\SmsBundle\Controller\Api\SmsApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\Controller\Api\SmsApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\SmsBundle\Controller\ReplyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\SmsBundle\Controller\ReplyController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\Controller\ReplyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\SmsBundle\Controller\SmsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\SmsBundle\Controller\SmsController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\Controller\SmsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\BroadcastSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\BroadcastSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\CampaignReplySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\CampaignReplySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\CampaignSendSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\CampaignSendSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\ChannelSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\ChannelSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\MessageQueueSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\MessageQueueSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\ReplySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\ReplySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\SmsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\SmsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\StopSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\StopSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\TrackingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\TrackingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\SmsBundle\EventListener\WebhookSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\EventListener\WebhookSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\CampaignReplyType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\Form\Type\CampaignReplyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\SmsListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\Form\Type\SmsListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\SmsSendType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\Form\Type\SmsSendType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\SmsBundle\Form\Type\SmsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\Form\Type\SmsType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\SmsBundle\Model\SmsModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\Model\SmsModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\SmsBundle\Entity\SmsRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\Entity\SmsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\SmsBundle\Entity\StatRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\SmsBundle\Entity\StatRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\StageBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\StageBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\StageBundle\Controller\Api\StageApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\StageBundle\Controller\Api\StageApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\Controller\Api\StageApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\StageBundle\Controller\StageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\StageBundle\Controller\StageController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\Controller\StageController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\EventListener\DashboardSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\StageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\EventListener\StageSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\GenericStageActionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\Form\Type\GenericStageActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageActionChangeType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\Form\Type\StageActionChangeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageActionListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\Form\Type\StageActionListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageActionType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\Form\Type\StageActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\Form\Type\StageListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\StageBundle\Form\Type\StageType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\Form\Type\StageType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\StageBundle\Model\StageModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\Model\StageModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\StageBundle\Entity\LeadStageLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\Entity\LeadStageLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\StageBundle\Entity\StageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\Entity\StageRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\Api\RoleApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\Api\RoleApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Controller\Api\RoleApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\Api\UserApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\Api\UserApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Controller\Api\UserApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\RoleController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\UserBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\UserBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\ApiUserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\EventListener\ApiUserSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\PasswordStrengthSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\EventListener\PasswordStrengthSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\PasswordSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\EventListener\PasswordSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\SecuritySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\EventListener\SecuritySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\UserBundle\EventListener\UserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\EventListener\UserSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Form\Type\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\PasswordResetConfirmType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Form\Type\PasswordResetConfirmType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\PasswordResetType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Form\Type\PasswordResetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\PermissionListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Form\Type\PermissionListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\PermissionsType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Form\Type\PermissionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\RoleListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Form\Type\RoleListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\RoleType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Form\Type\RoleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\UserListType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Form\Type\UserListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\UserPreferencesType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Form\Type\UserPreferencesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\UserBundle\Form\Type\UserType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Form\Type\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\UserBundle\Form\Validator\Constraints\NotWeakValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Form\Validator\Constraints\NotWeakValidator"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\UserBundle\Model\RoleModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Model\RoleModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\UserBundle\Model\UserModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Model\UserModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\UserBundle\Entity\PermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Entity\PermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\UserBundle\Entity\RoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Entity\RoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\UserBundle\Entity\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Entity\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\UserBundle\Entity\UserTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Entity\UserTokenRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.LightSaml\SpBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.LightSaml\SpBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.LightSaml\SpBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\WebhookBundle\Command\DeleteWebhookLogsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\Command\DeleteWebhookLogsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\WebhookBundle\Command\ProcessWebhookQueuesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\Command\ProcessWebhookQueuesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\WebhookBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\WebhookBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\WebhookBundle\Controller\Api\WebhookApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\WebhookBundle\Controller\Api\WebhookApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\Controller\Api\WebhookApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\WebhookBundle\Controller\WebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\WebhookBundle\Controller\WebhookController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\Controller\WebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\WebhookBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\WebhookBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\WebhookBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\WebhookBundle\EventListener\WebhookSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\EventListener\WebhookSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\WebhookBundle\Form\Type\CampaignEventSendWebhookType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\Form\Type\CampaignEventSendWebhookType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\WebhookBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\WebhookBundle\Form\Type\WebhookType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\Form\Type\WebhookType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\WebhookBundle\Model\WebhookModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\Model\WebhookModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\WebhookBundle\Entity\EventRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\Entity\EventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\WebhookBundle\Entity\LogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\Entity\LogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\WebhookBundle\Entity\WebhookQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\Entity\WebhookQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\WebhookBundle\Entity\WebhookRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\WebhookBundle\Entity\WebhookRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CacheBundle\Cache\Adapter\RedisAdapter"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Mautic\CacheBundle\Cache\Adapter\RedisAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CacheBundle\Cache\Adapter\RedisAdapter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Mautic\CacheBundle\Cache\Adapter\RedisTagAwareAdapter"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Mautic\CacheBundle\Cache\Adapter\RedisTagAwareAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CacheBundle\Cache\Adapter\RedisTagAwareAdapter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CacheBundle\Command\ClearCacheCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CacheBundle\Command\ClearCacheCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterHashtagsCommand"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterHashtagsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterMentionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterMentionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\JsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\JsController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Controller\JsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\MonitoringController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\MonitoringController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Controller\MonitoringController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticSocialBundle\Controller\TweetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticSocialBundle\Controller\TweetController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Controller\TweetController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\ChannelSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\EventListener\ChannelSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\EventListener\ConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticSocialBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\ConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\FacebookType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\FacebookType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\MonitoringType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\MonitoringType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\SocialLoginType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\SocialLoginType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TweetListType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TweetListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TweetSendType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TweetSendType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TweetType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TweetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterAbstractType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TwitterAbstractType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterCustomType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TwitterCustomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterHashtagType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TwitterHashtagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterMentionType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TwitterMentionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticSocialBundle\Form\Type\TwitterType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Form\Type\TwitterType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticSocialBundle\Model\MonitoringModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Model\MonitoringModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticSocialBundle\Model\PostCountModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Model\PostCountModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticSocialBundle\Model\TweetModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Model\TweetModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\LeadRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Entity\LeadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\MonitoringRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Entity\MonitoringRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\PostCountRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Entity\PostCountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\TweetRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Entity\TweetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticSocialBundle\Entity\TweetStatRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticSocialBundle\Entity\TweetStatRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFocusBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFocusBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFocusBundle\Controller\FocusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFocusBundle\Controller\FocusController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Controller\FocusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFocusBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFocusBundle\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\CampaignSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\FocusSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\FocusSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\FormSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\PageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\PageSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\ReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\StatSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\StatSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFocusBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\EventListener\StatsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\ColorType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\ColorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\ContentType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\ContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\FocusListType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\FocusListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\FocusPropertiesType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\FocusPropertiesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\FocusShowType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\FocusShowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\FocusType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\FocusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFocusBundle\Form\Type\PropertiesType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Form\Type\PropertiesType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticFocusBundle\Model\FocusModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Model\FocusModel"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.MauticPlugin\MauticFocusBundle\Twig\Extension\FocusBundleExtension"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Twig\Extension\FocusBundleExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticFocusBundle\Entity\FocusRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Entity\FocusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticFocusBundle\Entity\StatRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFocusBundle\Entity\StatRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFullContactBundle\Controller\FullContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFullContactBundle\Controller\FullContactController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFullContactBundle\Controller\FullContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticFullContactBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticFullContactBundle\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFullContactBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFullContactBundle\EventListener\ButtonSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFullContactBundle\EventListener\ButtonSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticFullContactBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFullContactBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFullContactBundle\Form\Type\BatchLookupType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFullContactBundle\Form\Type\BatchLookupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticFullContactBundle\Form\Type\LookupType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticFullContactBundle\Form\Type\LookupType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\AssetsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\AssetsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\EmailSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\EmailSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\InjectCustomContentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\InjectCustomContentSubscriber"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\SerializerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\EventSubscriber\SerializerSubscriber"; reason: abstract.
Removed service ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\IntegrationInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\GrapesJsBuilderIntegration"; reason: abstract.
Removed service ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\BasicInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\GrapesJsBuilderIntegration"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Integration\GrapesJsBuilderIntegration"; reason: abstract.
Removed service ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\IntegrationInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\BuilderSupport"; reason: abstract.
Removed service ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\BasicInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\BuilderSupport"; reason: abstract.
Removed service ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\BuilderInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\BuilderSupport"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\BuilderSupport"; reason: abstract.
Removed service ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\IntegrationInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\ConfigSupport"; reason: abstract.
Removed service ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\BasicInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\ConfigSupport"; reason: abstract.
Removed service ".instanceof.Mautic\IntegrationsBundle\Integration\Interfaces\ConfigFormInterface.0.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\ConfigSupport"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Integration\Support\ConfigSupport"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\GrapesJsBuilderBundle\Model\GrapesJsBuilderModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Model\GrapesJsBuilderModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\GrapesJsBuilderBundle\Entity\GrapesJsBuilderRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\GrapesJsBuilderBundle\Entity\GrapesJsBuilderRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticTagManagerBundle\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticTagManagerBundle\Controller\TagController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticTagManagerBundle\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticTagManagerBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticTagManagerBundle\EventListener\SearchSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticTagManagerBundle\Form\Type\BatchTagType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticTagManagerBundle\Form\Type\BatchTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticTagManagerBundle\Form\Type\TagEntityType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticTagManagerBundle\Form\Type\TagEntityType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticTagManagerBundle\Model\TagModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticTagManagerBundle\Model\TagModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticTagManagerBundle\Entity\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticTagManagerBundle\Entity\TagRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticClearbitBundle\Controller\ClearbitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticClearbitBundle\Controller\ClearbitController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticClearbitBundle\Controller\ClearbitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticClearbitBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticClearbitBundle\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticClearbitBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticClearbitBundle\EventListener\ButtonSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticClearbitBundle\EventListener\ButtonSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticClearbitBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticClearbitBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticClearbitBundle\Form\Type\BatchLookupType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticClearbitBundle\Form\Type\BatchLookupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticClearbitBundle\Form\Type\LookupType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticClearbitBundle\Form\Type\LookupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticCloudStorageBundle\EventListener\RemoteAssetBrowseSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticCloudStorageBundle\EventListener\RemoteAssetBrowseSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticEmailMarketingBundle\Form\Type\ConstantContactType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticEmailMarketingBundle\Form\Type\ConstantContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticEmailMarketingBundle\Form\Type\IcontactType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticEmailMarketingBundle\Form\Type\IcontactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticEmailMarketingBundle\Form\Type\MailchimpType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticEmailMarketingBundle\Form\Type\MailchimpType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticCrmBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticCrmBundle\Controller\PublicController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticCrmBundle\Controller\PublicController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticCrmBundle\EventListener\LeadListSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticCrmBundle\EventListener\LeadListSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticCrmBundle\EventListener\PluginSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticCrmBundle\EventListener\PluginSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticCrmBundle\Form\Type\IntegrationCampaignsTaskType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticCrmBundle\Form\Type\IntegrationCampaignsTaskType"; reason: abstract.
127
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "lock.default.factory"; 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.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.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.dev"; reason: unused.
Removed service "security.user_checker.chain.login"; reason: unused.
Removed service "security.user_checker.chain.sso_login"; reason: unused.
Removed service "security.user_checker.chain.saml_login"; reason: unused.
Removed service "security.user_checker.chain.saml_discovery"; reason: unused.
Removed service "security.user_checker.chain.oauth2_area"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "security.user_checker.chain.public"; 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 "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~I3RWZB5"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; 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 "fos_oauth_server.security.authenticator.manager"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.request.param_fetcher"; reason: unused.
Removed service "fos_rest.request.param_fetcher.reader"; reason: unused.
Removed service "fos_rest.serializer.symfony"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
Removed service "fos_rest.decoder.jsontoform"; reason: unused.
Removed service "jms_serializer.metadata.yaml_driver"; reason: unused.
Removed service "jms_serializer.metadata.xml_driver"; reason: unused.
Removed service "jms_serializer.metadata.annotation_or_attribute_driver"; reason: unused.
Removed service "jms_serializer.metadata.null_driver"; reason: unused.
Removed service "jms_serializer.camel_case_naming_strategy"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.serialized_name_annotation_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "oneup_uploader.namer.urlsafe"; reason: unused.
Removed service "oneup_uploader.error_handler.noop"; reason: unused.
Removed service "oneup_uploader.error_handler.fineuploader"; reason: unused.
Removed service "oneup_uploader.error_handler.blueimp"; reason: unused.
Removed service "oneup_uploader.error_handler.uploadify"; reason: unused.
Removed service "oneup_uploader.error_handler.yui3"; reason: unused.
Removed service "oneup_uploader.error_handler.fancyupload"; reason: unused.
Removed service "oneup_uploader.error_handler.mooupload"; reason: unused.
Removed service "oneup_uploader.error_handler.dropzone"; reason: unused.
Removed service "oneup_uploader.error_handler.plupload"; reason: unused.
Removed service "oneup_uploader.error_handler.custom"; reason: unused.
Removed service "twig.template_iterator"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "lightsaml_sp.username_mapper.simple"; reason: unused.
Removed service "Mautic\MessengerBundle\DependencyInjection\MauticMessengerExtension"; reason: unused.
Removed service "Mautic\MessengerBundle\Exceptions\InvalidPayloadException"; reason: unused.
Removed service "Mautic\MessengerBundle\Exceptions\MauticMessengerException"; reason: unused.
Removed service "Mautic\MessengerBundle\MauticMessengerBundle"; reason: unused.
Removed service "Mautic\MessengerBundle\Transport\NullTransport"; reason: unused.
Removed service "Mautic\MessengerBundle\Validator\Dsn"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service ".service_locator.G4UmPQs"; reason: unused.
Removed service ".service_locator.MdzxGpn"; reason: unused.
Removed service ".service_locator.nFhWISy"; reason: unused.
Removed service ".service_locator.iDnh2Mo"; reason: unused.
Removed service ".service_locator.1LR3IV5"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.lock"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
Removed service "jms_serializer.metadata.doctrine_type_driver.inner"; reason: unused.
570
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service ".service_locator.cEhBhXG" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.dK02kOj" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
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.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service ".service_locator.ad5h3RP" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" 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.xliff.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.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_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.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.PLOTQgB" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
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 "fos_rest.serializer.form_error_normalizer" 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.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "doctrine_result_cache.recorder_inner" to "doctrine_result_cache".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.Ezygi3i" 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.r8wQWFy" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.LYEsD17" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" 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.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 "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator._ZyYrNV" to "security.helper".
Inlined service ".service_locator.g6V8idk" to "security.helper".
Inlined service ".service_locator.H3Epylx" to "security.helper".
Inlined service ".service_locator.sHEp8qB" 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.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.4wwfIFA" to "security.access_map".
Inlined service ".security.request_matcher.ch_LcVo" to "security.access_map".
Inlined service ".security.request_matcher.BWj_iJo" to "security.access_map".
Inlined service ".security.request_matcher.xJvYw5G" to "security.access_map".
Inlined service ".security.request_matcher.29imLOa" to "security.access_map".
Inlined service ".security.request_matcher.hqoTXO4" to "security.access_map".
Inlined service ".security.request_matcher.O49uR2S" to "security.access_map".
Inlined service ".security.request_matcher.gjnNpJn" to "security.access_map".
Inlined service ".security.request_matcher.9oJ3Amb" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" 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.install" to "security.firewall.map.context.install".
Inlined service "debug.security.firewall.authenticator.dev.inner" to "debug.security.firewall.authenticator.dev".
Inlined service "security.exception_listener.dev" to "security.firewall.map.context.dev".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "debug.security.firewall.authenticator.login.inner" to "debug.security.firewall.authenticator.login".
Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service "debug.security.firewall.authenticator.sso_login.inner" to "debug.security.firewall.authenticator.sso_login".
Inlined service "security.exception_listener.sso_login" to "security.firewall.map.context.sso_login".
Inlined service "security.firewall.map.config.sso_login" to "security.firewall.map.context.sso_login".
Inlined service "debug.security.firewall.authenticator.saml_login.inner" to "debug.security.firewall.authenticator.saml_login".
Inlined service "security.exception_listener.saml_login" to "security.firewall.map.context.saml_login".
Inlined service "security.firewall.map.config.saml_login" to "security.firewall.map.context.saml_login".
Inlined service "debug.security.firewall.authenticator.saml_discovery.inner" to "debug.security.firewall.authenticator.saml_discovery".
Inlined service "security.exception_listener.saml_discovery" to "security.firewall.map.context.saml_discovery".
Inlined service "security.firewall.map.config.saml_discovery" to "security.firewall.map.context.saml_discovery".
Inlined service ".security.request_matcher.idHak_X" to ".security.request_matcher.wZLWN1P".
Inlined service "security.firewall.map.config.oauth2_token" to "security.firewall.map.context.oauth2_token".
Inlined service "security.authentication.success_handler.oauth2_area.form_login" to "security.authenticator.form_login.oauth2_area".
Inlined service "security.authentication.failure_handler.oauth2_area.form_login" to "security.authenticator.form_login.oauth2_area".
Inlined service "debug.security.firewall.authenticator.oauth2_area.inner" to "debug.security.firewall.authenticator.oauth2_area".
Inlined service "security.exception_listener.oauth2_area" to "security.firewall.map.context.oauth2_area".
Inlined service "security.firewall.map.config.oauth2_area" to "security.firewall.map.context.oauth2_area".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "fos_oauth_server.security.entry_point" to "security.exception_listener.api".
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 "lightsaml_sp.attribute_mapper.simple" to "security.authenticator.lightsaml_sp.main".
Inlined service "lightsaml_sp.token_factory" to "security.authenticator.lightsaml_sp.main".
Inlined service "security.authentication.success_handler.main.light_saml_sp" to "security.authenticator.lightsaml_sp.main".
Inlined service "security.authentication.failure_handler.main.light_saml_sp" to "security.authenticator.lightsaml_sp.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
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 "debug.security.firewall.authenticator.public.inner" to "debug.security.firewall.authenticator.public".
Inlined service "security.exception_listener.public" to "security.firewall.map.context.public".
Inlined service "security.firewall.map.config.public" to "security.firewall.map.context.public".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.logging_middleware.unbuffered" to "doctrine.dbal.unbuffered_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.unbuffered" to "doctrine.dbal.unbuffered_connection.configuration".
Inlined service "doctrine.dbal.unbuffered_connection.configuration" to "doctrine.dbal.unbuffered_connection".
Inlined service "doctrine.dbal.unbuffered_connection.event_manager" to "doctrine.dbal.unbuffered_connection".
Inlined service ".service_locator.mF0JtD1" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
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.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
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 "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator.FLQC5NZ" to "knp_menu.renderer_provider".
Inlined service "fos_oauth_server.storage.default" to "fos_oauth_server.server".
Inlined service ".service_locator.CE6DdyV" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.metadata.traceable_file_locator" to "jms_serializer.data_collector".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "oneup_uploader.chunks_storage" to "oneup_uploader.chunk_manager".
Inlined service "oneup_uploader.storage.asset" to "oneup_uploader.controller.mautic".
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.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.fm_elfinder_init" to "twig".
Inlined service "exercise_html_purifier.twig.extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service "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.c2jMB8R" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "lightsaml.container.system" to "lightsaml.container.build".
Inlined service "lightsaml.container.party" to "lightsaml.container.build".
Inlined service "lightsaml.container.store" to "lightsaml.container.build".
Inlined service "lightsaml.container.provider" to "lightsaml.container.build".
Inlined service "lightsaml.container.credential" to "lightsaml.container.build".
Inlined service "lightsaml.container.service" to "lightsaml.container.build".
Inlined service "lightsaml.container.own" to "lightsaml.container.build".
Inlined service "lightsaml.system.logger" to "lightsaml.container.system".
Inlined service "lightsaml.party.trust_options_store" to "lightsaml.container.party".
Inlined service "lightsaml.provider.attribute_value" to "lightsaml.container.provider".
Inlined service "lightsaml.provider.session_info" to "lightsaml.container.provider".
Inlined service "lightsaml.provider.name_id" to "lightsaml.container.provider".
Inlined service "lightsaml.service.assertion_validator" to "lightsaml.container.service".
Inlined service "lightsaml.service.assertion_time_validator" to "lightsaml.container.service".
Inlined service "lightsaml.service.signature_resolver" to "lightsaml.container.service".
Inlined service "lightsaml.service.endpoint_resolver" to "lightsaml.container.service".
Inlined service "lightsaml.service.binding_factory" to "lightsaml.container.service".
Inlined service "lightsaml.service.signature_validator" to "lightsaml.container.service".
Inlined service "lightsaml.service.session_processor" to "lightsaml.container.service".
Inlined service "lightsaml.own.entity_descriptor_provider" to "lightsaml.container.own".
Inlined service "lightsaml.credential.credential_store_factory" to "lightsaml.credential.credential_store".
Inlined service "lightsaml.service.subject_validator" to "lightsaml.service.assertion_validator".
Inlined service "lightsaml.service.statement_validator" to "lightsaml.service.assertion_validator".
Inlined service "lightsaml.service.endpoint_resolver.binding" to "lightsaml.service.endpoint_resolver".
Inlined service "lightsaml.service.endpoint_resolver.descriptor_type" to "lightsaml.service.endpoint_resolver".
Inlined service "lightsaml.service.endpoint_resolver.service_type" to "lightsaml.service.endpoint_resolver".
Inlined service "lightsaml.service.endpoint_resolver.index" to "lightsaml.service.endpoint_resolver".
Inlined service "lightsaml.service.endpoint_resolver.location" to "lightsaml.service.endpoint_resolver".
Inlined service "lightsaml.service.credential_resolver_factory" to "lightsaml.service.credential_resolver".
Inlined service "exercise_html_purifier.config.default" to "exercise_html_purifier.default".
Inlined service ".service_locator.tS8t8jQ" to "exercise_html_purifier.purifiers_registry".
Inlined service ".service_locator.O2p6Lk7.Mautic\ApiBundle\Controller\ClientController" to "Mautic\ApiBundle\Controller\ClientController".
Inlined service ".service_locator.JkaYaOo.Mautic\ApiBundle\Controller\CommonApiController" to "Mautic\ApiBundle\Controller\CommonApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\ApiBundle\Controller\FetchCommonApiController" to "Mautic\ApiBundle\Controller\FetchCommonApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\ApiBundle\Controller\oAuth2\SecurityController" to "Mautic\ApiBundle\Controller\oAuth2\SecurityController".
Inlined service ".service_locator.O2p6Lk7.Mautic\AssetBundle\Controller\AjaxController" to "Mautic\AssetBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\AssetBundle\Controller\Api\AssetApiController" to "Mautic\AssetBundle\Controller\Api\AssetApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\AssetBundle\Controller\AssetController" to "Mautic\AssetBundle\Controller\AssetController".
Inlined service ".service_locator.O2p6Lk7.Mautic\AssetBundle\Controller\PublicController" to "Mautic\AssetBundle\Controller\PublicController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CampaignBundle\Controller\AjaxController" to "Mautic\CampaignBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\CampaignBundle\Controller\Api\CampaignApiController" to "Mautic\CampaignBundle\Controller\Api\CampaignApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\CampaignBundle\Controller\Api\EventApiController" to "Mautic\CampaignBundle\Controller\Api\EventApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\CampaignBundle\Controller\Api\EventLogApiController" to "Mautic\CampaignBundle\Controller\Api\EventLogApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CampaignBundle\Controller\CampaignController" to "Mautic\CampaignBundle\Controller\CampaignController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CampaignBundle\Controller\CampaignMapStatsController" to "Mautic\CampaignBundle\Controller\CampaignMapStatsController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CampaignBundle\Controller\CampaignMetricsController" to "Mautic\CampaignBundle\Controller\CampaignMetricsController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CampaignBundle\Controller\EventController" to "Mautic\CampaignBundle\Controller\EventController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CampaignBundle\Controller\SourceController" to "Mautic\CampaignBundle\Controller\SourceController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CategoryBundle\Controller\AjaxController" to "Mautic\CategoryBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\CategoryBundle\Controller\Api\CategoryApiController" to "Mautic\CategoryBundle\Controller\Api\CategoryApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CategoryBundle\Controller\BatchContactController" to "Mautic\CategoryBundle\Controller\BatchContactController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CategoryBundle\Controller\CategoryController" to "Mautic\CategoryBundle\Controller\CategoryController".
Inlined service ".service_locator.O2p6Lk7.Mautic\ChannelBundle\Controller\AjaxController" to "Mautic\ChannelBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\ChannelBundle\Controller\Api\MessageApiController" to "Mautic\ChannelBundle\Controller\Api\MessageApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\ChannelBundle\Controller\BatchContactController" to "Mautic\ChannelBundle\Controller\BatchContactController".
Inlined service ".service_locator.O2p6Lk7.Mautic\ChannelBundle\Controller\MessageController" to "Mautic\ChannelBundle\Controller\MessageController".
Inlined service ".service_locator.O2p6Lk7.Mautic\ConfigBundle\Controller\ConfigController" to "Mautic\ConfigBundle\Controller\ConfigController".
Inlined service ".service_locator.O2p6Lk7.Mautic\ConfigBundle\Controller\SysinfoController" to "Mautic\ConfigBundle\Controller\SysinfoController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CoreBundle\Controller\AjaxController" to "Mautic\CoreBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\CoreBundle\Controller\Api\FileApiController" to "Mautic\CoreBundle\Controller\Api\FileApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\CoreBundle\Controller\Api\StatsApiController" to "Mautic\CoreBundle\Controller\Api\StatsApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\CoreBundle\Controller\Api\ThemeApiController" to "Mautic\CoreBundle\Controller\Api\ThemeApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CoreBundle\Controller\CommonController" to "Mautic\CoreBundle\Controller\CommonController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CoreBundle\Controller\DefaultController" to "Mautic\CoreBundle\Controller\DefaultController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CoreBundle\Controller\ExceptionController" to "Mautic\CoreBundle\Controller\ExceptionController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CoreBundle\Controller\FileController" to "Mautic\CoreBundle\Controller\FileController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CoreBundle\Controller\FormController" to "Mautic\CoreBundle\Controller\FormController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CoreBundle\Controller\JsController" to "Mautic\CoreBundle\Controller\JsController".
Inlined service ".service_locator.O2p6Lk7.Mautic\CoreBundle\Controller\ThemeController" to "Mautic\CoreBundle\Controller\ThemeController".
Inlined service ".service_locator.Bi0p4FG" to "Mautic\CoreBundle\Factory\ModelFactory".
Inlined service "security.helper" to "Mautic\CoreBundle\Twig\Extension\LanguageExtension".
Inlined service ".service_locator.O2p6Lk7.Mautic\DashboardBundle\Controller\AjaxController" to "Mautic\DashboardBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\DashboardBundle\Controller\Api\WidgetApiController" to "Mautic\DashboardBundle\Controller\Api\WidgetApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\DashboardBundle\Controller\DashboardController" to "Mautic\DashboardBundle\Controller\DashboardController".
Inlined service ".service_locator.O2p6Lk7.Mautic\DynamicContentBundle\Controller\AjaxController" to "Mautic\DynamicContentBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController" to "Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\DynamicContentBundle\Controller\DynamicContentApiController" to "Mautic\DynamicContentBundle\Controller\DynamicContentApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\DynamicContentBundle\Controller\DynamicContentController" to "Mautic\DynamicContentBundle\Controller\DynamicContentController".
Inlined service ".service_locator.O2p6Lk7.Mautic\EmailBundle\Controller\AjaxController" to "Mautic\EmailBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\EmailBundle\Controller\Api\EmailApiController" to "Mautic\EmailBundle\Controller\Api\EmailApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\EmailBundle\Controller\BatchEmailController" to "Mautic\EmailBundle\Controller\BatchEmailController".
Inlined service ".service_locator.O2p6Lk7.Mautic\EmailBundle\Controller\EmailController" to "Mautic\EmailBundle\Controller\EmailController".
Inlined service ".service_locator.O2p6Lk7.Mautic\EmailBundle\Controller\EmailGraphStatsController" to "Mautic\EmailBundle\Controller\EmailGraphStatsController".
Inlined service ".service_locator.O2p6Lk7.Mautic\EmailBundle\Controller\EmailMapStatsController" to "Mautic\EmailBundle\Controller\EmailMapStatsController".
Inlined service ".service_locator.O2p6Lk7.Mautic\EmailBundle\Controller\PublicController" to "Mautic\EmailBundle\Controller\PublicController".
Inlined service "mailer.mailer" to "Mautic\EmailBundle\Helper\MailHelper".
Inlined service "Mautic\EmailBundle\Mailer\Transport\TransportFactory.inner" to "Mautic\EmailBundle\Mailer\Transport\TransportFactory".
Inlined service ".service_locator.O2p6Lk7.Mautic\FormBundle\Controller\ActionController" to "Mautic\FormBundle\Controller\ActionController".
Inlined service ".service_locator.O2p6Lk7.Mautic\FormBundle\Controller\AjaxController" to "Mautic\FormBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\FormBundle\Controller\Api\FormApiController" to "Mautic\FormBundle\Controller\Api\FormApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\FormBundle\Controller\Api\SubmissionApiController" to "Mautic\FormBundle\Controller\Api\SubmissionApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\FormBundle\Controller\FieldController" to "Mautic\FormBundle\Controller\FieldController".
Inlined service ".service_locator.O2p6Lk7.Mautic\FormBundle\Controller\FormController" to "Mautic\FormBundle\Controller\FormController".
Inlined service ".service_locator.O2p6Lk7.Mautic\FormBundle\Controller\PublicController" to "Mautic\FormBundle\Controller\PublicController".
Inlined service ".service_locator.O2p6Lk7.Mautic\FormBundle\Controller\ResultController" to "Mautic\FormBundle\Controller\ResultController".
Inlined service ".service_locator.O2p6Lk7.Mautic\InstallBundle\Controller\InstallController" to "Mautic\InstallBundle\Controller\InstallController".
Inlined service ".service_locator.O2p6Lk7.Mautic\IntegrationsBundle\Controller\AuthController" to "Mautic\IntegrationsBundle\Controller\AuthController".
Inlined service ".service_locator.O2p6Lk7.Mautic\IntegrationsBundle\Controller\ConfigController" to "Mautic\IntegrationsBundle\Controller\ConfigController".
Inlined service ".service_locator.O2p6Lk7.Mautic\IntegrationsBundle\Controller\FieldPaginationController" to "Mautic\IntegrationsBundle\Controller\FieldPaginationController".
Inlined service ".service_locator.O2p6Lk7.Mautic\IntegrationsBundle\Controller\UpdateFieldController" to "Mautic\IntegrationsBundle\Controller\UpdateFieldController".
Inlined service ".service_locator.O2p6Lk7.Mautic\LeadBundle\Controller\AjaxController" to "Mautic\LeadBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\LeadBundle\Controller\Api\CompanyApiController" to "Mautic\LeadBundle\Controller\Api\CompanyApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\LeadBundle\Controller\Api\DeviceApiController" to "Mautic\LeadBundle\Controller\Api\DeviceApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\LeadBundle\Controller\Api\FieldApiController" to "Mautic\LeadBundle\Controller\Api\FieldApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\LeadBundle\Controller\Api\LeadApiController" to "Mautic\LeadBundle\Controller\Api\LeadApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\LeadBundle\Controller\Api\ListApiController" to "Mautic\LeadBundle\Controller\Api\ListApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\LeadBundle\Controller\Api\NoteApiController" to "Mautic\LeadBundle\Controller\Api\NoteApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\LeadBundle\Controller\Api\TagApiController" to "Mautic\LeadBundle\Controller\Api\TagApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\LeadBundle\Controller\AuditlogController" to "Mautic\LeadBundle\Controller\AuditlogController".
Inlined service ".service_locator.O2p6Lk7.Mautic\LeadBundle\Controller\BatchSegmentController" to "Mautic\LeadBundle\Controller\BatchSegmentController".
Inlined service ".service_locator.O2p6Lk7.Mautic\LeadBundle\Controller\CompanyController" to "Mautic\LeadBundle\Controller\CompanyController".
Inlined service ".service_locator.O2p6Lk7.Mautic\LeadBundle\Controller\FieldController" to "Mautic\LeadBundle\Controller\FieldController".
Inlined service ".service_locator.O2p6Lk7.Mautic\LeadBundle\Controller\ImportController" to "Mautic\LeadBundle\Controller\ImportController".
Inlined service ".service_locator.O2p6Lk7.Mautic\LeadBundle\Controller\LeadController" to "Mautic\LeadBundle\Controller\LeadController".
Inlined service ".service_locator.O2p6Lk7.Mautic\LeadBundle\Controller\ListController" to "Mautic\LeadBundle\Controller\ListController".
Inlined service ".service_locator.O2p6Lk7.Mautic\LeadBundle\Controller\NoteController" to "Mautic\LeadBundle\Controller\NoteController".
Inlined service ".service_locator.O2p6Lk7.Mautic\LeadBundle\Controller\TimelineController" to "Mautic\LeadBundle\Controller\TimelineController".
Inlined service ".service_locator.O2p6Lk7.Mautic\MarketplaceBundle\Controller\AjaxController" to "Mautic\MarketplaceBundle\Controller\AjaxController".
Inlined service ".service_locator.O2p6Lk7.Mautic\MarketplaceBundle\Controller\CacheController" to "Mautic\MarketplaceBundle\Controller\CacheController".
Inlined service ".service_locator.O2p6Lk7.Mautic\MarketplaceBundle\Controller\Package\DetailController" to "Mautic\MarketplaceBundle\Controller\Package\DetailController".
Inlined service ".service_locator.O2p6Lk7.Mautic\MarketplaceBundle\Controller\Package\InstallController" to "Mautic\MarketplaceBundle\Controller\Package\InstallController".
Inlined service ".service_locator.O2p6Lk7.Mautic\MarketplaceBundle\Controller\Package\ListController" to "Mautic\MarketplaceBundle\Controller\Package\ListController".
Inlined service ".service_locator.O2p6Lk7.Mautic\MarketplaceBundle\Controller\Package\RemoveController" to "Mautic\MarketplaceBundle\Controller\Package\RemoveController".
Inlined service ".service_locator.O2p6Lk7.Mautic\MessengerBundle\Controller\AjaxController" to "Mautic\MessengerBundle\Controller\AjaxController".
Inlined service ".service_locator.O2p6Lk7.Mautic\NotificationBundle\Controller\AjaxController" to "Mautic\NotificationBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\NotificationBundle\Controller\Api\NotificationApiController" to "Mautic\NotificationBundle\Controller\Api\NotificationApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\NotificationBundle\Controller\AppCallbackController" to "Mautic\NotificationBundle\Controller\AppCallbackController".
Inlined service ".service_locator.O2p6Lk7.Mautic\NotificationBundle\Controller\JsController" to "Mautic\NotificationBundle\Controller\JsController".
Inlined service ".service_locator.O2p6Lk7.Mautic\NotificationBundle\Controller\MobileNotificationController" to "Mautic\NotificationBundle\Controller\MobileNotificationController".
Inlined service ".service_locator.O2p6Lk7.Mautic\NotificationBundle\Controller\NotificationController" to "Mautic\NotificationBundle\Controller\NotificationController".
Inlined service ".service_locator.O2p6Lk7.Mautic\NotificationBundle\Controller\PopupController" to "Mautic\NotificationBundle\Controller\PopupController".
Inlined service ".service_locator.O2p6Lk7.Mautic\PageBundle\Controller\AjaxController" to "Mautic\PageBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\PageBundle\Controller\Api\PageApiController" to "Mautic\PageBundle\Controller\Api\PageApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\PageBundle\Controller\PageController" to "Mautic\PageBundle\Controller\PageController".
Inlined service ".service_locator.O2p6Lk7.Mautic\PageBundle\Controller\PublicController" to "Mautic\PageBundle\Controller\PublicController".
Inlined service ".service_locator.O2p6Lk7.Mautic\PluginBundle\Controller\AjaxController" to "Mautic\PluginBundle\Controller\AjaxController".
Inlined service ".service_locator.O2p6Lk7.Mautic\PluginBundle\Controller\AuthController" to "Mautic\PluginBundle\Controller\AuthController".
Inlined service ".service_locator.O2p6Lk7.Mautic\PluginBundle\Controller\PluginController" to "Mautic\PluginBundle\Controller\PluginController".
Inlined service ".service_locator.O2p6Lk7.Mautic\PointBundle\Controller\AjaxController" to "Mautic\PointBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\PointBundle\Controller\Api\PointApiController" to "Mautic\PointBundle\Controller\Api\PointApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\PointBundle\Controller\Api\PointGroupsApiController" to "Mautic\PointBundle\Controller\Api\PointGroupsApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\PointBundle\Controller\Api\TriggerApiController" to "Mautic\PointBundle\Controller\Api\TriggerApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\PointBundle\Controller\GroupController" to "Mautic\PointBundle\Controller\GroupController".
Inlined service ".service_locator.O2p6Lk7.Mautic\PointBundle\Controller\PointController" to "Mautic\PointBundle\Controller\PointController".
Inlined service ".service_locator.O2p6Lk7.Mautic\PointBundle\Controller\TriggerController" to "Mautic\PointBundle\Controller\TriggerController".
Inlined service ".service_locator.O2p6Lk7.Mautic\PointBundle\Controller\TriggerEventController" to "Mautic\PointBundle\Controller\TriggerEventController".
Inlined service ".service_locator.O2p6Lk7.Mautic\ReportBundle\Controller\AjaxController" to "Mautic\ReportBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\ReportBundle\Controller\Api\ReportApiController" to "Mautic\ReportBundle\Controller\Api\ReportApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\ReportBundle\Controller\ReportController" to "Mautic\ReportBundle\Controller\ReportController".
Inlined service ".service_locator.O2p6Lk7.Mautic\ReportBundle\Controller\ScheduleController" to "Mautic\ReportBundle\Controller\ScheduleController".
Inlined service ".service_locator.O2p6Lk7.Mautic\SmsBundle\Controller\AjaxController" to "Mautic\SmsBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\SmsBundle\Controller\Api\SmsApiController" to "Mautic\SmsBundle\Controller\Api\SmsApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\SmsBundle\Controller\ReplyController" to "Mautic\SmsBundle\Controller\ReplyController".
Inlined service ".service_locator.O2p6Lk7.Mautic\SmsBundle\Controller\SmsController" to "Mautic\SmsBundle\Controller\SmsController".
Inlined service ".service_locator.O2p6Lk7.Mautic\StageBundle\Controller\AjaxController" to "Mautic\StageBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\StageBundle\Controller\Api\StageApiController" to "Mautic\StageBundle\Controller\Api\StageApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\StageBundle\Controller\StageController" to "Mautic\StageBundle\Controller\StageController".
Inlined service ".service_locator.JkaYaOo.Mautic\UserBundle\Controller\Api\RoleApiController" to "Mautic\UserBundle\Controller\Api\RoleApiController".
Inlined service ".service_locator.JkaYaOo.Mautic\UserBundle\Controller\Api\UserApiController" to "Mautic\UserBundle\Controller\Api\UserApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\UserBundle\Controller\ProfileController" to "Mautic\UserBundle\Controller\ProfileController".
Inlined service ".service_locator.O2p6Lk7.Mautic\UserBundle\Controller\PublicController" to "Mautic\UserBundle\Controller\PublicController".
Inlined service ".service_locator.O2p6Lk7.Mautic\UserBundle\Controller\RoleController" to "Mautic\UserBundle\Controller\RoleController".
Inlined service ".service_locator.O2p6Lk7.Mautic\UserBundle\Controller\SecurityController" to "Mautic\UserBundle\Controller\SecurityController".
Inlined service ".service_locator.O2p6Lk7.Mautic\UserBundle\Controller\UserController" to "Mautic\UserBundle\Controller\UserController".
Inlined service ".service_locator.pzSV6Ty.LightSaml\SpBundle\Controller\DefaultController" to "LightSaml\SpBundle\Controller\DefaultController".
Inlined service ".service_locator.O2p6Lk7.Mautic\WebhookBundle\Controller\AjaxController" to "Mautic\WebhookBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.Mautic\WebhookBundle\Controller\Api\WebhookApiController" to "Mautic\WebhookBundle\Controller\Api\WebhookApiController".
Inlined service ".service_locator.O2p6Lk7.Mautic\WebhookBundle\Controller\WebhookController" to "Mautic\WebhookBundle\Controller\WebhookController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticSocialBundle\Controller\AjaxController" to "MauticPlugin\MauticSocialBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController" to "MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticSocialBundle\Controller\JsController" to "MauticPlugin\MauticSocialBundle\Controller\JsController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticSocialBundle\Controller\MonitoringController" to "MauticPlugin\MauticSocialBundle\Controller\MonitoringController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticSocialBundle\Controller\TweetController" to "MauticPlugin\MauticSocialBundle\Controller\TweetController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticFocusBundle\Controller\AjaxController" to "MauticPlugin\MauticFocusBundle\Controller\AjaxController".
Inlined service ".service_locator.JkaYaOo.MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController" to "MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticFocusBundle\Controller\FocusController" to "MauticPlugin\MauticFocusBundle\Controller\FocusController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticFocusBundle\Controller\PublicController" to "MauticPlugin\MauticFocusBundle\Controller\PublicController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticFullContactBundle\Controller\FullContactController" to "MauticPlugin\MauticFullContactBundle\Controller\FullContactController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticFullContactBundle\Controller\PublicController" to "MauticPlugin\MauticFullContactBundle\Controller\PublicController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController" to "MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController" to "MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController" to "MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticTagManagerBundle\Controller\TagController" to "MauticPlugin\MauticTagManagerBundle\Controller\TagController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticClearbitBundle\Controller\ClearbitController" to "MauticPlugin\MauticClearbitBundle\Controller\ClearbitController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticClearbitBundle\Controller\PublicController" to "MauticPlugin\MauticClearbitBundle\Controller\PublicController".
Inlined service ".service_locator.O2p6Lk7.MauticPlugin\MauticCrmBundle\Controller\PublicController" to "MauticPlugin\MauticCrmBundle\Controller\PublicController".
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_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
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_listener" to "maker.auto_command.make_listener".
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_schedule" to "maker.auto_command.make_schedule".
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_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 "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "Mautic\MessengerBundle\MessageHandler\EmailHitNotificationHandler" to ".messenger.handler_descriptor.Hhcurh6".
Inlined service "Mautic\MessengerBundle\MessageHandler\PageHitNotificationHandler" to ".messenger.handler_descriptor.LBuYxqw".
Inlined service ".messenger.method_on_object_wrapper.sIP2J5C" to ".messenger.handler_descriptor.xsolLA1".
Inlined service ".messenger.method_on_object_wrapper.pFvoZHo" to ".messenger.handler_descriptor.hQqoFb5".
Inlined service ".messenger.method_on_object_wrapper._7fsuol" to ".messenger.handler_descriptor.KdzFuIu".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service ".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 "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service "debug.security.event_dispatcher.dev.inner" to "debug.security.event_dispatcher.dev".
Inlined service "debug.security.event_dispatcher.login.inner" to "debug.security.event_dispatcher.login".
Inlined service "debug.security.event_dispatcher.sso_login.inner" to "debug.security.event_dispatcher.sso_login".
Inlined service "debug.security.event_dispatcher.saml_login.inner" to "debug.security.event_dispatcher.saml_login".
Inlined service "debug.security.event_dispatcher.saml_discovery.inner" to "debug.security.event_dispatcher.saml_discovery".
Inlined service "debug.security.event_dispatcher.oauth2_area.inner" to "debug.security.event_dispatcher.oauth2_area".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "debug.security.event_dispatcher.public.inner" to "debug.security.event_dispatcher.public".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.otfny_1" to ".service_locator.otfny_1.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.pzSV6Ty" to ".service_locator.pzSV6Ty.LightSaml\SpBundle\Controller\DefaultController".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.yK9INB4" to "console.command_loader".
Inlined service ".service_locator.otfny_1.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 "fos_rest.serializer.jms" to "fos_rest.view_handler".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "fm_elfinder.configurator.default" to "fm_elfinder.loader".
Inlined service "debug.argument_resolver.inner" to "Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface".
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.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" 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 "lightsaml.system.event_dispatcher" to "lightsaml.container.build".
Inlined service "lightsaml.store.sso_state" to "lightsaml.container.build".
Inlined service "lightsaml.service.name_id_validator" to "lightsaml.container.build".
Inlined service "lightsaml.service.name_id_validator" to "lightsaml.container.build".
Inlined service "lightsaml.service.name_id_validator" to "lightsaml.container.build".
Inlined service "lightsaml.system.event_dispatcher" to "lightsaml.container.build".
Inlined service "lightsaml.store.sso_state" to "lightsaml.container.build".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
10
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.dev", "debug.security.firewall.authenticator.login", "debug.security.firewall.authenticator.sso_login", "debug.security.firewall.authenticator.saml_login", "debug.security.firewall.authenticator.saml_discovery", "debug.security.firewall.authenticator.oauth2_area", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", "debug.security.firewall.authenticator.public", "doctrine.migrations.container_aware_migrations_factory", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "Mautic\EmailBundle\Mailer\Transport\TransportFactory", ".debug.http_client", "fos_rest.serializer.form_error_handler", "debug.security.event_dispatcher.dev", "debug.security.event_dispatcher.login", "debug.security.event_dispatcher.sso_login", "debug.security.event_dispatcher.saml_login", "debug.security.event_dispatcher.saml_discovery", "debug.security.event_dispatcher.oauth2_area", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "debug.security.event_dispatcher.public", "messenger.default_bus", "Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface", "event_dispatcher", but was never used.
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.union_handler", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "fos_rest.serializer.form_error_handler", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?
Tag "oneup_uploader.routable" was defined on service(s) "oneup_uploader.controller.mautic", but was never used. Did you mean "oneup_uploader.controller"?
Tag "twig.helper" was defined on service(s) "Mautic\CoreBundle\Twig\Helper\AssetsHelper", "mautic.helper.app_version", "mautic.helper.twig.menu", "mautic.helper.twig.date", "mautic.helper.twig.gravatar", "mautic.helper.twig.analytics", "mautic.helper.twig.config", "mautic.helper.twig.mautibot", "mautic.helper.twig.button", "mautic.helper.twig.content", "mautic.helper.twig.formatter", "mautic.helper.twig.version", "mautic.helper.twig.security", "mautic.helper.paths", "mautic.helper.ip_lookup", "mautic.helper.user", "mautic.helper.core_parameters", "mautic.helper.bundle", "mautic.helper.phone_number", "mautic.helper.input_helper", "mautic.helper.file_uploader", "mautic.helper.file_path_resolver", "mautic.helper.file_properties", "mautic.helper.trailing_slash", "mautic.helper.token_builder", "mautic.helper.token_builder.factory", "mautic.helper.maxmind_do_not_sell_download", "mautic.helper.update_checks", "mautic.api.helper.entity_result", "mautic.channel.helper.channel_list", "mautic.integrations.helper.variable_expresser", "mautic.integrations.helper", "mautic.integrations.helper.auth_integrations", "mautic.integrations.helper.sync_integrations", "mautic.integrations.helper.config_integrations", "mautic.integrations.helper.builder_integrations", "mautic.integrations.helper.field_validator", "mautic.helper.twig.avatar", "mautic.helper.twig.default_avatar", "mautic.helper.field.alias", "mautic.helper.twig.dnc_reason", "mautic.helper.segment.count.cache", "mautic.helper.notification", "mautic.report.helper.report", "mautic.helper.sms", "grapesjsbuilder.helper.filemanager", but was never used.
Tag "mautic.cache.adapter" was defined on service(s) "Mautic\CacheBundle\Cache\Adapter\RedisAdapter", "Mautic\CacheBundle\Cache\Adapter\RedisTagAwareAdapter", "mautic.cache.adapter.filesystem", "mautic.cache.adapter.memcached", but was never used.
Tag "mautic.integration" was defined on service(s) "MauticPlugin\GrapesJsBuilderBundle\Integration\GrapesJsBuilderIntegration", "MauticPlugin\GrapesJsBuilderBundle\Integration\Support\BuilderSupport", "MauticPlugin\GrapesJsBuilderBundle\Integration\Support\ConfigSupport", "mautic.integration.onesignal", "mautic.integration.twilio", "mautic.integration.facebook", "mautic.integration.foursquare", "mautic.integration.instagram", "mautic.integration.twitter", "mautic.integration.outlook", "mautic.integration.fullcontact", "mautic.integration.tagmanager", "mautic.integration.clearbit", "mautic.integration.amazons3", "mautic.integration.constantcontact", "mautic.integration.icontact", "mautic.integration.mailchimp", "mautic.integration.gmail", but was never used. Did you mean "mautic.basic_integration"?
Tag "mautic.event_subscriber" was defined on service(s) "mautic.core.subscriber.router", "mautic.integrations.subscriber.controller", "mautic.lead.serializer.subscriber", "mautic.lead.export_scheduled_audit_log_subscriber", "mautic.lead.export_scheduled_logger_subscriber", "mautic.lead.export_scheduled_notification_subscriber", "mautic.lead.contact_scheduled_export.subscriber", "mautic.notification.campaignbundle.subscriber", but was never used. Did you mean "kernel.event_subscriber", "doctrine.event_subscriber"?
Tag "file_extension_constraint_validator" was defined on service(s) "mautic.form.validator.constraint.file_extension_constraint_validator", but was never used.