Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
Since symfony/dependency-injection 7.2: Type "tagged" is deprecated for tag <argument>, use "tagged_iterator" instead in "D:\project\yingdong\mautic\mautic-7\vendor\doctrine\doctrine-bundle\DependencyInjection/../Resources/config\messenger.xml".
Since symfony/dependency-injection 7.2: Type "tagged" is deprecated for tag <argument>, use "tagged_iterator" instead in "D:\project\yingdong\mautic\mautic-7\vendor\doctrine\doctrine-bundle\DependencyInjection/../Resources/config\orm.xml".
Method "Doctrine\Common\DataFixtures\OrderedFixtureInterface::getOrder()" might add "int" as a native return type declaration in the future. Do the same in implementation "Mautic\PageBundle\DataFixtures\ORM\LoadPageCategoryData" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\DataFixtures\OrderedFixtureInterface::getOrder()" might add "int" as a native return type declaration in the future. Do the same in implementation "Mautic\PageBundle\DataFixtures\ORM\LoadPageData" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\DataFixtures\OrderedFixtureInterface::getOrder()" might add "int" as a native return type declaration in the future. Do the same in implementation "Mautic\PageBundle\DataFixtures\ORM\LoadPageHitData" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Mautic\PluginBundle\Command\FetchLeadsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Mautic\PluginBundle\Command\PushLeadActivityCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\DataFixtures\OrderedFixtureInterface::getOrder()" might add "int" as a native return type declaration in the future. Do the same in implementation "Mautic\UserBundle\DataFixtures\ORM\LoadRoleData" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\DataFixtures\OrderedFixtureInterface::getOrder()" might add "int" as a native return type declaration in the future. Do the same in implementation "Mautic\UserBundle\DataFixtures\ORM\LoadUserData" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Mautic\WebhookBundle\Command\ProcessWebhookQueuesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
The "MauticPlugin\MauticAiBundle\Controller\AiController" class extends "Mautic\CoreBundle\Controller\FormController" that is deprecated 2.3 - to be removed in 3.0; use AbstractFormController instead.
The "MauticPlugin\MauticAiBundle\Integration\DoubaoIntegration" class extends "Mautic\PluginBundle\Integration\AbstractIntegration" that is deprecated To be removed in Mautic 6.0. Please use the IntegrationsBundle instead, which is meant to be a drop-in replacement for AbstractIntegration.
The "MauticPlugin\MauticClearbitBundle\Integration\ClearbitIntegration" class extends "Mautic\PluginBundle\Integration\AbstractIntegration" that is deprecated To be removed in Mautic 6.0. Please use the IntegrationsBundle instead, which is meant to be a drop-in replacement for AbstractIntegration.
The "MauticPlugin\MauticCloudStorageBundle\Integration\CloudStorageIntegration" class extends "Mautic\PluginBundle\Integration\AbstractIntegration" that is deprecated To be removed in Mautic 6.0. Please use the IntegrationsBundle instead, which is meant to be a drop-in replacement for AbstractIntegration.
Method "Mautic\PluginBundle\Integration\AbstractIntegration::getAuthenticationType()" might add "string" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticCloudStorageBundle\Integration\CloudStorageIntegration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mautic\PluginBundle\Integration\AbstractIntegration::getSupportedFeatures()" might add "array" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticCloudStorageBundle\Integration\CloudStorageIntegration" now to avoid errors or add an explicit @return annotation to suppress this message.
The "MauticPlugin\MauticCrmBundle\Integration\CrmAbstractIntegration" class extends "Mautic\PluginBundle\Integration\AbstractIntegration" that is deprecated To be removed in Mautic 6.0. Please use the IntegrationsBundle instead, which is meant to be a drop-in replacement for AbstractIntegration.
Method "Mautic\PluginBundle\Integration\AbstractIntegration::getBearerToken()" might add "string" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticCrmBundle\Integration\DynamicsIntegration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mautic\PluginBundle\Integration\AbstractIntegration::getBearerToken()" might add "string" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticCrmBundle\Integration\SalesforceIntegration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mautic\PluginBundle\Integration\AbstractIntegration::getLeadDoNotContactByDate()" might add "int" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticCrmBundle\Integration\SalesforceIntegration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mautic\PluginBundle\Integration\AbstractIntegration::prepareResponseForExtraction()" might add "mixed" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticCrmBundle\Integration\SugarcrmIntegration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mautic\PluginBundle\Integration\AbstractIntegration::prepareResponseForExtraction()" might add "mixed" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticCrmBundle\Integration\ZohoIntegration" now to avoid errors or add an explicit @return annotation to suppress this message.
The "MauticPlugin\MauticEmailMarketingBundle\Integration\EmailAbstractIntegration" class extends "Mautic\PluginBundle\Integration\AbstractIntegration" that is deprecated To be removed in Mautic 6.0. Please use the IntegrationsBundle instead, which is meant to be a drop-in replacement for AbstractIntegration.
Method "Mautic\PluginBundle\Integration\AbstractIntegration::authCallback()" might add "bool|string" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticEmailMarketingBundle\Integration\IcontactIntegration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mautic\CoreBundle\Entity\CommonRepository::getEntities()" might add "iterable|\Doctrine\ORM\Internal\Hydration\IterableResult|Paginator|SimplePaginator" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticFocusBundle\Entity\FocusRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
The "MauticPlugin\MauticFullContactBundle\Integration\FullContactIntegration" class extends "Mautic\PluginBundle\Integration\AbstractIntegration" that is deprecated To be removed in Mautic 6.0. Please use the IntegrationsBundle instead, which is meant to be a drop-in replacement for AbstractIntegration.
The "MauticPlugin\MauticGmailBundle\Integration\GmailIntegration" class extends "Mautic\PluginBundle\Integration\AbstractIntegration" that is deprecated To be removed in Mautic 6.0. Please use the IntegrationsBundle instead, which is meant to be a drop-in replacement for AbstractIntegration.
The "MauticPlugin\MauticOutBoundBundle\Integration\OutBoundIntegration" class extends "Mautic\PluginBundle\Integration\AbstractIntegration" that is deprecated To be removed in Mautic 6.0. Please use the IntegrationsBundle instead, which is meant to be a drop-in replacement for AbstractIntegration.
The "MauticPlugin\MauticOutlookBundle\Integration\OutlookIntegration" class extends "Mautic\PluginBundle\Integration\AbstractIntegration" that is deprecated To be removed in Mautic 6.0. Please use the IntegrationsBundle instead, which is meant to be a drop-in replacement for AbstractIntegration.
The "MauticPlugin\MauticRobotBundle\Controller\RobotAssetController" class extends "Mautic\CoreBundle\Controller\FormController" that is deprecated 2.3 - to be removed in 3.0; use AbstractFormController instead.
The "MauticPlugin\MauticRobotBundle\Controller\RobotContactController" class extends "Mautic\CoreBundle\Controller\FormController" that is deprecated 2.3 - to be removed in 3.0; use AbstractFormController instead.
The "MauticPlugin\MauticRobotBundle\Controller\RobotController" class extends "Mautic\CoreBundle\Controller\FormController" that is deprecated 2.3 - to be removed in 3.0; use AbstractFormController instead.
The "MauticPlugin\MauticRobotBundle\Controller\RobotMessageTmplController" class extends "Mautic\CoreBundle\Controller\FormController" that is deprecated 2.3 - to be removed in 3.0; use AbstractFormController instead.
The "MauticPlugin\MauticRobotBundle\Integration\RobotIntegration" class extends "Mautic\PluginBundle\Integration\AbstractIntegration" that is deprecated To be removed in Mautic 6.0. Please use the IntegrationsBundle instead, which is meant to be a drop-in replacement for AbstractIntegration.
Method "Mautic\CoreBundle\Model\AbstractCommonModel::getEntities()" might add "iterable|\Doctrine\ORM\Internal\Hydration\IterableResult|Paginator|SimplePaginator" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticRobotBundle\Model\RobotContactModel" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mautic\CoreBundle\Model\AbstractCommonModel::getEntities()" might add "iterable|\Doctrine\ORM\Internal\Hydration\IterableResult|Paginator|SimplePaginator" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplItemModel" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mautic\CoreBundle\Model\AbstractCommonModel::getEntities()" might add "iterable|\Doctrine\ORM\Internal\Hydration\IterableResult|Paginator|SimplePaginator" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplModel" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mautic\CoreBundle\Model\AbstractCommonModel::getEntities()" might add "iterable|\Doctrine\ORM\Internal\Hydration\IterableResult|Paginator|SimplePaginator" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticRobotBundle\Model\RobotModel" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticSocialBundle\Command\MonitorTwitterBaseCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
The "MauticPlugin\MauticSocialBundle\Controller\MonitoringController" class extends "Mautic\CoreBundle\Controller\FormController" that is deprecated 2.3 - to be removed in 3.0; use AbstractFormController instead.
The "MauticPlugin\MauticSocialBundle\Controller\TweetController" class extends "Mautic\CoreBundle\Controller\FormController" that is deprecated 2.3 - to be removed in 3.0; use AbstractFormController instead.
The "MauticPlugin\MauticSocialBundle\Integration\SocialIntegration" class extends "Mautic\PluginBundle\Integration\AbstractIntegration" that is deprecated To be removed in Mautic 6.0. Please use the IntegrationsBundle instead, which is meant to be a drop-in replacement for AbstractIntegration.
Method "Mautic\PluginBundle\Integration\AbstractIntegration::getFormCompanyFields()" might add "array" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticSocialBundle\Integration\SocialIntegration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mautic\PluginBundle\Integration\AbstractIntegration::getAuthenticationType()" might add "string" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticSocialBundle\Integration\SocialIntegration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mautic\PluginBundle\Integration\AbstractIntegration::getRequiredKeyFields()" might add "array" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticSocialBundle\Integration\SocialIntegration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Mautic\PluginBundle\Integration\AbstractIntegration::matchFieldName()" might add "mixed" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticSocialBundle\Integration\FoursquareIntegration" now to avoid errors or add an explicit @return annotation to suppress this message.
The "MauticPlugin\MauticTagManagerBundle\Controller\TagController" class extends "Mautic\CoreBundle\Controller\FormController" that is deprecated 2.3 - to be removed in 3.0; use AbstractFormController instead.
The "MauticPlugin\MauticTagManagerBundle\Integration\TagManagerIntegration" class extends "Mautic\PluginBundle\Integration\AbstractIntegration" that is deprecated To be removed in Mautic 6.0. Please use the IntegrationsBundle instead, which is meant to be a drop-in replacement for AbstractIntegration.
The "MauticPlugin\MauticZtBundle\Controller\ZtContactController" class extends "Mautic\CoreBundle\Controller\FormController" that is deprecated 2.3 - to be removed in 3.0; use AbstractFormController instead.
The "MauticPlugin\MauticZtBundle\Controller\ZtContactListController" class extends "Mautic\CoreBundle\Controller\FormController" that is deprecated 2.3 - to be removed in 3.0; use AbstractFormController instead.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticZtBundle\Form\Type\ZtContactListType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::getParent()" might add "?string" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticZtBundle\Form\Type\ZtContactListType" now to avoid errors or add an explicit @return annotation to suppress this message.
The "MauticPlugin\MauticZtBundle\Integration\ZtIntegration" class extends "Mautic\PluginBundle\Integration\AbstractIntegration" that is deprecated To be removed in Mautic 6.0. Please use the IntegrationsBundle instead, which is meant to be a drop-in replacement for AbstractIntegration.
Method "Mautic\PluginBundle\Integration\AbstractIntegration::getDisplayName()" might add "string" as a native return type declaration in the future. Do the same in child class "MauticPlugin\MauticZtBundle\Integration\ZtIntegration" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Bundle\FrameworkBundle\Translation\Translator" class is considered final since Symfony 7.1. It may change without further notice as of its next major version. You should not extend it from "Mautic\CoreBundle\Translation\TranslatorLoader".
The "Mautic\ApiBundle\Security\Voter\ApiPermissionVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
PHP Deprecation - In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:78 called by AppKernelDevDebugContainer.php:10395, https://github.com/doctrine/orm/pull/10455, package doctrine/orm) - in file D:\project\yingdong\mautic\mautic-7\vendor\doctrine\deprecations\src\Deprecation.php - at line 208
app
debug
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:178, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm) - in file D:\project\yingdong\mautic\mautic-7\vendor\doctrine\deprecations\src\Deprecation.php - at line 208
PHP Deprecation - Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is deprecated, use named arguments instead. - in file D:\project\yingdong\mautic\mautic-7\vendor\symfony\deprecation-contracts\function.php - at line 25
PHP Deprecation - Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead. - in file D:\project\yingdong\mautic\mautic-7\vendor\symfony\deprecation-contracts\function.php - at line 25
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 D:\project\yingdong\mautic\mautic-7\vendor\doctrine\deprecations\src\Deprecation.php - at line 208
app
debug
Executing statement:
"SELECT y0_.id AS id_0, y0_.name AS name_1, y0_.is_published AS is_published_2, y0_.supported_features AS supported_features_3, y0_.api_keys AS api_keys_4, y0_.feature_settings AS feature_settings_5, y0_.plugin_id AS plugin_id_6 FROM yd_plugin_integration_settings y0_ WHERE y0_.name = ? LIMIT 1"
(parameters:
[1 => "grapesjsbuilder"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT y0_.id AS id_0, y0_.name AS name_1, y0_.is_published AS is_published_2, y0_.supported_features AS supported_features_3, y0_.api_keys AS api_keys_4, y0_.feature_settings AS feature_settings_5, y0_.plugin_id AS plugin_id_6 FROM yd_plugin_integration_settings y0_ WHERE y0_.name = ? LIMIT 1"
"params" => [1 => "grapesjsbuilder"
]
"types" => [1 => 2]
]
Log messages generated during the compilation of the service container.
Messages
Class
2567
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.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.native" (parent: mailer.transport_factory.abstract).
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 "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
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 "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
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.v2api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.v2api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.v2api" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.oauth2.v2api" (parent: fos_oauth_server.security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.v2api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.v2api" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.provider.mautic.v2api" (parent: security.authenticator.mautic_api).
Resolving inheritance for "security.authenticator.http_basic.v2api" (parent: security.authenticator.http_basic).
Resolving inheritance for "security.authenticator.manager.v2api" (parent: security.authenticator.manager).
Resolving inheritance for "security.exception_listener.v2api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.v2api" (parent: security.firewall.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 "limiter._login_local_main" (parent: limiter).
Resolving inheritance for "limiter._login_global_main" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.main" (parent: security.listener.login_throttling).
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.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
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.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.unbuffered_connection.configuration" (parent: doctrine.dbal.debug_middleware).
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 "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "api_platform.cache.openapi" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.order_filter.instance" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "api_platform.doctrine.orm.range_filter.instance" (parent: api_platform.doctrine.orm.range_filter).
Resolving inheritance for "api_platform.doctrine.orm.date_filter.instance" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "api_platform.doctrine.orm.backed_enum_filter.instance" (parent: api_platform.doctrine.orm.backed_enum_filter).
Resolving inheritance for "api_platform.doctrine.orm.boolean_filter.instance" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "api_platform.doctrine.orm.numeric_filter.instance" (parent: api_platform.doctrine.orm.numeric_filter).
Resolving inheritance for "api_platform.doctrine.orm.exists_filter.instance" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "api_platform.doctrine.orm.search_filter.instance" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\ApiPlatform\EventListener\MauticWriteSubscriber" (parent: .abstract.instanceof.Mautic\ApiBundle\ApiPlatform\EventListener\MauticWriteSubscriber).
Resolving inheritance for "Mautic\ApiBundle\ApiPlatform\EventListener\MauticWriteSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\ApiPlatform\EventListener\MauticWriteSubscriber).
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.ApiPlatform\State\ProcessorInterface.0.Mautic\ApiBundle\State\PutProcessor" (parent: .abstract.instanceof.Mautic\ApiBundle\State\PutProcessor).
Resolving inheritance for "Mautic\ApiBundle\State\PutProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Mautic\ApiBundle\State\PutProcessor).
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\AssetExportListEventSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\AssetExportListEventSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\AssetExportListEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\AssetExportListEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\AssetImportExportSubscriber" (parent: .abstract.instanceof.Mautic\AssetBundle\EventListener\AssetImportExportSubscriber).
Resolving inheritance for "Mautic\AssetBundle\EventListener\AssetImportExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\AssetImportExportSubscriber).
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 ".instanceof.Mautic\CampaignBundle\Command\CampaignDeleteEventLogsCommand.0.Mautic\CampaignBundle\Command\CampaignDeleteEventLogsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\CampaignDeleteEventLogsCommand).
Resolving inheritance for "Mautic\CampaignBundle\Command\CampaignDeleteEventLogsCommand" (parent: .instanceof.Mautic\CampaignBundle\Command\CampaignDeleteEventLogsCommand.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 ".instanceof.Mautic\CampaignBundle\Command\ExecuteEventCommand.0.Mautic\CampaignBundle\Command\ExecuteEventCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\ExecuteEventCommand).
Resolving inheritance for "Mautic\CampaignBundle\Command\ExecuteEventCommand" (parent: .instanceof.Mautic\CampaignBundle\Command\ExecuteEventCommand.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 ".instanceof.Mautic\CampaignBundle\Command\SummarizeCommand.0.Mautic\CampaignBundle\Command\SummarizeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\SummarizeCommand).
Resolving inheritance for "Mautic\CampaignBundle\Command\SummarizeCommand" (parent: .instanceof.Mautic\CampaignBundle\Command\SummarizeCommand.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 ".instanceof.Mautic\CampaignBundle\Command\TriggerCampaignCommand.0.Mautic\CampaignBundle\Command\TriggerCampaignCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\TriggerCampaignCommand).
Resolving inheritance for "Mautic\CampaignBundle\Command\TriggerCampaignCommand" (parent: .instanceof.Mautic\CampaignBundle\Command\TriggerCampaignCommand.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 ".instanceof.Mautic\CampaignBundle\Command\UpdateLeadCampaignsCommand.0.Mautic\CampaignBundle\Command\UpdateLeadCampaignsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\UpdateLeadCampaignsCommand).
Resolving inheritance for "Mautic\CampaignBundle\Command\UpdateLeadCampaignsCommand" (parent: .instanceof.Mautic\CampaignBundle\Command\UpdateLeadCampaignsCommand.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 ".instanceof.Mautic\CampaignBundle\Command\ValidateEventCommand.0.Mautic\CampaignBundle\Command\ValidateEventCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CampaignBundle\Command\ValidateEventCommand).
Resolving inheritance for "Mautic\CampaignBundle\Command\ValidateEventCommand" (parent: .instanceof.Mautic\CampaignBundle\Command\ValidateEventCommand.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\ImportController" (parent: .abstract.instanceof.Mautic\CampaignBundle\Controller\ImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\ImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\CampaignBundle\Controller\ImportController).
Resolving inheritance for "Mautic\CampaignBundle\Controller\ImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\ImportController).
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\ButtonSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\ButtonSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\ButtonSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\ButtonSubscriber).
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\CampaignEventImportExportSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignEventImportExportSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\CampaignEventImportExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignEventImportExportSubscriber).
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\CampaignImportExportSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignImportExportSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\CampaignImportExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\CampaignImportExportSubscriber).
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\GeneratedColumnSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\GeneratedColumnSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\GeneratedColumnSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\GeneratedColumnSubscriber).
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\NotifyOfFailureSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\NotifyOfFailureSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\NotifyOfFailureSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\NotifyOfFailureSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\NotifyOfUnpublishSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\NotifyOfUnpublishSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\NotifyOfUnpublishSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\NotifyOfUnpublishSubscriber).
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\PublishToggleSubscriber" (parent: .abstract.instanceof.Mautic\CampaignBundle\EventListener\PublishToggleSubscriber).
Resolving inheritance for "Mautic\CampaignBundle\EventListener\PublishToggleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\PublishToggleSubscriber).
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\CampaignImportType" (parent: .abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignImportType).
Resolving inheritance for "Mautic\CampaignBundle\Form\Type\CampaignImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\CampaignImportType).
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\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\RepublishBehaviorType" (parent: .abstract.instanceof.Mautic\CampaignBundle\Form\Type\RepublishBehaviorType).
Resolving inheritance for "Mautic\CampaignBundle\Form\Type\RepublishBehaviorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\RepublishBehaviorType).
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.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\CampaignBundle\Validator\Constraints\NoOrphanEventsValidator" (parent: .abstract.instanceof.Mautic\CampaignBundle\Validator\Constraints\NoOrphanEventsValidator).
Resolving inheritance for "Mautic\CampaignBundle\Validator\Constraints\NoOrphanEventsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\CampaignBundle\Validator\Constraints\NoOrphanEventsValidator).
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 ".instanceof.Mautic\ChannelBundle\Command\ProcessMarketingMessagesQueueCommand.0.Mautic\ChannelBundle\Command\ProcessMarketingMessagesQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\ChannelBundle\Command\ProcessMarketingMessagesQueueCommand).
Resolving inheritance for "Mautic\ChannelBundle\Command\ProcessMarketingMessagesQueueCommand" (parent: .instanceof.Mautic\ChannelBundle\Command\ProcessMarketingMessagesQueueCommand.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 ".instanceof.Mautic\ChannelBundle\Command\SendChannelBroadcastCommand.0.Mautic\ChannelBundle\Command\SendChannelBroadcastCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\ChannelBundle\Command\SendChannelBroadcastCommand).
Resolving inheritance for "Mautic\ChannelBundle\Command\SendChannelBroadcastCommand" (parent: .instanceof.Mautic\ChannelBundle\Command\SendChannelBroadcastCommand.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 ".instanceof.Mautic\CoreBundle\Command\AnonymizeIpCommand.0.Mautic\CoreBundle\Command\AnonymizeIpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\AnonymizeIpCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\AnonymizeIpCommand" (parent: .instanceof.Mautic\CoreBundle\Command\AnonymizeIpCommand.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 ".instanceof.Mautic\CoreBundle\Command\ApplyUpdatesCommand.0.Mautic\CoreBundle\Command\ApplyUpdatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\ApplyUpdatesCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\ApplyUpdatesCommand" (parent: .instanceof.Mautic\CoreBundle\Command\ApplyUpdatesCommand.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 ".instanceof.Mautic\CoreBundle\Command\CleanupMaintenanceCommand.0.Mautic\CoreBundle\Command\CleanupMaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\CleanupMaintenanceCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\CleanupMaintenanceCommand" (parent: .instanceof.Mautic\CoreBundle\Command\CleanupMaintenanceCommand.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 ".instanceof.Mautic\CoreBundle\Command\CleanupMediaAssetsCommand.0.Mautic\CoreBundle\Command\CleanupMediaAssetsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\CleanupMediaAssetsCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\CleanupMediaAssetsCommand" (parent: .instanceof.Mautic\CoreBundle\Command\CleanupMediaAssetsCommand.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 ".instanceof.Mautic\CoreBundle\Command\ConvertConfigCommand.0.Mautic\CoreBundle\Command\ConvertConfigCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\ConvertConfigCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\ConvertConfigCommand" (parent: .instanceof.Mautic\CoreBundle\Command\ConvertConfigCommand.0.Mautic\CoreBundle\Command\ConvertConfigCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\EntityExportCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\EntityExportCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\EntityExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\EntityExportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\EntityImportCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\EntityImportCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\EntityImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\EntityImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\FindUpdatesCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\FindUpdatesCommand).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Command\FindUpdatesCommand.0.Mautic\CoreBundle\Command\FindUpdatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\FindUpdatesCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\FindUpdatesCommand" (parent: .instanceof.Mautic\CoreBundle\Command\FindUpdatesCommand.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 ".instanceof.Mautic\CoreBundle\Command\GenerateProductionAssetsCommand.0.Mautic\CoreBundle\Command\GenerateProductionAssetsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\GenerateProductionAssetsCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\GenerateProductionAssetsCommand" (parent: .instanceof.Mautic\CoreBundle\Command\GenerateProductionAssetsCommand.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 ".instanceof.Mautic\CoreBundle\Command\InstallDataCommand.0.Mautic\CoreBundle\Command\InstallDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\InstallDataCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\InstallDataCommand" (parent: .instanceof.Mautic\CoreBundle\Command\InstallDataCommand.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 ".instanceof.Mautic\CoreBundle\Command\MaxMindDoNotSellPurgeCommand.0.Mautic\CoreBundle\Command\MaxMindDoNotSellPurgeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\MaxMindDoNotSellPurgeCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\MaxMindDoNotSellPurgeCommand" (parent: .instanceof.Mautic\CoreBundle\Command\MaxMindDoNotSellPurgeCommand.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 ".instanceof.Mautic\CoreBundle\Command\PullTransifexCommand.0.Mautic\CoreBundle\Command\PullTransifexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\PullTransifexCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\PullTransifexCommand" (parent: .instanceof.Mautic\CoreBundle\Command\PullTransifexCommand.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 ".instanceof.Mautic\CoreBundle\Command\PushTransifexCommand.0.Mautic\CoreBundle\Command\PushTransifexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\PushTransifexCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\PushTransifexCommand" (parent: .instanceof.Mautic\CoreBundle\Command\PushTransifexCommand.0.Mautic\CoreBundle\Command\PushTransifexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\RemoveAnonymousContactsCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\RemoveAnonymousContactsCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\RemoveAnonymousContactsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\RemoveAnonymousContactsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UnusedIpDeleteCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Command\UnusedIpDeleteCommand).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Command\UnusedIpDeleteCommand.0.Mautic\CoreBundle\Command\UnusedIpDeleteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UnusedIpDeleteCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\UnusedIpDeleteCommand" (parent: .instanceof.Mautic\CoreBundle\Command\UnusedIpDeleteCommand.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 ".instanceof.Mautic\CoreBundle\Command\UpdateDoNotSellListCommand.0.Mautic\CoreBundle\Command\UpdateDoNotSellListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UpdateDoNotSellListCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\UpdateDoNotSellListCommand" (parent: .instanceof.Mautic\CoreBundle\Command\UpdateDoNotSellListCommand.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 ".instanceof.Mautic\CoreBundle\Command\UpdateIpDataStoreCommand.0.Mautic\CoreBundle\Command\UpdateIpDataStoreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UpdateIpDataStoreCommand).
Resolving inheritance for "Mautic\CoreBundle\Command\UpdateIpDataStoreCommand" (parent: .instanceof.Mautic\CoreBundle\Command\UpdateIpDataStoreCommand.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.Mautic\CoreBundle\EventListener\CacheInvalidateSubscriber.0.Mautic\CoreBundle\EventListener\CacheInvalidateSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\CacheInvalidateSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\CacheInvalidateSubscriber" (parent: .instanceof.Mautic\CoreBundle\EventListener\CacheInvalidateSubscriber.0.Mautic\CoreBundle\EventListener\CacheInvalidateSubscriber).
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.Mautic\CoreBundle\EventListener\DoctrineEventsSubscriber.0.Mautic\CoreBundle\EventListener\DoctrineEventsSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\DoctrineEventsSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\DoctrineEventsSubscriber" (parent: .instanceof.Mautic\CoreBundle\EventListener\DoctrineEventsSubscriber.0.Mautic\CoreBundle\EventListener\DoctrineEventsSubscriber).
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.Mautic\CoreBundle\EventListener\OptimisticLockSubscriber.0.Mautic\CoreBundle\EventListener\OptimisticLockSubscriber" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\OptimisticLockSubscriber).
Resolving inheritance for "Mautic\CoreBundle\EventListener\OptimisticLockSubscriber" (parent: .instanceof.Mautic\CoreBundle\EventListener\OptimisticLockSubscriber.0.Mautic\CoreBundle\EventListener\OptimisticLockSubscriber).
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.Mautic\CoreBundle\EventListener\UUIDListener.0.Mautic\CoreBundle\EventListener\UUIDListener" (parent: .abstract.instanceof.Mautic\CoreBundle\EventListener\UUIDListener).
Resolving inheritance for "Mautic\CoreBundle\EventListener\UUIDListener" (parent: .instanceof.Mautic\CoreBundle\EventListener\UUIDListener.0.Mautic\CoreBundle\EventListener\UUIDListener).
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\FormTypeExtensionInterface.0.Mautic\CoreBundle\Form\Extension\NormalizeFormExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Extension\NormalizeFormExtension).
Resolving inheritance for "Mautic\CoreBundle\Form\Extension\NormalizeFormExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Mautic\CoreBundle\Form\Extension\NormalizeFormExtension).
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\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\OverrideIncludeExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\OverrideIncludeExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\OverrideIncludeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\OverrideIncludeExtension).
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\ThemeExtension" (parent: .abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ThemeExtension).
Resolving inheritance for "Mautic\CoreBundle\Twig\Extension\ThemeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mautic\CoreBundle\Twig\Extension\ThemeExtension).
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\Component\Console\Command\Command.0.Mautic\CoreBundle\Test\PhpUnitConfigCommand" (parent: .abstract.instanceof.Mautic\CoreBundle\Test\PhpUnitConfigCommand).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Test\PhpUnitConfigCommand.0.Mautic\CoreBundle\Test\PhpUnitConfigCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Test\PhpUnitConfigCommand).
Resolving inheritance for "Mautic\CoreBundle\Test\PhpUnitConfigCommand" (parent: .instanceof.Mautic\CoreBundle\Test\PhpUnitConfigCommand.0.Mautic\CoreBundle\Test\PhpUnitConfigCommand).
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\DynamicContentImportExportSubscriber" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\EventListener\DynamicContentImportExportSubscriber).
Resolving inheritance for "Mautic\DynamicContentBundle\EventListener\DynamicContentImportExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\DynamicContentBundle\EventListener\DynamicContentImportExportSubscriber).
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 ".instanceof.Mautic\EmailBundle\Command\ProcessFetchEmailCommand.0.Mautic\EmailBundle\Command\ProcessFetchEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\EmailBundle\Command\ProcessFetchEmailCommand).
Resolving inheritance for "Mautic\EmailBundle\Command\ProcessFetchEmailCommand" (parent: .instanceof.Mautic\EmailBundle\Command\ProcessFetchEmailCommand.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\EmailImportExportSubscriber" (parent: .abstract.instanceof.Mautic\EmailBundle\EventListener\EmailImportExportSubscriber).
Resolving inheritance for "Mautic\EmailBundle\EventListener\EmailImportExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\EmailBundle\EventListener\EmailImportExportSubscriber).
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\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\ScheduleSendType" (parent: .abstract.instanceof.Mautic\EmailBundle\Form\Type\ScheduleSendType).
Resolving inheritance for "Mautic\EmailBundle\Form\Type\ScheduleSendType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\EmailBundle\Form\Type\ScheduleSendType).
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\ScheduleDateRangeValidator" (parent: .abstract.instanceof.Mautic\EmailBundle\Validator\ScheduleDateRangeValidator).
Resolving inheritance for "Mautic\EmailBundle\Validator\ScheduleDateRangeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\EmailBundle\Validator\ScheduleDateRangeValidator).
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\ActionImportExportSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\ActionImportExportSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\ActionImportExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\ActionImportExportSubscriber).
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\CustomFieldSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\CustomFieldSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\CustomFieldSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\CustomFieldSubscriber).
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\FieldImportExportSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\FieldImportExportSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\FieldImportExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FieldImportExportSubscriber).
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\FormFieldSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\FormFieldSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\FormFieldSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FormFieldSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FormImportExportSubscriber" (parent: .abstract.instanceof.Mautic\FormBundle\EventListener\FormImportExportSubscriber).
Resolving inheritance for "Mautic\FormBundle\EventListener\FormImportExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FormImportExportSubscriber).
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\ConstrainedIntegerType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\ConstrainedIntegerType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\ConstrainedIntegerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\ConstrainedIntegerType).
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\FormFieldCheckboxGroupType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldCheckboxGroupType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldCheckboxGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldCheckboxGroupType).
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\FormFieldSliderType" (parent: .abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldSliderType).
Resolving inheritance for "Mautic\FormBundle\Form\Type\FormFieldSliderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\FormBundle\Form\Type\FormFieldSliderType).
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.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\FormBundle\Validator\Constraint\SliderMaxGreaterThanMinValidator" (parent: .abstract.instanceof.Mautic\FormBundle\Validator\Constraint\SliderMaxGreaterThanMinValidator).
Resolving inheritance for "Mautic\FormBundle\Validator\Constraint\SliderMaxGreaterThanMinValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\FormBundle\Validator\Constraint\SliderMaxGreaterThanMinValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\FormBundle\Validator\Constraint\SliderStepLessThanMaxValidator" (parent: .abstract.instanceof.Mautic\FormBundle\Validator\Constraint\SliderStepLessThanMaxValidator).
Resolving inheritance for "Mautic\FormBundle\Validator\Constraint\SliderStepLessThanMaxValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\FormBundle\Validator\Constraint\SliderStepLessThanMaxValidator).
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 ".instanceof.Mautic\InstallBundle\Command\InstallCommand.0.Mautic\InstallBundle\Command\InstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\InstallBundle\Command\InstallCommand).
Resolving inheritance for "Mautic\InstallBundle\Command\InstallCommand" (parent: .instanceof.Mautic\InstallBundle\Command\InstallCommand.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.Mautic\InstallBundle\EventListener\DoctrineEventSubscriber.0.Mautic\InstallBundle\EventListener\DoctrineEventSubscriber" (parent: .abstract.instanceof.Mautic\InstallBundle\EventListener\DoctrineEventSubscriber).
Resolving inheritance for "Mautic\InstallBundle\EventListener\DoctrineEventSubscriber" (parent: .instanceof.Mautic\InstallBundle\EventListener\DoctrineEventSubscriber.0.Mautic\InstallBundle\EventListener\DoctrineEventSubscriber).
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 ".instanceof.Mautic\IntegrationsBundle\Command\CleanupCommand.0.Mautic\IntegrationsBundle\Command\CleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\IntegrationsBundle\Command\CleanupCommand).
Resolving inheritance for "Mautic\IntegrationsBundle\Command\CleanupCommand" (parent: .instanceof.Mautic\IntegrationsBundle\Command\CleanupCommand.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 ".instanceof.Mautic\IntegrationsBundle\Command\SyncCommand.0.Mautic\IntegrationsBundle\Command\SyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\IntegrationsBundle\Command\SyncCommand).
Resolving inheritance for "Mautic\IntegrationsBundle\Command\SyncCommand" (parent: .instanceof.Mautic\IntegrationsBundle\Command\SyncCommand.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\CleanupExportedFilesCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Command\CleanupExportedFilesCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\CleanupExportedFilesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\CleanupExportedFilesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\ContactScheduledExportCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Command\ContactScheduledExportCommand).
Resolving inheritance for ".instanceof.Mautic\LeadBundle\Command\ContactScheduledExportCommand.0.Mautic\LeadBundle\Command\ContactScheduledExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\ContactScheduledExportCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\ContactScheduledExportCommand" (parent: .instanceof.Mautic\LeadBundle\Command\ContactScheduledExportCommand.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 ".instanceof.Mautic\LeadBundle\Command\DeduplicateCommand.0.Mautic\LeadBundle\Command\DeduplicateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\DeduplicateCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\DeduplicateCommand" (parent: .instanceof.Mautic\LeadBundle\Command\DeduplicateCommand.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 ".instanceof.Mautic\LeadBundle\Command\DeduplicateIdsCommand.0.Mautic\LeadBundle\Command\DeduplicateIdsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\DeduplicateIdsCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\DeduplicateIdsCommand" (parent: .instanceof.Mautic\LeadBundle\Command\DeduplicateIdsCommand.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 ".instanceof.Mautic\LeadBundle\Command\DeleteContactSecondaryCompaniesCommand.0.Mautic\LeadBundle\Command\DeleteContactSecondaryCompaniesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\DeleteContactSecondaryCompaniesCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\DeleteContactSecondaryCompaniesCommand" (parent: .instanceof.Mautic\LeadBundle\Command\DeleteContactSecondaryCompaniesCommand.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 ".instanceof.Mautic\LeadBundle\Command\ImportCommand.0.Mautic\LeadBundle\Command\ImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\ImportCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\ImportCommand" (parent: .instanceof.Mautic\LeadBundle\Command\ImportCommand.0.Mautic\LeadBundle\Command\ImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\SegmentCountCacheCommand" (parent: .abstract.instanceof.Mautic\LeadBundle\Command\SegmentCountCacheCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\SegmentCountCacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\SegmentCountCacheCommand).
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 ".instanceof.Mautic\LeadBundle\Command\UpdateLeadListsCommand.0.Mautic\LeadBundle\Command\UpdateLeadListsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\UpdateLeadListsCommand).
Resolving inheritance for "Mautic\LeadBundle\Command\UpdateLeadListsCommand" (parent: .instanceof.Mautic\LeadBundle\Command\UpdateLeadListsCommand.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\CustomFieldImportExportSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\CustomFieldImportExportSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\CustomFieldImportExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\CustomFieldImportExportSubscriber).
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.Mautic\LeadBundle\EventListener\DoctrineSubscriber.0.Mautic\LeadBundle\EventListener\DoctrineSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\DoctrineSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\DoctrineSubscriber" (parent: .instanceof.Mautic\LeadBundle\EventListener\DoctrineSubscriber.0.Mautic\LeadBundle\EventListener\DoctrineSubscriber).
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\ImportDateValidationSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\ImportDateValidationSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\ImportDateValidationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\ImportDateValidationSubscriber).
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\SegmentFilterTypeaheadSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentFilterTypeaheadSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\SegmentFilterTypeaheadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentFilterTypeaheadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentImportExportSubscriber" (parent: .abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentImportExportSubscriber).
Resolving inheritance for "Mautic\LeadBundle\EventListener\SegmentImportExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentImportExportSubscriber).
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 ".instanceof.Mautic\LeadBundle\Field\Command\AnalyseCustomFieldCommand.0.Mautic\LeadBundle\Field\Command\AnalyseCustomFieldCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\AnalyseCustomFieldCommand).
Resolving inheritance for "Mautic\LeadBundle\Field\Command\AnalyseCustomFieldCommand" (parent: .instanceof.Mautic\LeadBundle\Field\Command\AnalyseCustomFieldCommand.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 ".instanceof.Mautic\LeadBundle\Field\Command\CreateCustomFieldCommand.0.Mautic\LeadBundle\Field\Command\CreateCustomFieldCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\CreateCustomFieldCommand).
Resolving inheritance for "Mautic\LeadBundle\Field\Command\CreateCustomFieldCommand" (parent: .instanceof.Mautic\LeadBundle\Field\Command\CreateCustomFieldCommand.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 ".instanceof.Mautic\LeadBundle\Field\Command\UpdateCustomFieldCommand.0.Mautic\LeadBundle\Field\Command\UpdateCustomFieldCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Field\Command\UpdateCustomFieldCommand).
Resolving inheritance for "Mautic\LeadBundle\Field\Command\UpdateCustomFieldCommand" (parent: .instanceof.Mautic\LeadBundle\Field\Command\UpdateCustomFieldCommand.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\GlobalCategoryType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\GlobalCategoryType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\GlobalCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\GlobalCategoryType).
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\NullableYesNoButtonGroupType" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Type\NullableYesNoButtonGroupType).
Resolving inheritance for "Mautic\LeadBundle\Form\Type\NullableYesNoButtonGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\LeadBundle\Form\Type\NullableYesNoButtonGroupType).
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 ".instanceof.Mautic\MarketplaceBundle\Command\InstallCommand.0.Mautic\MarketplaceBundle\Command\InstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\MarketplaceBundle\Command\InstallCommand).
Resolving inheritance for "Mautic\MarketplaceBundle\Command\InstallCommand" (parent: .instanceof.Mautic\MarketplaceBundle\Command\InstallCommand.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 ".instanceof.Mautic\MarketplaceBundle\Command\ListCommand.0.Mautic\MarketplaceBundle\Command\ListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\MarketplaceBundle\Command\ListCommand).
Resolving inheritance for "Mautic\MarketplaceBundle\Command\ListCommand" (parent: .instanceof.Mautic\MarketplaceBundle\Command\ListCommand.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 ".instanceof.Mautic\MarketplaceBundle\Command\RemoveCommand.0.Mautic\MarketplaceBundle\Command\RemoveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\MarketplaceBundle\Command\RemoveCommand).
Resolving inheritance for "Mautic\MarketplaceBundle\Command\RemoveCommand" (parent: .instanceof.Mautic\MarketplaceBundle\Command\RemoveCommand.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.Mautic\MessengerBundle\MessageHandler\RemoveReportAttachmentHandler.0.Mautic\MessengerBundle\MessageHandler\RemoveReportAttachmentHandler" (parent: .abstract.instanceof.Mautic\MessengerBundle\MessageHandler\RemoveReportAttachmentHandler).
Resolving inheritance for "Mautic\MessengerBundle\MessageHandler\RemoveReportAttachmentHandler" (parent: .instanceof.Mautic\MessengerBundle\MessageHandler\RemoveReportAttachmentHandler.0.Mautic\MessengerBundle\MessageHandler\RemoveReportAttachmentHandler).
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\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\PageImportExportSubscriber" (parent: .abstract.instanceof.Mautic\PageBundle\EventListener\PageImportExportSubscriber).
Resolving inheritance for "Mautic\PageBundle\EventListener\PageImportExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PageBundle\EventListener\PageImportExportSubscriber).
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 ".instanceof.Mautic\PluginBundle\Command\FetchLeadsCommand.0.Mautic\PluginBundle\Command\FetchLeadsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\PluginBundle\Command\FetchLeadsCommand).
Resolving inheritance for "Mautic\PluginBundle\Command\FetchLeadsCommand" (parent: .instanceof.Mautic\PluginBundle\Command\FetchLeadsCommand.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 ".instanceof.Mautic\PluginBundle\Command\PushLeadActivityCommand.0.Mautic\PluginBundle\Command\PushLeadActivityCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\PluginBundle\Command\PushLeadActivityCommand).
Resolving inheritance for "Mautic\PluginBundle\Command\PushLeadActivityCommand" (parent: .instanceof.Mautic\PluginBundle\Command\PushLeadActivityCommand.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 ".instanceof.Mautic\PluginBundle\Command\ReloadCommand.0.Mautic\PluginBundle\Command\ReloadCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\PluginBundle\Command\ReloadCommand).
Resolving inheritance for "Mautic\PluginBundle\Command\ReloadCommand" (parent: .instanceof.Mautic\PluginBundle\Command\ReloadCommand.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\Validator\ConstraintValidatorInterface.0.Mautic\PluginBundle\Form\Constraint\CanPublishValidator" (parent: .abstract.instanceof.Mautic\PluginBundle\Form\Constraint\CanPublishValidator).
Resolving inheritance for "Mautic\PluginBundle\Form\Constraint\CanPublishValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\PluginBundle\Form\Constraint\CanPublishValidator).
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\EntityTypeDetailRouteSubscriber" (parent: .abstract.instanceof.Mautic\PointBundle\EventListener\EntityTypeDetailRouteSubscriber).
Resolving inheritance for "Mautic\PointBundle\EventListener\EntityTypeDetailRouteSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\EntityTypeDetailRouteSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\GroupImportExportSubscriber" (parent: .abstract.instanceof.Mautic\PointBundle\EventListener\GroupImportExportSubscriber).
Resolving inheritance for "Mautic\PointBundle\EventListener\GroupImportExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\GroupImportExportSubscriber).
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\ProjectBundle\Controller\AjaxController" (parent: .abstract.instanceof.Mautic\ProjectBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ProjectBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ProjectBundle\Controller\AjaxController).
Resolving inheritance for "Mautic\ProjectBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ProjectBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ProjectBundle\Controller\ProjectController" (parent: .abstract.instanceof.Mautic\ProjectBundle\Controller\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ProjectBundle\Controller\ProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ProjectBundle\Controller\ProjectController).
Resolving inheritance for "Mautic\ProjectBundle\Controller\ProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ProjectBundle\Controller\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ProjectBundle\EventListener\ApiSubscriber" (parent: .abstract.instanceof.Mautic\ProjectBundle\EventListener\ApiSubscriber).
Resolving inheritance for "Mautic\ProjectBundle\EventListener\ApiSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ProjectBundle\EventListener\ApiSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ProjectBundle\Form\Type\ProjectAddEntityType" (parent: .abstract.instanceof.Mautic\ProjectBundle\Form\Type\ProjectAddEntityType).
Resolving inheritance for "Mautic\ProjectBundle\Form\Type\ProjectAddEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ProjectBundle\Form\Type\ProjectAddEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ProjectBundle\Form\Type\ProjectEntityType" (parent: .abstract.instanceof.Mautic\ProjectBundle\Form\Type\ProjectEntityType).
Resolving inheritance for "Mautic\ProjectBundle\Form\Type\ProjectEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ProjectBundle\Form\Type\ProjectEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ProjectBundle\Form\Type\ProjectListEntityType" (parent: .abstract.instanceof.Mautic\ProjectBundle\Form\Type\ProjectListEntityType).
Resolving inheritance for "Mautic\ProjectBundle\Form\Type\ProjectListEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ProjectBundle\Form\Type\ProjectListEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ProjectBundle\Form\Type\ProjectType" (parent: .abstract.instanceof.Mautic\ProjectBundle\Form\Type\ProjectType).
Resolving inheritance for "Mautic\ProjectBundle\Form\Type\ProjectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ProjectBundle\Form\Type\ProjectType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ProjectBundle\Model\ProjectModel" (parent: .abstract.instanceof.Mautic\ProjectBundle\Model\ProjectModel).
Resolving inheritance for "Mautic\ProjectBundle\Model\ProjectModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ProjectBundle\Model\ProjectModel).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\ProjectBundle\Validator\Constraints\UniqueNameValidator" (parent: .abstract.instanceof.Mautic\ProjectBundle\Validator\Constraints\UniqueNameValidator).
Resolving inheritance for "Mautic\ProjectBundle\Validator\Constraints\UniqueNameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\ProjectBundle\Validator\Constraints\UniqueNameValidator).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ProjectBundle\Entity\ProjectRepository" (parent: .abstract.instanceof.Mautic\ProjectBundle\Entity\ProjectRepository).
Resolving inheritance for "Mautic\ProjectBundle\Entity\ProjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ProjectBundle\Entity\ProjectRepository).
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 ".instanceof.Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand.0.Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand).
Resolving inheritance for "Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand" (parent: .instanceof.Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand.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\EntityTypeDetailRouteSubscriber" (parent: .abstract.instanceof.Mautic\StageBundle\EventListener\EntityTypeDetailRouteSubscriber).
Resolving inheritance for "Mautic\StageBundle\EventListener\EntityTypeDetailRouteSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\StageBundle\EventListener\EntityTypeDetailRouteSubscriber).
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.ApiPlatform\State\ProcessorInterface.0.Mautic\UserBundle\ApiPlatform\UserProcessor" (parent: .abstract.instanceof.Mautic\UserBundle\ApiPlatform\UserProcessor).
Resolving inheritance for "Mautic\UserBundle\ApiPlatform\UserProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Mautic\UserBundle\ApiPlatform\UserProcessor).
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 ".instanceof.Mautic\WebhookBundle\Command\DeleteWebhookLogsCommand.0.Mautic\WebhookBundle\Command\DeleteWebhookLogsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\WebhookBundle\Command\DeleteWebhookLogsCommand).
Resolving inheritance for "Mautic\WebhookBundle\Command\DeleteWebhookLogsCommand" (parent: .instanceof.Mautic\WebhookBundle\Command\DeleteWebhookLogsCommand.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 ".instanceof.Mautic\WebhookBundle\Command\ProcessWebhookQueuesCommand.0.Mautic\WebhookBundle\Command\ProcessWebhookQueuesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\WebhookBundle\Command\ProcessWebhookQueuesCommand).
Resolving inheritance for "Mautic\WebhookBundle\Command\ProcessWebhookQueuesCommand" (parent: .instanceof.Mautic\WebhookBundle\Command\ProcessWebhookQueuesCommand.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 ".instanceof.Mautic\CacheBundle\Command\ClearCacheCommand.0.Mautic\CacheBundle\Command\ClearCacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CacheBundle\Command\ClearCacheCommand).
Resolving inheritance for "Mautic\CacheBundle\Command\ClearCacheCommand" (parent: .instanceof.Mautic\CacheBundle\Command\ClearCacheCommand.0.Mautic\CacheBundle\Command\ClearCacheCommand).
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\MauticAiBundle\Controller\AiController" (parent: .abstract.instanceof.MauticPlugin\MauticAiBundle\Controller\AiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticAiBundle\Controller\AiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticAiBundle\Controller\AiController).
Resolving inheritance for "MauticPlugin\MauticAiBundle\Controller\AiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticAiBundle\Controller\AiController).
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\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 ".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\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\MauticRobotBundle\Controller\AjaxController" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticRobotBundle\Controller\AjaxController).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticRobotBundle\Controller\RobotAssetController" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Controller\RobotAssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\RobotAssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticRobotBundle\Controller\RobotAssetController).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Controller\RobotAssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\RobotAssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticRobotBundle\Controller\RobotContactController" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Controller\RobotContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\RobotContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticRobotBundle\Controller\RobotContactController).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Controller\RobotContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\RobotContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticRobotBundle\Controller\RobotController" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Controller\RobotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\RobotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticRobotBundle\Controller\RobotController).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Controller\RobotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\RobotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticRobotBundle\Controller\RobotMessageTmplController" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Controller\RobotMessageTmplController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\RobotMessageTmplController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticRobotBundle\Controller\RobotMessageTmplController).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Controller\RobotMessageTmplController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\RobotMessageTmplController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticRobotBundle\EventListener\AssetSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\EventListener\AssetSubscriber).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\EventListener\AssetSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticRobotBundle\EventListener\AssetSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticRobotBundle\EventListener\CampaignSendSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\EventListener\CampaignSendSubscriber).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\EventListener\CampaignSendSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticRobotBundle\EventListener\CampaignSendSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotContactType" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotContactType).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Form\Type\RobotContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplItemsType" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplItemsType).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplItemsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplItemsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplListType" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplListType).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplSendType" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplSendType).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplSendType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplSendType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplType" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplType).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotSendType" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotSendType).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Form\Type\RobotSendType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotSendType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotType" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotType).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Form\Type\RobotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotAssetModel" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Model\RobotAssetModel).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Model\RobotAssetModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotAssetModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotContactModel" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Model\RobotContactModel).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Model\RobotContactModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotContactModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotMessageStatModel" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Model\RobotMessageStatModel).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Model\RobotMessageStatModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotMessageStatModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplItemModel" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplItemModel).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplItemModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplItemModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplModel" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplModel).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotModel" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Model\RobotModel).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Model\RobotModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotAssetRepository" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Entity\RobotAssetRepository).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Entity\RobotAssetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotAssetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotContactRepository" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Entity\RobotContactRepository).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Entity\RobotContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotMessageStatRepository" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Entity\RobotMessageStatRepository).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Entity\RobotMessageStatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotMessageStatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotMessageTmplItemRepository" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Entity\RobotMessageTmplItemRepository).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Entity\RobotMessageTmplItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotMessageTmplItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotMessageTmplRepository" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Entity\RobotMessageTmplRepository).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Entity\RobotMessageTmplRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotMessageTmplRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotRepository" (parent: .abstract.instanceof.MauticPlugin\MauticRobotBundle\Entity\RobotRepository).
Resolving inheritance for "MauticPlugin\MauticRobotBundle\Entity\RobotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand" (parent: .abstract.instanceof.MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand).
Resolving inheritance for ".instanceof.MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand.0.MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand" (parent: .instanceof.MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand.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 ".instanceof.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterHashtagsCommand.0.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterHashtagsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterHashtagsCommand).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Command\MonitorTwitterHashtagsCommand" (parent: .instanceof.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterHashtagsCommand.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 ".instanceof.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterMentionsCommand.0.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterMentionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterMentionsCommand).
Resolving inheritance for "MauticPlugin\MauticSocialBundle\Command\MonitorTwitterMentionsCommand" (parent: .instanceof.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterMentionsCommand.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\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\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\MauticZtBundle\Controller\AjaxController" (parent: .abstract.instanceof.MauticPlugin\MauticZtBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticZtBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticZtBundle\Controller\AjaxController).
Resolving inheritance for "MauticPlugin\MauticZtBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticZtBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticZtBundle\Controller\ZtContactController" (parent: .abstract.instanceof.MauticPlugin\MauticZtBundle\Controller\ZtContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticZtBundle\Controller\ZtContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticZtBundle\Controller\ZtContactController).
Resolving inheritance for "MauticPlugin\MauticZtBundle\Controller\ZtContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticZtBundle\Controller\ZtContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticZtBundle\Controller\ZtContactListController" (parent: .abstract.instanceof.MauticPlugin\MauticZtBundle\Controller\ZtContactListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticZtBundle\Controller\ZtContactListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticZtBundle\Controller\ZtContactListController).
Resolving inheritance for "MauticPlugin\MauticZtBundle\Controller\ZtContactListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticZtBundle\Controller\ZtContactListController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticZtBundle\EventListener\LeadSubscriber" (parent: .abstract.instanceof.MauticPlugin\MauticZtBundle\EventListener\LeadSubscriber).
Resolving inheritance for "MauticPlugin\MauticZtBundle\EventListener\LeadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticZtBundle\EventListener\LeadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticZtBundle\Form\Type\ZtContactFormType" (parent: .abstract.instanceof.MauticPlugin\MauticZtBundle\Form\Type\ZtContactFormType).
Resolving inheritance for "MauticPlugin\MauticZtBundle\Form\Type\ZtContactFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticZtBundle\Form\Type\ZtContactFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticZtBundle\Form\Type\ZtContactListType" (parent: .abstract.instanceof.MauticPlugin\MauticZtBundle\Form\Type\ZtContactListType).
Resolving inheritance for "MauticPlugin\MauticZtBundle\Form\Type\ZtContactListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticZtBundle\Form\Type\ZtContactListType).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticZtBundle\Model\ZtContactListModel" (parent: .abstract.instanceof.MauticPlugin\MauticZtBundle\Model\ZtContactListModel).
Resolving inheritance for "MauticPlugin\MauticZtBundle\Model\ZtContactListModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticZtBundle\Model\ZtContactListModel).
Resolving inheritance for ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticZtBundle\Model\ZtContactModel" (parent: .abstract.instanceof.MauticPlugin\MauticZtBundle\Model\ZtContactModel).
Resolving inheritance for "MauticPlugin\MauticZtBundle\Model\ZtContactModel" (parent: .instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticZtBundle\Model\ZtContactModel).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticZtBundle\Entity\ZtContactListRepository" (parent: .abstract.instanceof.MauticPlugin\MauticZtBundle\Entity\ZtContactListRepository).
Resolving inheritance for "MauticPlugin\MauticZtBundle\Entity\ZtContactListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticZtBundle\Entity\ZtContactListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticZtBundle\Entity\ZtContactRepository" (parent: .abstract.instanceof.MauticPlugin\MauticZtBundle\Entity\ZtContactRepository).
Resolving inheritance for "MauticPlugin\MauticZtBundle\Entity\ZtContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticZtBundle\Entity\ZtContactRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\ApiBundle\Form\Validator\Constraints\OAuthCallback" (parent: .abstract.instanceof.Mautic\ApiBundle\Form\Validator\Constraints\OAuthCallback).
Resolving inheritance for ".instanceof.UnitEnum.0.Mautic\CampaignBundle\Enum\RepublishBehavior" (parent: .abstract.instanceof.Mautic\CampaignBundle\Enum\RepublishBehavior).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\CampaignBundle\Form\Validator\Constraints\InfiniteLoop" (parent: .abstract.instanceof.Mautic\CampaignBundle\Form\Validator\Constraints\InfiniteLoop).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\CampaignBundle\Validator\Constraints\NoOrphanEvents" (parent: .abstract.instanceof.Mautic\CampaignBundle\Validator\Constraints\NoOrphanEvents).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\CoreBundle\Form\Validator\Constraints\CircularDependency" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Validator\Constraints\CircularDependency).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\CoreBundle\Form\Validator\Constraints\FileEncoding" (parent: .abstract.instanceof.Mautic\CoreBundle\Form\Validator\Constraints\FileEncoding).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\CoreBundle\Validator\EntityEvent" (parent: .abstract.instanceof.Mautic\CoreBundle\Validator\EntityEvent).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\DynamicContentBundle\Validator\Constraints\NoNesting" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Validator\Constraints\NoNesting).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\DynamicContentBundle\Validator\Constraints\SlotNameType" (parent: .abstract.instanceof.Mautic\DynamicContentBundle\Validator\Constraints\SlotNameType).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\EmailBundle\Validator\Dsn" (parent: .abstract.instanceof.Mautic\EmailBundle\Validator\Dsn).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\EmailBundle\Validator\EmailLists" (parent: .abstract.instanceof.Mautic\EmailBundle\Validator\EmailLists).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\EmailBundle\Validator\EmailOrEmailTokenList" (parent: .abstract.instanceof.Mautic\EmailBundle\Validator\EmailOrEmailTokenList).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\EmailBundle\Validator\MultipleEmailsValid" (parent: .abstract.instanceof.Mautic\EmailBundle\Validator\MultipleEmailsValid).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\EmailBundle\Validator\ScheduleDateRange" (parent: .abstract.instanceof.Mautic\EmailBundle\Validator\ScheduleDateRange).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\EmailBundle\Validator\TextOnlyDynamicContent" (parent: .abstract.instanceof.Mautic\EmailBundle\Validator\TextOnlyDynamicContent).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\FormBundle\Validator\Constraint\FileExtensionConstraint" (parent: .abstract.instanceof.Mautic\FormBundle\Validator\Constraint\FileExtensionConstraint).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\FormBundle\Validator\Constraint\PhoneNumberConstraint" (parent: .abstract.instanceof.Mautic\FormBundle\Validator\Constraint\PhoneNumberConstraint).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\FormBundle\Validator\Constraint\SliderMaxGreaterThanMin" (parent: .abstract.instanceof.Mautic\FormBundle\Validator\Constraint\SliderMaxGreaterThanMin).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\FormBundle\Validator\Constraint\SliderStepLessThanMax" (parent: .abstract.instanceof.Mautic\FormBundle\Validator\Constraint\SliderStepLessThanMax).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\DbRegex" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\DbRegex).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\EmailAddress" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\EmailAddress).
Resolving inheritance for ".instanceof.Mautic\LeadBundle\Form\Validator\Constraints\EmailAddress.0.Mautic\LeadBundle\Form\Validator\Constraints\EmailAddress" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\EmailAddress).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\FieldAliasKeyword" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\FieldAliasKeyword).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\LeadListAccess" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\LeadListAccess).
Resolving inheritance for ".instanceof.Mautic\LeadBundle\Form\Validator\Constraints\LeadListAccess.0.Mautic\LeadBundle\Form\Validator\Constraints\LeadListAccess" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\LeadListAccess).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\SegmentInUse" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\SegmentInUse).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\UniqueCustomField" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\UniqueCustomField).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\UniqueUserAlias" (parent: .abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\UniqueUserAlias).
Resolving inheritance for ".instanceof.Mautic\LeadBundle\Form\Validator\Constraints\UniqueUserAlias.0.Mautic\LeadBundle\Form\Validator\Constraints\UniqueUserAlias" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\UniqueUserAlias).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Validator\Constraints\Length" (parent: .abstract.instanceof.Mautic\LeadBundle\Validator\Constraints\Length).
Resolving inheritance for ".instanceof.Mautic\LeadBundle\Validator\Constraints\Length.0.Mautic\LeadBundle\Validator\Constraints\Length" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Validator\Constraints\Length).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Validator\Constraints\SegmentDate" (parent: .abstract.instanceof.Mautic\LeadBundle\Validator\Constraints\SegmentDate).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Validator\Constraints\SegmentUsedInCampaigns" (parent: .abstract.instanceof.Mautic\LeadBundle\Validator\Constraints\SegmentUsedInCampaigns).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Validator\LeadFieldMinimumLength" (parent: .abstract.instanceof.Mautic\LeadBundle\Validator\LeadFieldMinimumLength).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\MessengerBundle\Validator\Dsn" (parent: .abstract.instanceof.Mautic\MessengerBundle\Validator\Dsn).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\PluginBundle\Form\Constraint\CanPublish" (parent: .abstract.instanceof.Mautic\PluginBundle\Form\Constraint\CanPublish).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\ProjectBundle\Validator\Constraints\UniqueName" (parent: .abstract.instanceof.Mautic\ProjectBundle\Validator\Constraints\UniqueName).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\ReportBundle\Scheduler\Validator\ScheduleIsValid" (parent: .abstract.instanceof.Mautic\ReportBundle\Scheduler\Validator\ScheduleIsValid).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\UserBundle\Form\Validator\Constraints\NotWeak" (parent: .abstract.instanceof.Mautic\UserBundle\Form\Validator\Constraints\NotWeak).
Resolving inheritance for "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
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).
15
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 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 "setRequestStack" of service "Mautic\LeadBundle\Controller\Api\LeadApiController" 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 "setRequestStackObject" 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 "setRequestStackLeadDetailsTrait" of service "Mautic\LeadBundle\Controller\AuditlogController" from controller candidates: the method is called at instantiation, thus cannot be an action.
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::newAction": no corresponding services exist for the referenced types.
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 "setDoNotContactModel" 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 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\PointBundle\Controller\TriggerController::newAction": no corresponding services exist for the referenced types.
683
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\DependencyInjection\ServicesResetterInterface"; 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 "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; 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\NamespacedPoolInterface"; 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 "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 "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 "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\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; 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 "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_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 ".Symfony\Contracts\Cache\NamespacedPoolInterface $doctrine_result_cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $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 "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\Authorization\UserAuthorizationCheckerInterface"; 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\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.v2api"; reason: private alias.
Removed service "security.user_checker.v2api"; 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\RateLimiter\RateLimiterFactory $_login_local_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalMainLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter"; 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 "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "lightsaml.own.entity_descriptor_provider"; 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 "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\State\CreateProvider"; reason: private alias.
Removed service "ApiPlatform\State\ObjectProvider"; reason: private alias.
Removed service "ApiPlatform\State\SerializerContextBuilderInterface"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Metadata\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.iri_converter"; reason: private alias.
Removed service "ApiPlatform\Metadata\IriConverterInterface"; reason: private alias.
Removed service "api_platform.state_provider.main"; reason: private alias.
Removed service "api_platform.state_processor.main"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.inflector"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\ParameterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "api_platform.state.item_provider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.message_bus"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceAccessCheckerInterface"; 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\OptimisticLockServiceInterface"; 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\SmsBundle\Sms\TransportInterface"; 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\MauticAiBundle\Ai\TransportInterface"; 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 "api_platform.name_converter"; reason: private alias.
Removed service ".service_locator.dbDm7Hc"; reason: private alias.
Removed service ".service_locator.M23Vzui"; reason: private alias.
Removed service ".service_locator.8HQnoag"; reason: private alias.
Removed service ".service_locator.Sa9LNaC"; reason: private alias.
Removed service ".service_locator.QAFhFCQ"; reason: private alias.
Removed service ".service_locator.9LJrHhf"; reason: private alias.
Removed service ".service_locator.SrbHFQl"; reason: private alias.
Removed service ".service_locator.WqL0RhL"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.validator.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.state_provider.read.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.backed_enum.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.main_controller.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "api_platform.state_processor.respond"; reason: private alias.
Removed service "api_platform.state_provider.deserialize.inner"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "api_platform.state_processor.serialize.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.state_provider.validate.inner"; reason: private alias.
Removed service "api_platform.state_provider.parameter_validator.inner"; reason: private alias.
Removed service "api_platform.state_provider.parameter.inner"; reason: private alias.
Removed service "api_platform.state_provider.content_negotiation.inner"; reason: private alias.
Removed service "api_platform.state_processor.write.inner"; reason: private alias.
Removed service "api_platform.messenger.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.link_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.identifier.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.json_schema.metadata.property.metadata_factory.schema.inner"; 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.v2api"; 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 "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 "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.state_processor.add_link_header.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.class_name.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.openapi.serializer_context_builder.inner"; reason: private alias.
Removed service "api_platform.state_provider.read"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.jsonapi.state_provider.inner"; reason: private alias.
Removed service "api_platform.hydra.json_schema.schema_factory.inner"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
Removed service "api_platform.hydra.name_converter.hydra_prefix.inner"; reason: private alias.
Removed service "api_platform.http_cache.processor.add_headers.inner"; reason: private alias.
Removed service "api_platform.state_provider.access_checker.inner"; reason: private alias.
Removed service "api_platform.state_provider.deserialize"; reason: private alias.
Removed service "api_platform.state_provider.access_checker"; reason: private alias.
Removed service "api_platform.state_provider.validate"; reason: private alias.
Removed service "api_platform.doctrine.orm.state.persist_processor"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "mailer.transport_factory"; reason: private alias.
Removed service "security.authenticator.form_login.main"; 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.v2api"; 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 "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 "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.json_schema.backward_compatible_schema_factory.inner"; reason: private alias.
Removed service "api_platform.openapi.normalizer.api_gateway"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; 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.GIuJv7e"; reason: private alias.
Removed service ".service_locator.oHEE.WS"; reason: private alias.
Removed service ".service_locator.DbWKZup"; reason: private alias.
Removed service ".service_locator.aERJGEC"; reason: private alias.
Removed service ".service_locator.jiL7ATv"; reason: private alias.
Removed service ".service_locator.R0M_3AW"; reason: private alias.
Removed service ".service_locator.9QRC_Ix"; reason: private alias.
Removed service ".service_locator.E.PdOTH"; reason: private alias.
Removed service ".service_locator.JfwFmTV"; reason: private alias.
Removed service ".service_locator.qswphkd"; reason: private alias.
Removed service ".service_locator.vvK9ALP"; reason: private alias.
Removed service ".service_locator.SeXaA30"; reason: private alias.
Removed service ".service_locator.omGIXz2"; reason: private alias.
Removed service ".service_locator.CGGcU3k"; reason: private alias.
Removed service ".service_locator.GJO2tJy"; reason: private alias.
Removed service ".service_locator.cUGyEK9"; reason: private alias.
Removed service ".service_locator.capdqx7"; reason: private alias.
Removed service ".service_locator.imCqv3P"; reason: private alias.
Removed service ".service_locator.qzn4CWo"; reason: private alias.
Removed service ".service_locator.XP4XNsw"; reason: private alias.
Removed service ".service_locator.GMdr6.m"; reason: private alias.
Removed service ".service_locator.ySzNuHz"; reason: private alias.
Removed service ".service_locator.cVCrbqf"; reason: private alias.
Removed service ".service_locator.0S0zT6a"; reason: private alias.
Removed service ".service_locator.oLnGHDC"; reason: private alias.
Removed service ".service_locator.L2v6fO1"; reason: private alias.
Removed service ".service_locator.zAWBEvI"; reason: private alias.
Removed service ".service_locator.VlNSCle"; reason: private alias.
Removed service ".service_locator.FJip_cb"; reason: private alias.
Removed service ".service_locator.nRe4GD5"; reason: private alias.
Removed service ".service_locator.itJtuLb"; reason: private alias.
Removed service ".service_locator.rPAODQS"; reason: private alias.
Removed service ".service_locator.kIPQL0T"; reason: private alias.
Removed service ".service_locator.PTF3oMN"; reason: private alias.
Removed service ".service_locator.E8yWMmb"; reason: private alias.
Removed service ".service_locator.SqoY03S"; reason: private alias.
Removed service ".service_locator.rXSjiti"; reason: private alias.
Removed service ".service_locator.LDGQePr"; reason: private alias.
Removed service ".service_locator.7aMHtZt"; reason: private alias.
Removed service ".service_locator.moiEMaV"; reason: private alias.
Removed service ".service_locator.5Vd5JYV"; reason: private alias.
Removed service ".service_locator.3BGaEDl"; reason: private alias.
Removed service ".service_locator.s6Qo410"; reason: private alias.
Removed service ".service_locator.RKXrH80"; reason: private alias.
Removed service ".service_locator.mPKybNR"; reason: private alias.
Removed service ".service_locator.yC8N0Pk"; reason: private alias.
Removed service ".service_locator.SQ96dyV"; reason: private alias.
Removed service ".service_locator._wAfT2Y"; reason: private alias.
Removed service ".service_locator.8vV79kR"; reason: private alias.
Removed service ".service_locator.7RpAeNl"; reason: private alias.
Removed service ".service_locator.sO6xhte"; reason: private alias.
Removed service ".service_locator.oQUch_4"; reason: private alias.
Removed service ".service_locator.FmKzZPt"; reason: private alias.
Removed service ".service_locator.sOjlZEL"; reason: private alias.
Removed service ".service_locator.4nPbay3"; reason: private alias.
Removed service ".service_locator.4btCpa."; reason: private alias.
Removed service ".service_locator.amADHmc"; reason: private alias.
Removed service ".service_locator.6NtFmr4"; reason: private alias.
Removed service ".service_locator.cS_OXOY"; reason: private alias.
Removed service ".service_locator.CD1ouRR"; reason: private alias.
Removed service ".service_locator.344qtNB"; reason: private alias.
Removed service ".service_locator.YwNGcdL"; reason: private alias.
Removed service ".service_locator.yj8r8Xj"; reason: private alias.
Removed service ".service_locator.sC.HoBT"; reason: private alias.
Removed service ".service_locator.XQXPpi8"; reason: private alias.
Removed service ".service_locator.p4EUnk5"; reason: private alias.
Removed service ".service_locator.p7kUK1G"; reason: private alias.
Removed service ".service_locator.W.r8vq_"; reason: private alias.
Removed service ".service_locator.f07dxv3"; reason: private alias.
Removed service ".service_locator.CaFLpqH"; reason: private alias.
Removed service ".service_locator._TV4apb"; reason: private alias.
Removed service ".service_locator.THJ_2rE"; reason: private alias.
Removed service ".service_locator..nQQPuu"; reason: private alias.
Removed service ".service_locator.vCtrMh2"; reason: private alias.
Removed service ".service_locator.YNMJtkq"; reason: private alias.
Removed service ".service_locator.sqDymU3"; reason: private alias.
Removed service ".service_locator.Rmc7EWx"; reason: private alias.
Removed service ".service_locator.S0WnDtb"; reason: private alias.
Removed service ".service_locator.yTk3dzy"; reason: private alias.
Removed service ".service_locator.pHTmqy2"; reason: private alias.
Removed service ".service_locator.Cn88th4"; reason: private alias.
Removed service ".service_locator.DwsbPzo"; reason: private alias.
Removed service ".service_locator.XQcDgAs"; reason: private alias.
Removed service ".service_locator.d5I8ee6"; reason: private alias.
Removed service ".service_locator.jRg245F"; reason: private alias.
Removed service ".service_locator.PRwrxr9"; reason: private alias.
Removed service ".service_locator.hGSQ6qu"; reason: private alias.
Removed service ".service_locator.SF_2qt1"; reason: private alias.
Removed service ".service_locator.w7pGihv"; reason: private alias.
Removed service ".service_locator.JUNPnzf"; reason: private alias.
Removed service ".service_locator.Arp7QTy"; reason: private alias.
Removed service ".service_locator._M36I7Z"; reason: private alias.
Removed service ".service_locator.F2LBZsd"; reason: private alias.
Removed service ".service_locator.Z46aR8e"; reason: private alias.
Removed service ".service_locator.M4HXQNF"; reason: private alias.
Removed service ".service_locator.3YmfMML"; reason: private alias.
Removed service ".service_locator.MMVE47w"; reason: private alias.
Removed service ".service_locator.IVngbIu"; reason: private alias.
Removed service ".service_locator.fdFR.GQ"; reason: private alias.
Removed service ".service_locator.L68cAFI"; reason: private alias.
Removed service ".service_locator.ipk_2mf"; reason: private alias.
Removed service ".service_locator.._Alk9R"; reason: private alias.
Removed service ".service_locator.xG2f4ke"; reason: private alias.
Removed service ".service_locator._j0klW7"; reason: private alias.
Removed service ".service_locator.0clrG4k"; reason: private alias.
Removed service ".service_locator.ib_0IZO"; reason: private alias.
Removed service ".service_locator.Xde.r5g"; reason: private alias.
Removed service ".service_locator.7cfd22E"; reason: private alias.
Removed service ".service_locator.DSBTb7C"; reason: private alias.
Removed service ".service_locator.ShXHOU3"; reason: private alias.
Removed service ".service_locator.43PMtL."; reason: private alias.
Removed service ".service_locator.a5jejjY"; reason: private alias.
Removed service ".service_locator.g0W07In"; reason: private alias.
Removed service ".service_locator.JX7mwr2"; reason: private alias.
Removed service ".service_locator.iouDH4U"; reason: private alias.
Removed service ".service_locator.atljSkm"; reason: private alias.
Removed service ".service_locator.meLpFzi"; reason: private alias.
Removed service ".service_locator.uyJfTGr"; reason: private alias.
Removed service ".service_locator.HQZddX8"; reason: private alias.
Removed service ".service_locator.PILgh.M"; reason: private alias.
Removed service ".service_locator.uEq1jYf"; reason: private alias.
Removed service ".service_locator.ovUAOE3"; reason: private alias.
Removed service ".service_locator.8bLGoqv"; reason: private alias.
Removed service ".service_locator.BhPaB7F"; reason: private alias.
Removed service ".service_locator.i60NpM2"; reason: private alias.
Removed service ".service_locator.tiYrBZb"; reason: private alias.
Removed service ".service_locator.bxR2nuP"; reason: private alias.
Removed service ".service_locator.Y6vhDX."; reason: private alias.
Removed service ".service_locator.1JqGz4X"; reason: private alias.
Removed service ".service_locator.XX5FUYH"; reason: private alias.
Removed service ".service_locator.X4Hy_UF"; reason: private alias.
Removed service ".service_locator.0uk0fhW"; reason: private alias.
Removed service ".service_locator.DsXcbyD"; reason: private alias.
Removed service ".service_locator.DV8pDz."; reason: private alias.
Removed service ".service_locator.1AbfMNs"; reason: private alias.
Removed service ".service_locator.rq8hS4Y"; reason: private alias.
Removed service ".service_locator.gVFUJce"; reason: private alias.
Removed service ".service_locator.tEgI9X4"; reason: private alias.
Removed service ".service_locator.gT9VaZo"; reason: private alias.
Removed service ".service_locator._6Z7dNl"; reason: private alias.
Removed service ".service_locator.Fi7FZql"; reason: private alias.
Removed service ".service_locator.2s5LatF"; reason: private alias.
Removed service ".service_locator.3gUeHx0"; reason: private alias.
Removed service ".service_locator.2rCItNN"; reason: private alias.
Removed service ".service_locator.Dya7j2g"; reason: private alias.
Removed service ".service_locator.m66IOgH"; reason: private alias.
Removed service ".service_locator.XEUfPul"; reason: private alias.
Removed service ".service_locator.JQ.tGfV"; reason: private alias.
Removed service ".service_locator.Mry.o_p"; reason: private alias.
Removed service ".service_locator._LsvaPF"; reason: private alias.
Removed service ".service_locator.aW.5c7h"; reason: private alias.
Removed service ".service_locator.jbWrSDl"; reason: private alias.
Removed service ".service_locator.o8DUpvz"; reason: private alias.
Removed service ".service_locator.wlnbe53"; reason: private alias.
Removed service ".service_locator.CQI5RS2"; reason: private alias.
Removed service ".service_locator.E1sOP7E"; reason: private alias.
Removed service ".service_locator.ky7qX.K"; reason: private alias.
Removed service ".service_locator.H7nIw7A"; reason: private alias.
Removed service ".service_locator.JVXtwty"; reason: private alias.
Removed service ".service_locator.qROCGto"; reason: private alias.
Removed service ".service_locator.mA.S8Rf"; reason: private alias.
Removed service ".service_locator.ILNryyt"; reason: private alias.
Removed service ".service_locator.PCL3Cb1"; reason: private alias.
Removed service ".service_locator.t78IV6O"; reason: private alias.
Removed service ".service_locator.ihfiqJG"; reason: private alias.
Removed service ".service_locator.3mCFi7O"; reason: private alias.
Removed service ".service_locator.9ecRKTi"; reason: private alias.
Removed service ".service_locator.S9BtkGh"; reason: private alias.
Removed service ".service_locator.p1zXApy"; reason: private alias.
Removed service ".service_locator.aqkaSp4"; reason: private alias.
Removed service ".service_locator.0T.bcHI"; reason: private alias.
Removed service ".service_locator.Vm0R31G"; reason: private alias.
Removed service ".service_locator.LGtH1RR"; reason: private alias.
Removed service ".service_locator.Mae47Br"; reason: private alias.
Removed service ".service_locator.EocOW9L"; reason: private alias.
Removed service ".service_locator.zuY2OA8"; reason: private alias.
Removed service ".service_locator.JfgI.fH"; reason: private alias.
Removed service ".service_locator.ZCkMH.p"; reason: private alias.
Removed service ".service_locator.XRFbqMe"; reason: private alias.
Removed service ".service_locator.Pjs1fXu"; reason: private alias.
Removed service ".service_locator.gkoo98U"; reason: private alias.
Removed service ".service_locator.9nvaCmp"; reason: private alias.
Removed service ".service_locator.aiExubr"; reason: private alias.
Removed service ".service_locator.s4osehl"; reason: private alias.
904
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 "console.command.translation_lint" 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.native" 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 "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.access.closure_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.v2api" 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 "fos_oauth_server.authorize.form.handler.default" to "FOS\OAuthServerBundle\Form\Handler\AuthorizeFormHandler".
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 "FM\ElfinderBundle\Controller\ElFinderController" previously pointing to "fm_elfinder.loader.default" to "fm_elfinder.loader".
Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.processor" previously pointing to "router.default" to "router".
Changed reference of service "ApiPlatform\Symfony\Messenger\Processor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "api_platform.security.resource_access_checker" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
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\ImportController" 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\ButtonSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\EventListener\ButtonSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\CampaignBundle\EventListener\CampaignActionJumpToEventSubscriber" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\EventListener\CampaignEventImportExportSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\EventListener\CampaignEventSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\EventListener\CampaignImportExportSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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\EventListener\PublishToggleSubscriber" previously pointing to "translator.decorated" to "translator".
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\KickoffExecutioner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CampaignBundle\Executioner\ScheduledExecutioner" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\CampaignBundle\Executioner\Scheduler\EventScheduler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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\EntityExportCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Command\EntityImportCommand" 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\ExportHelper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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\Twig\Extension\OverrideIncludeExtension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\CoreBundle\Twig\Extension\ThemeExtension" 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\EmailImportExportSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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\ActionImportExportSubscriber" 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\FieldImportExportSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\FormBundle\EventListener\FormImportExportSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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\FormFieldCheckboxGroupType" 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 "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\SegmentImportExportSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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\Helper\DncFormatterHelper" previously pointing to "translator.decorated" to "translator".
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\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\Form\Constraint\CanPublishValidator" 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\ProjectBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ProjectBundle\Controller\ProjectController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ProjectBundle\Form\Type\ProjectType" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ProjectBundle\Model\ProjectModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mautic\ProjectBundle\Model\ProjectModel" previously pointing to "router.default" to "router".
Changed reference of service "Mautic\ProjectBundle\Service\ProjectEntityLoaderService" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\ProjectBundle\Service\ProjectEntityLoaderService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "Mautic\WebhookBundle\Notificator\WebhookFailureNotificator" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\WebhookBundle\Notificator\WebhookKillNotificator" previously pointing to "translator.decorated" to "translator".
Changed reference of service "Mautic\WebhookBundle\Notificator\WebhookNotificationSender" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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\MauticAiBundle\Controller\AiController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "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\MauticRobotBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticRobotBundle\Controller\RobotAssetController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticRobotBundle\Controller\RobotContactController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticRobotBundle\Controller\RobotController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticRobotBundle\Controller\RobotMessageTmplController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticRobotBundle\Form\Type\RobotSendType" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticRobotBundle\Model\RobotAssetModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticRobotBundle\Model\RobotAssetModel" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticRobotBundle\Model\RobotContactModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticRobotBundle\Model\RobotContactModel" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticRobotBundle\Model\RobotMessageStatModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticRobotBundle\Model\RobotMessageStatModel" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplItemModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplItemModel" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplModel" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticRobotBundle\Model\RobotModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticRobotBundle\Model\RobotModel" 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\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\MauticZtBundle\Controller\AjaxController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticZtBundle\Controller\ZtContactController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticZtBundle\Controller\ZtContactListController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticZtBundle\Model\ZtContactListModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticZtBundle\Model\ZtContactListModel" previously pointing to "router.default" to "router".
Changed reference of service "MauticPlugin\MauticZtBundle\Model\ZtContactModel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MauticPlugin\MauticZtBundle\Model\ZtContactModel" previously pointing to "router.default" to "router".
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.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.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.security.saml.entity_descriptor_provider" 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.integration.doubao" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.doubao" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.doubao" 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.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.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.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 "mautic.integration.outbound" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.outbound" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.outbound" 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.integration.robot" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.robot" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.robot" previously pointing to "translator.decorated" to "translator".
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.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.zt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mautic.integration.zt" previously pointing to "router.default" to "router".
Changed reference of service "mautic.integration.zt" previously pointing to "translator.decorated" to "translator".
Changed reference of service ".service_locator.bRgyb.d" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.UhUUG9L" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.N_.mWjM" previously pointing to "fos_oauth_server.authorize.form.handler.default" to "FOS\OAuthServerBundle\Form\Handler\AuthorizeFormHandler".
Changed reference of service ".service_locator.Y8gfiiM" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.nhkr6e7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.5btVQKl" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.b2CDqD1" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.ZCKiCOA" previously pointing to "translator.decorated" to "translator".
Changed reference of service ".service_locator.6GbydYa" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.oo9MvPm" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Z9GPyBD" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.MkjWEXP" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.cnojk41" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.XTmLZxS" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.WuYQd37" previously pointing to "translator.decorated" to "translator".
Changed reference of service ".service_locator.rmxoDNU" 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.IlGSE9J" 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 ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.mautic.api.security.voter.permission" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.decorated" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.x1EHle8" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.x1EHle8" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.x1EHle8" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.wgFVmfc" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wgFVmfc" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator._.F1CRw" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.2QMaG2L" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.2QMaG2L" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "api_platform.state_provider.access_checker.post_deserialize.inner" previously pointing to "translator.decorated" to "translator".
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".
2874
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 "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; 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\CharsetValidator"; 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\MacAddressValidator"; 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\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; 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_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; 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 "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.backed_enum_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; 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\DTO"; 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\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\Exception"; 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\ProjectBundle\Config"; reason: abstract.
Removed service "Mautic\ProjectBundle\DTO"; reason: abstract.
Removed service "Mautic\ProjectBundle\DependencyInjection"; reason: abstract.
Removed service "Mautic\ProjectBundle\Entity"; reason: abstract.
Removed service "Mautic\ProjectBundle\Event"; reason: abstract.
Removed service "Mautic\ProjectBundle\Security"; reason: abstract.
Removed service "Mautic\ProjectBundle\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\Exception"; 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\WebhookBundle\Views"; 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\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\MauticAiBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticAiBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticAiBundle\Entity"; reason: abstract.
Removed service "MauticPlugin\MauticAiBundle\Exception"; reason: abstract.
Removed service "MauticPlugin\MauticAiBundle\Migrations"; reason: abstract.
Removed service "MauticPlugin\MauticAiBundle\Security"; 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\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\MauticEmailMarketingBundle\Api"; reason: abstract.
Removed service "MauticPlugin\MauticEmailMarketingBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticEmailMarketingBundle\DependencyInjection"; 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\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\MauticGmailBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticGmailBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticOutBoundBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticOutBoundBundle\DependencyInjection"; 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\MauticRobotBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticRobotBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticRobotBundle\Entity"; reason: abstract.
Removed service "MauticPlugin\MauticRobotBundle\Migrations"; reason: abstract.
Removed service "MauticPlugin\MauticRobotBundle\Security"; 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\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\MauticZapierBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticZapierBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticZtBundle\Config"; reason: abstract.
Removed service "MauticPlugin\MauticZtBundle\DependencyInjection"; reason: abstract.
Removed service "MauticPlugin\MauticZtBundle\Entity"; reason: abstract.
Removed service "MauticPlugin\MauticZtBundle\Migrations"; reason: abstract.
Removed service "MauticPlugin\MauticZtBundle\Security"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ApiBundle\ApiPlatform\EventListener\MauticWriteSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\ApiPlatform\EventListener\MauticWriteSubscriber"; 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.Symfony\Component\Validator\Constraint.0.Mautic\ApiBundle\Form\Validator\Constraints\OAuthCallback"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\Form\Validator\Constraints\OAuthCallback"; 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.ApiPlatform\State\ProcessorInterface.0.Mautic\ApiBundle\State\PutProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ApiBundle\State\PutProcessor"; 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\AssetExportListEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\AssetExportListEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\AssetBundle\EventListener\AssetImportExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\AssetBundle\EventListener\AssetImportExportSubscriber"; 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 ".instanceof.Mautic\CampaignBundle\Command\CampaignDeleteEventLogsCommand.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 ".instanceof.Mautic\CampaignBundle\Command\ExecuteEventCommand.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 ".instanceof.Mautic\CampaignBundle\Command\SummarizeCommand.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 ".instanceof.Mautic\CampaignBundle\Command\TriggerCampaignCommand.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 ".instanceof.Mautic\CampaignBundle\Command\UpdateLeadCampaignsCommand.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 ".instanceof.Mautic\CampaignBundle\Command\ValidateEventCommand.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\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\CampaignBundle\Controller\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Controller\ImportController"; 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.UnitEnum.0.Mautic\CampaignBundle\Enum\RepublishBehavior"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Enum\RepublishBehavior"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\ButtonSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\ButtonSubscriber"; 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\CampaignEventImportExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignEventImportExportSubscriber"; 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\CampaignImportExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\CampaignImportExportSubscriber"; 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\GeneratedColumnSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\GeneratedColumnSubscriber"; 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\NotifyOfFailureSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\NotifyOfFailureSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\CampaignBundle\EventListener\NotifyOfUnpublishSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\NotifyOfUnpublishSubscriber"; 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\PublishToggleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\EventListener\PublishToggleSubscriber"; 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\CampaignImportType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Form\Type\CampaignImportType"; 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\Form\FormTypeInterface.0.Mautic\CampaignBundle\Form\Type\RepublishBehaviorType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Form\Type\RepublishBehaviorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\CampaignBundle\Form\Validator\Constraints\InfiniteLoop"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Form\Validator\Constraints\InfiniteLoop"; 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.Symfony\Component\Validator\Constraint.0.Mautic\CampaignBundle\Validator\Constraints\NoOrphanEvents"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Validator\Constraints\NoOrphanEvents"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\CampaignBundle\Validator\Constraints\NoOrphanEventsValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CampaignBundle\Validator\Constraints\NoOrphanEventsValidator"; 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 ".instanceof.Mautic\ChannelBundle\Command\ProcessMarketingMessagesQueueCommand.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 ".instanceof.Mautic\ChannelBundle\Command\SendChannelBroadcastCommand.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 ".instanceof.Mautic\CoreBundle\Command\AnonymizeIpCommand.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 ".instanceof.Mautic\CoreBundle\Command\ApplyUpdatesCommand.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 ".instanceof.Mautic\CoreBundle\Command\CleanupMaintenanceCommand.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 ".instanceof.Mautic\CoreBundle\Command\CleanupMediaAssetsCommand.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 ".instanceof.Mautic\CoreBundle\Command\ConvertConfigCommand.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\EntityExportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\EntityExportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\EntityImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\EntityImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\FindUpdatesCommand"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Command\FindUpdatesCommand.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 ".instanceof.Mautic\CoreBundle\Command\GenerateProductionAssetsCommand.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 ".instanceof.Mautic\CoreBundle\Command\InstallDataCommand.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 ".instanceof.Mautic\CoreBundle\Command\MaxMindDoNotSellPurgeCommand.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 ".instanceof.Mautic\CoreBundle\Command\PullTransifexCommand.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 ".instanceof.Mautic\CoreBundle\Command\PushTransifexCommand.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\RemoveAnonymousContactsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Command\RemoveAnonymousContactsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\CoreBundle\Command\UnusedIpDeleteCommand"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Command\UnusedIpDeleteCommand.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 ".instanceof.Mautic\CoreBundle\Command\UpdateDoNotSellListCommand.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 ".instanceof.Mautic\CoreBundle\Command\UpdateIpDataStoreCommand.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.Mautic\CoreBundle\EventListener\CacheInvalidateSubscriber.0.Mautic\CoreBundle\EventListener\CacheInvalidateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\CacheInvalidateSubscriber"; 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.Mautic\CoreBundle\EventListener\DoctrineEventsSubscriber.0.Mautic\CoreBundle\EventListener\DoctrineEventsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\DoctrineEventsSubscriber"; 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.Mautic\CoreBundle\EventListener\OptimisticLockSubscriber.0.Mautic\CoreBundle\EventListener\OptimisticLockSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\OptimisticLockSubscriber"; 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.Mautic\CoreBundle\EventListener\UUIDListener.0.Mautic\CoreBundle\EventListener\UUIDListener"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\EventListener\UUIDListener"; 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\FormTypeExtensionInterface.0.Mautic\CoreBundle\Form\Extension\NormalizeFormExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Extension\NormalizeFormExtension"; 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\Constraint.0.Mautic\CoreBundle\Form\Validator\Constraints\CircularDependency"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Validator\Constraints\CircularDependency"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\CoreBundle\Form\Validator\Constraints\FileEncoding"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Form\Validator\Constraints\FileEncoding"; 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\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\OverrideIncludeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\OverrideIncludeExtension"; 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\ThemeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Twig\Extension\ThemeExtension"; 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\Constraint.0.Mautic\CoreBundle\Validator\EntityEvent"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Validator\EntityEvent"; 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\Component\Console\Command\Command.0.Mautic\CoreBundle\Test\PhpUnitConfigCommand"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Test\PhpUnitConfigCommand.0.Mautic\CoreBundle\Test\PhpUnitConfigCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CoreBundle\Test\PhpUnitConfigCommand"; 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\DynamicContentImportExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\EventListener\DynamicContentImportExportSubscriber"; 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\Constraint.0.Mautic\DynamicContentBundle\Validator\Constraints\NoNesting"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Validator\Constraints\NoNesting"; 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\Constraint.0.Mautic\DynamicContentBundle\Validator\Constraints\SlotNameType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\DynamicContentBundle\Validator\Constraints\SlotNameType"; 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 ".instanceof.Mautic\EmailBundle\Command\ProcessFetchEmailCommand.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\EmailImportExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\EventListener\EmailImportExportSubscriber"; 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\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\ScheduleSendType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Form\Type\ScheduleSendType"; 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\Constraint.0.Mautic\EmailBundle\Validator\Dsn"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Validator\Dsn"; 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\Constraint.0.Mautic\EmailBundle\Validator\EmailLists"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Validator\EmailLists"; 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\Constraint.0.Mautic\EmailBundle\Validator\EmailOrEmailTokenList"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Validator\EmailOrEmailTokenList"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\EmailBundle\Validator\MultipleEmailsValid"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Validator\MultipleEmailsValid"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\EmailBundle\Validator\ScheduleDateRange"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Validator\ScheduleDateRange"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\EmailBundle\Validator\ScheduleDateRangeValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Validator\ScheduleDateRangeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\EmailBundle\Validator\TextOnlyDynamicContent"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\EmailBundle\Validator\TextOnlyDynamicContent"; 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\ActionImportExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\ActionImportExportSubscriber"; 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\CustomFieldSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\CustomFieldSubscriber"; 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\FieldImportExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\FieldImportExportSubscriber"; 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\FormFieldSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\FormFieldSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\FormBundle\EventListener\FormImportExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\EventListener\FormImportExportSubscriber"; 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\ConstrainedIntegerType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\ConstrainedIntegerType"; 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\FormFieldCheckboxGroupType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldCheckboxGroupType"; 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\FormFieldSliderType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Form\Type\FormFieldSliderType"; 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\Constraint.0.Mautic\FormBundle\Validator\Constraint\FileExtensionConstraint"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Validator\Constraint\FileExtensionConstraint"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\FormBundle\Validator\Constraint\PhoneNumberConstraint"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Validator\Constraint\PhoneNumberConstraint"; 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.Symfony\Component\Validator\Constraint.0.Mautic\FormBundle\Validator\Constraint\SliderMaxGreaterThanMin"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Validator\Constraint\SliderMaxGreaterThanMin"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\FormBundle\Validator\Constraint\SliderMaxGreaterThanMinValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Validator\Constraint\SliderMaxGreaterThanMinValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\FormBundle\Validator\Constraint\SliderStepLessThanMax"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Validator\Constraint\SliderStepLessThanMax"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\FormBundle\Validator\Constraint\SliderStepLessThanMaxValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\FormBundle\Validator\Constraint\SliderStepLessThanMaxValidator"; 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 ".instanceof.Mautic\InstallBundle\Command\InstallCommand.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.Mautic\InstallBundle\EventListener\DoctrineEventSubscriber.0.Mautic\InstallBundle\EventListener\DoctrineEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\InstallBundle\EventListener\DoctrineEventSubscriber"; 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 ".instanceof.Mautic\IntegrationsBundle\Command\CleanupCommand.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 ".instanceof.Mautic\IntegrationsBundle\Command\SyncCommand.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\CleanupExportedFilesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Command\CleanupExportedFilesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mautic\LeadBundle\Command\ContactScheduledExportCommand"; reason: abstract.
Removed service ".instanceof.Mautic\LeadBundle\Command\ContactScheduledExportCommand.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 ".instanceof.Mautic\LeadBundle\Command\DeduplicateCommand.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 ".instanceof.Mautic\LeadBundle\Command\DeduplicateIdsCommand.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 ".instanceof.Mautic\LeadBundle\Command\DeleteContactSecondaryCompaniesCommand.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 ".instanceof.Mautic\LeadBundle\Command\ImportCommand.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\SegmentCountCacheCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Command\SegmentCountCacheCommand"; 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 ".instanceof.Mautic\LeadBundle\Command\UpdateLeadListsCommand.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\CustomFieldImportExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\CustomFieldImportExportSubscriber"; 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.Mautic\LeadBundle\EventListener\DoctrineSubscriber.0.Mautic\LeadBundle\EventListener\DoctrineSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\DoctrineSubscriber"; 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\ImportDateValidationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\ImportDateValidationSubscriber"; 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\SegmentFilterTypeaheadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentFilterTypeaheadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\LeadBundle\EventListener\SegmentImportExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\EventListener\SegmentImportExportSubscriber"; 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 ".instanceof.Mautic\LeadBundle\Field\Command\AnalyseCustomFieldCommand.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 ".instanceof.Mautic\LeadBundle\Field\Command\CreateCustomFieldCommand.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 ".instanceof.Mautic\LeadBundle\Field\Command\UpdateCustomFieldCommand.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\GlobalCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\GlobalCategoryType"; 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\NullableYesNoButtonGroupType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Type\NullableYesNoButtonGroupType"; 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\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\DbRegex"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\DbRegex"; 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\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\EmailAddress"; reason: abstract.
Removed service ".instanceof.Mautic\LeadBundle\Form\Validator\Constraints\EmailAddress.0.Mautic\LeadBundle\Form\Validator\Constraints\EmailAddress"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\EmailAddress"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\FieldAliasKeyword"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\FieldAliasKeyword"; 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\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\LeadListAccess"; reason: abstract.
Removed service ".instanceof.Mautic\LeadBundle\Form\Validator\Constraints\LeadListAccess.0.Mautic\LeadBundle\Form\Validator\Constraints\LeadListAccess"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\LeadListAccess"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\SegmentInUse"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\SegmentInUse"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\UniqueCustomField"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\UniqueCustomField"; 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.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Form\Validator\Constraints\UniqueUserAlias"; reason: abstract.
Removed service ".instanceof.Mautic\LeadBundle\Form\Validator\Constraints\UniqueUserAlias.0.Mautic\LeadBundle\Form\Validator\Constraints\UniqueUserAlias"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Form\Validator\Constraints\UniqueUserAlias"; 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\Constraint.0.Mautic\LeadBundle\Validator\Constraints\Length"; reason: abstract.
Removed service ".instanceof.Mautic\LeadBundle\Validator\Constraints\Length.0.Mautic\LeadBundle\Validator\Constraints\Length"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Validator\Constraints\Length"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Validator\Constraints\SegmentDate"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Validator\Constraints\SegmentDate"; 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\Constraint.0.Mautic\LeadBundle\Validator\Constraints\SegmentUsedInCampaigns"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Validator\Constraints\SegmentUsedInCampaigns"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\LeadBundle\Validator\LeadFieldMinimumLength"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\LeadBundle\Validator\LeadFieldMinimumLength"; 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 ".instanceof.Mautic\MarketplaceBundle\Command\InstallCommand.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 ".instanceof.Mautic\MarketplaceBundle\Command\ListCommand.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 ".instanceof.Mautic\MarketplaceBundle\Command\RemoveCommand.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.Mautic\MessengerBundle\MessageHandler\RemoveReportAttachmentHandler.0.Mautic\MessengerBundle\MessageHandler\RemoveReportAttachmentHandler"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MessengerBundle\MessageHandler\RemoveReportAttachmentHandler"; 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\Constraint.0.Mautic\MessengerBundle\Validator\Dsn"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\MessengerBundle\Validator\Dsn"; 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\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\PageImportExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PageBundle\EventListener\PageImportExportSubscriber"; 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 ".instanceof.Mautic\PluginBundle\Command\FetchLeadsCommand.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 ".instanceof.Mautic\PluginBundle\Command\PushLeadActivityCommand.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 ".instanceof.Mautic\PluginBundle\Command\ReloadCommand.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\Validator\Constraint.0.Mautic\PluginBundle\Form\Constraint\CanPublish"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Form\Constraint\CanPublish"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\PluginBundle\Form\Constraint\CanPublishValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PluginBundle\Form\Constraint\CanPublishValidator"; 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\EntityTypeDetailRouteSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\EventListener\EntityTypeDetailRouteSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\PointBundle\EventListener\GroupImportExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\PointBundle\EventListener\GroupImportExportSubscriber"; 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\ProjectBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ProjectBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ProjectBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mautic\ProjectBundle\Controller\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mautic\ProjectBundle\Controller\ProjectController"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ProjectBundle\Controller\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mautic\ProjectBundle\EventListener\ApiSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ProjectBundle\EventListener\ApiSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ProjectBundle\Form\Type\ProjectAddEntityType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ProjectBundle\Form\Type\ProjectAddEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ProjectBundle\Form\Type\ProjectEntityType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ProjectBundle\Form\Type\ProjectEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ProjectBundle\Form\Type\ProjectListEntityType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ProjectBundle\Form\Type\ProjectListEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mautic\ProjectBundle\Form\Type\ProjectType"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ProjectBundle\Form\Type\ProjectType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.Mautic\ProjectBundle\Model\ProjectModel"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ProjectBundle\Model\ProjectModel"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.Mautic\ProjectBundle\Validator\Constraints\UniqueName"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ProjectBundle\Validator\Constraints\UniqueName"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mautic\ProjectBundle\Validator\Constraints\UniqueNameValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ProjectBundle\Validator\Constraints\UniqueNameValidator"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mautic\ProjectBundle\Entity\ProjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ProjectBundle\Entity\ProjectRepository"; 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 ".instanceof.Mautic\ReportBundle\Scheduler\Command\ExportSchedulerCommand.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.Symfony\Component\Validator\Constraint.0.Mautic\ReportBundle\Scheduler\Validator\ScheduleIsValid"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\ReportBundle\Scheduler\Validator\ScheduleIsValid"; 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\EntityTypeDetailRouteSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\StageBundle\EventListener\EntityTypeDetailRouteSubscriber"; 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.ApiPlatform\State\ProcessorInterface.0.Mautic\UserBundle\ApiPlatform\UserProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\ApiPlatform\UserProcessor"; 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\Constraint.0.Mautic\UserBundle\Form\Validator\Constraints\NotWeak"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\UserBundle\Form\Validator\Constraints\NotWeak"; 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 ".instanceof.Mautic\WebhookBundle\Command\DeleteWebhookLogsCommand.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 ".instanceof.Mautic\WebhookBundle\Command\ProcessWebhookQueuesCommand.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 ".instanceof.Mautic\CacheBundle\Command\ClearCacheCommand.0.Mautic\CacheBundle\Command\ClearCacheCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mautic\CacheBundle\Command\ClearCacheCommand"; 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\MauticAiBundle\Controller\AiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticAiBundle\Controller\AiController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticAiBundle\Controller\AiController"; 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\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.
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\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\MauticRobotBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticRobotBundle\Controller\RobotAssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\RobotAssetController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Controller\RobotAssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticRobotBundle\Controller\RobotContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\RobotContactController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Controller\RobotContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticRobotBundle\Controller\RobotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\RobotController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Controller\RobotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticRobotBundle\Controller\RobotMessageTmplController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticRobotBundle\Controller\RobotMessageTmplController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Controller\RobotMessageTmplController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticRobotBundle\EventListener\AssetSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\EventListener\AssetSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticRobotBundle\EventListener\CampaignSendSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\EventListener\CampaignSendSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotContactType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplItemsType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplItemsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplListType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplSendType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplSendType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotMessageTmplType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotSendType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotSendType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticRobotBundle\Form\Type\RobotType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Form\Type\RobotType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotAssetModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Model\RobotAssetModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotContactModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Model\RobotContactModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotMessageStatModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Model\RobotMessageStatModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplItemModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplItemModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Model\RobotMessageTmplModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticRobotBundle\Model\RobotModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Model\RobotModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotAssetRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Entity\RobotAssetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Entity\RobotContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotMessageStatRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Entity\RobotMessageStatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotMessageTmplItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Entity\RobotMessageTmplItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotMessageTmplRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Entity\RobotMessageTmplRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticRobotBundle\Entity\RobotRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticRobotBundle\Entity\RobotRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand"; reason: abstract.
Removed service ".instanceof.MauticPlugin\MauticSocialBundle\Command\MauticSocialMonitoringCommand.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 ".instanceof.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterHashtagsCommand.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 ".instanceof.MauticPlugin\MauticSocialBundle\Command\MonitorTwitterMentionsCommand.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\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\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\MauticZtBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticZtBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticZtBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticZtBundle\Controller\ZtContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticZtBundle\Controller\ZtContactController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticZtBundle\Controller\ZtContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.MauticPlugin\MauticZtBundle\Controller\ZtContactListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.MauticPlugin\MauticZtBundle\Controller\ZtContactListController"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticZtBundle\Controller\ZtContactListController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.MauticPlugin\MauticZtBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticZtBundle\EventListener\LeadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticZtBundle\Form\Type\ZtContactFormType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticZtBundle\Form\Type\ZtContactFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.MauticPlugin\MauticZtBundle\Form\Type\ZtContactListType"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticZtBundle\Form\Type\ZtContactListType"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticZtBundle\Model\ZtContactListModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticZtBundle\Model\ZtContactListModel"; reason: abstract.
Removed service ".instanceof.Mautic\CoreBundle\Model\MauticModelInterface.0.MauticPlugin\MauticZtBundle\Model\ZtContactModel"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticZtBundle\Model\ZtContactModel"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticZtBundle\Entity\ZtContactListRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticZtBundle\Entity\ZtContactListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.MauticPlugin\MauticZtBundle\Entity\ZtContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.MauticPlugin\MauticZtBundle\Entity\ZtContactRepository"; reason: abstract.
185
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 "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; 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 "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.algorithm_manager_factory"; 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.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; 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.v2api"; 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 ".1_ServiceLocator~ceMdpA7"; 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 "lightsaml_sp.username_mapper.simple"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.serializer.property_metadata_loader"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "api_platform.doctrine.orm.order_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.range_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.date_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.backed_enum_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.boolean_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.numeric_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.exists_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.search_filter.instance"; 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.IQxZBi4"; reason: unused.
Removed service ".service_locator.IQxZBi4.Mautic\EmailBundle\Controller\PublicController::setDoNotContactModel()"; reason: unused.
Removed service ".service_locator.swsGG2H"; reason: unused.
Removed service ".service_locator.swsGG2H.Mautic\EmailBundle\Controller\PublicController::setRequestStackObject()"; reason: unused.
Removed service ".service_locator.swsGG2H.Mautic\LeadBundle\Controller\Api\CompanyApiController::setRequestStack()"; reason: unused.
Removed service ".service_locator.swsGG2H.Mautic\LeadBundle\Controller\Api\LeadApiController::setRequestStack()"; reason: unused.
Removed service ".service_locator.IQxZBi4.Mautic\LeadBundle\Controller\Api\LeadApiController::setDoNotContactModel()"; reason: unused.
Removed service ".service_locator.swsGG2H.Mautic\LeadBundle\Controller\Api\LeadApiController::setRequestStackObject()"; reason: unused.
Removed service ".service_locator.GVuGBy5"; reason: unused.
Removed service ".service_locator.GVuGBy5.Mautic\LeadBundle\Controller\Api\LeadApiController::setRequestStackLeadDetailsTrait()"; reason: unused.
Removed service ".service_locator.GVuGBy5.Mautic\LeadBundle\Controller\AuditlogController::setRequestStackLeadDetailsTrait()"; reason: unused.
Removed service ".service_locator.GVuGBy5.Mautic\LeadBundle\Controller\CompanyController::setRequestStackLeadDetailsTrait()"; reason: unused.
Removed service ".service_locator.Iz8cH9u"; reason: unused.
Removed service ".service_locator.Iz8cH9u.Mautic\LeadBundle\Controller\FieldController::newAction()"; reason: unused.
Removed service ".service_locator.GVuGBy5.Mautic\LeadBundle\Controller\LeadController::setRequestStackLeadDetailsTrait()"; reason: unused.
Removed service ".service_locator.IQxZBi4.Mautic\LeadBundle\Controller\LeadController::setDoNotContactModel()"; reason: unused.
Removed service ".service_locator.swsGG2H.Mautic\LeadBundle\Controller\LeadController::setRequestStackObject()"; reason: unused.
Removed service ".service_locator.GVuGBy5.Mautic\LeadBundle\Controller\TimelineController::setRequestStackLeadDetailsTrait()"; reason: unused.
Removed service ".service_locator.hfAobhh"; reason: unused.
Removed service ".service_locator.hfAobhh.Mautic\PointBundle\Controller\TriggerController::newAction()"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.unbuffered"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.unbuffered"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.riiCAol"; reason: unused.
Removed service ".service_locator.btBh8Uk"; reason: unused.
Removed service "jms_serializer.metadata.doctrine_type_driver.inner"; reason: unused.
854
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service ".service_locator.uvcGMdg" 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..vlG3.Q" 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.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.prSmSq8" 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.7jukgan.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 "api_platform.route_loader" 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.ZhnENdd" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.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 "api_platform.serializer.uuid_denormalizer" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "api_platform.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.jsonapi.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.jsonapi.normalizer.error" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.jsonapi.normalizer.entrypoint" to "serializer".
Inlined service "api_platform.jsonld.normalizer.validation_exception" to "serializer".
Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
Inlined service "api_platform.problem.normalizer.validation_exception" 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.number" 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 "api_platform.jsonapi.normalizer.collection" to "serializer".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "api_platform.jsonapi.normalizer.object" to "serializer".
Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "api_platform.jsonopenapi.encoder" to "serializer".
Inlined service "api_platform.yamlopenapi.encoder" to "serializer".
Inlined service "api_platform.jsonapi.encoder" to "serializer".
Inlined service "api_platform.jsonld.encoder" to "serializer".
Inlined service "api_platform.problem.encoder" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "doctrine_result_cache.recorder_inner" to "doctrine_result_cache".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" 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.Lc48RMy" 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.cZWBBfA" 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 "lock.default.factory" to "messenger.middleware.deduplicate_middleware".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.8UWlVxY" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.IlGSE9J" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "api_platform.data_collector.request" 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 ".service_locator.l73xxOy" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.2QMaG2L" to "security.helper".
Inlined service ".service_locator.ag8gcfM" to "security.helper".
Inlined service ".service_locator.tGTCz_0" to "security.helper".
Inlined service ".service_locator.dbYKIOk" to "security.helper".
Inlined service ".service_locator.fHdASNU" to "security.helper".
Inlined service ".service_locator.dQZMXrl" to "security.helper".
Inlined service "api_platform.security.expression_language_provider" to "security.expression_language".
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 "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.ak2X4f5" to "security.access_map".
Inlined service ".security.request_matcher.w7f9HIy" to "security.access_map".
Inlined service ".security.request_matcher.nb1Pi1s" to "security.access_map".
Inlined service ".security.request_matcher.OCX5NdC" to "security.access_map".
Inlined service ".security.request_matcher.eZh9mWY" to "security.access_map".
Inlined service ".security.request_matcher.SvZcfFX" to "security.access_map".
Inlined service ".security.request_matcher.rprszlw" to "security.access_map".
Inlined service ".security.request_matcher.0tMb.ud" to "security.access_map".
Inlined service ".security.request_matcher._ucb7Vz" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" 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.bc6Yclj" to ".security.request_matcher.qcGCJJj".
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 ".security.request_matcher.U1wfW9v" to ".security.request_matcher.h..h09u".
Inlined service "debug.security.firewall.authenticator.v2api.inner" to "debug.security.firewall.authenticator.v2api".
Inlined service "security.exception_listener.v2api" to "security.firewall.map.context.v2api".
Inlined service "security.firewall.map.config.v2api" to "security.firewall.map.context.v2api".
Inlined service ".security.request_matcher.5n1UlhU" to ".security.request_matcher.7hdBUZ0".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.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 "limiter.storage._login_local_main" to "limiter._login_local_main".
Inlined service "limiter.storage._login_global_main" to "limiter._login_global_main".
Inlined service "limiter._login_global_main" to "security.login_throttling.main.limiter".
Inlined service "limiter._login_local_main" to "security.login_throttling.main.limiter".
Inlined service "security.login_throttling.main.limiter" to "security.listener.login_throttling.main".
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 ".security.request_matcher.3qgJVJN" to ".security.request_matcher.0tMb.ud".
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.default_connection.configuration" to "doctrine.dbal.default_connection".
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.QpSWc34" 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.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 "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.EVe9eLu" to "knp_menu.renderer_provider".
Inlined service "fos_oauth_server.storage.default" to "fos_oauth_server.server".
Inlined service ".service_locator.HWQVeTL" 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.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "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.extension.code" 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.ovBHWy_" 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.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.39u8W1F" to "exercise_html_purifier.purifiers_registry".
Inlined service ".service_locator.5j9N9oX" to "api_platform.state_provider.locator".
Inlined service ".service_locator.28NbCU4" to "api_platform.state_processor.locator".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.metadata.inflector" to "api_platform.metadata.path_segment_name_generator.underscore".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.api.identifiers_extractor" to "api_platform.symfony.iri_converter".
Inlined service "api_platform.state_provider.parameter" to "api_platform.state_provider.content_negotiation".
Inlined service ".service_locator.WQt9XZi" to "api_platform.state_provider.parameter".
Inlined service "api_platform.http_cache.processor.add_headers" to "api_platform.state_processor.serialize".
Inlined service "api_platform.state_processor.serialize" to "api_platform.state_processor.write".
Inlined service "api_platform.state_processor.locator" to "api_platform.state_processor.write".
Inlined service "api_platform.hydra.processor.link" to "api_platform.state_processor.add_link_header".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.name_collection_factory.concerns" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.class_name".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.concerns".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.metadata.property.metadata_factory.identifier" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.json_schema.metadata.property.metadata_factory.schema" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.identifier".
Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
Inlined service "api_platform.validator.metadata.resource.metadata_collection_factory.parameter" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.backed_enum".
Inlined service "api_platform.metadata.path_segment_name_generator.underscore" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.backed_enum" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.main_controller".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.main_controller" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.cache.metadata.resource_collection.recorder_inner" to "api_platform.cache.metadata.resource_collection".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.class_name" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.concerns" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.concerns" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.json_schema.metadata.property.metadata_factory.schema".
Inlined service "api_platform.hydra.json_schema.schema_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service ".2_ObjectNormalizer~xgQ.b4K" to ".1_Serializer~xgQ.b4K".
Inlined service "api_platform.serializer.context_builder.filter" to "api_platform.openapi.serializer_context_builder".
Inlined service "api_platform.openapi.normalizer.legacy.inner" to "api_platform.openapi.normalizer.legacy".
Inlined service "api_platform.pagination_options" to "api_platform.openapi.factory".
Inlined service "api_platform.cache.openapi.recorder_inner" to "api_platform.cache.openapi".
Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.processor".
Inlined service "api_platform.swagger_ui.provider.inner" to "api_platform.swagger_ui.provider".
Inlined service "api_platform.jsonapi.json_schema.schema_factory.inner" to "api_platform.jsonapi.json_schema.schema_factory".
Inlined service "api_platform.swagger_ui.provider" to "api_platform.jsonapi.state_provider".
Inlined service "api_platform.hydra.processor.link.inner" to "api_platform.hydra.processor.link".
Inlined service "api_platform.jsonapi.json_schema.schema_factory" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.pagination" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.messenger.metadata.resource.metadata_collection_factory" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory.inner" to "api_platform.doctrine.orm.metadata.resource.link_factory".
Inlined service "api_platform.state_processor.add_link_header" to "api_platform.http_cache.processor.add_headers".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.parameter" to "api_platform.validator.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate" to "api_platform.state_provider.parameter_validator".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.messenger.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.state_provider.access_checker.post_deserialize.inner" to "api_platform.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.state_provider.security_parameter.inner" to "api_platform.state_provider.security_parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate.inner" to "api_platform.state_provider.access_checker.post_validate".
Inlined service ".service_locator.ZyP9f7K.Mautic\ApiBundle\Controller\ClientController" to "Mautic\ApiBundle\Controller\ClientController".
Inlined service ".service_locator.x1EHle8.Mautic\ApiBundle\Controller\CommonApiController" to "Mautic\ApiBundle\Controller\CommonApiController".
Inlined service ".service_locator.x1EHle8.Mautic\ApiBundle\Controller\FetchCommonApiController" to "Mautic\ApiBundle\Controller\FetchCommonApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\ApiBundle\Controller\oAuth2\SecurityController" to "Mautic\ApiBundle\Controller\oAuth2\SecurityController".
Inlined service "Mautic\ApiBundle\State\PutProcessor.inner" to "Mautic\ApiBundle\State\PutProcessor".
Inlined service ".service_locator.ZyP9f7K.Mautic\AssetBundle\Controller\AjaxController" to "Mautic\AssetBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\AssetBundle\Controller\Api\AssetApiController" to "Mautic\AssetBundle\Controller\Api\AssetApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\AssetBundle\Controller\AssetController" to "Mautic\AssetBundle\Controller\AssetController".
Inlined service ".service_locator.ZyP9f7K.Mautic\AssetBundle\Controller\PublicController" to "Mautic\AssetBundle\Controller\PublicController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CampaignBundle\Controller\AjaxController" to "Mautic\CampaignBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\CampaignBundle\Controller\Api\CampaignApiController" to "Mautic\CampaignBundle\Controller\Api\CampaignApiController".
Inlined service ".service_locator.x1EHle8.Mautic\CampaignBundle\Controller\Api\EventApiController" to "Mautic\CampaignBundle\Controller\Api\EventApiController".
Inlined service ".service_locator.x1EHle8.Mautic\CampaignBundle\Controller\Api\EventLogApiController" to "Mautic\CampaignBundle\Controller\Api\EventLogApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CampaignBundle\Controller\CampaignController" to "Mautic\CampaignBundle\Controller\CampaignController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CampaignBundle\Controller\CampaignMapStatsController" to "Mautic\CampaignBundle\Controller\CampaignMapStatsController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CampaignBundle\Controller\CampaignMetricsController" to "Mautic\CampaignBundle\Controller\CampaignMetricsController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CampaignBundle\Controller\EventController" to "Mautic\CampaignBundle\Controller\EventController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CampaignBundle\Controller\ImportController" to "Mautic\CampaignBundle\Controller\ImportController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CampaignBundle\Controller\SourceController" to "Mautic\CampaignBundle\Controller\SourceController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CategoryBundle\Controller\AjaxController" to "Mautic\CategoryBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\CategoryBundle\Controller\Api\CategoryApiController" to "Mautic\CategoryBundle\Controller\Api\CategoryApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CategoryBundle\Controller\BatchContactController" to "Mautic\CategoryBundle\Controller\BatchContactController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CategoryBundle\Controller\CategoryController" to "Mautic\CategoryBundle\Controller\CategoryController".
Inlined service ".service_locator.ZyP9f7K.Mautic\ChannelBundle\Controller\AjaxController" to "Mautic\ChannelBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\ChannelBundle\Controller\Api\MessageApiController" to "Mautic\ChannelBundle\Controller\Api\MessageApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\ChannelBundle\Controller\BatchContactController" to "Mautic\ChannelBundle\Controller\BatchContactController".
Inlined service ".service_locator.ZyP9f7K.Mautic\ChannelBundle\Controller\MessageController" to "Mautic\ChannelBundle\Controller\MessageController".
Inlined service ".service_locator.ZyP9f7K.Mautic\ConfigBundle\Controller\ConfigController" to "Mautic\ConfigBundle\Controller\ConfigController".
Inlined service ".service_locator.ZyP9f7K.Mautic\ConfigBundle\Controller\SysinfoController" to "Mautic\ConfigBundle\Controller\SysinfoController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CoreBundle\Controller\AjaxController" to "Mautic\CoreBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\CoreBundle\Controller\Api\FileApiController" to "Mautic\CoreBundle\Controller\Api\FileApiController".
Inlined service ".service_locator.x1EHle8.Mautic\CoreBundle\Controller\Api\StatsApiController" to "Mautic\CoreBundle\Controller\Api\StatsApiController".
Inlined service ".service_locator.x1EHle8.Mautic\CoreBundle\Controller\Api\ThemeApiController" to "Mautic\CoreBundle\Controller\Api\ThemeApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CoreBundle\Controller\CommonController" to "Mautic\CoreBundle\Controller\CommonController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CoreBundle\Controller\DefaultController" to "Mautic\CoreBundle\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CoreBundle\Controller\ExceptionController" to "Mautic\CoreBundle\Controller\ExceptionController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CoreBundle\Controller\FileController" to "Mautic\CoreBundle\Controller\FileController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CoreBundle\Controller\FormController" to "Mautic\CoreBundle\Controller\FormController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CoreBundle\Controller\JsController" to "Mautic\CoreBundle\Controller\JsController".
Inlined service ".service_locator.ZyP9f7K.Mautic\CoreBundle\Controller\ThemeController" to "Mautic\CoreBundle\Controller\ThemeController".
Inlined service ".service_locator.pKPtpOL" to "Mautic\CoreBundle\Factory\ModelFactory".
Inlined service "security.helper" to "Mautic\CoreBundle\Twig\Extension\LanguageExtension".
Inlined service "Mautic\CoreBundle\Doctrine\MigrationFactoryDecorator.inner" to "Mautic\CoreBundle\Doctrine\MigrationFactoryDecorator".
Inlined service ".service_locator.ZyP9f7K.Mautic\DashboardBundle\Controller\AjaxController" to "Mautic\DashboardBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\DashboardBundle\Controller\Api\WidgetApiController" to "Mautic\DashboardBundle\Controller\Api\WidgetApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\DashboardBundle\Controller\DashboardController" to "Mautic\DashboardBundle\Controller\DashboardController".
Inlined service ".service_locator.ZyP9f7K.Mautic\DynamicContentBundle\Controller\AjaxController" to "Mautic\DynamicContentBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController" to "Mautic\DynamicContentBundle\Controller\Api\DynamicContentApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\DynamicContentBundle\Controller\DynamicContentApiController" to "Mautic\DynamicContentBundle\Controller\DynamicContentApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\DynamicContentBundle\Controller\DynamicContentController" to "Mautic\DynamicContentBundle\Controller\DynamicContentController".
Inlined service ".service_locator.ZyP9f7K.Mautic\EmailBundle\Controller\AjaxController" to "Mautic\EmailBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\EmailBundle\Controller\Api\EmailApiController" to "Mautic\EmailBundle\Controller\Api\EmailApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\EmailBundle\Controller\BatchEmailController" to "Mautic\EmailBundle\Controller\BatchEmailController".
Inlined service ".service_locator.ZyP9f7K.Mautic\EmailBundle\Controller\EmailController" to "Mautic\EmailBundle\Controller\EmailController".
Inlined service ".service_locator.ZyP9f7K.Mautic\EmailBundle\Controller\EmailGraphStatsController" to "Mautic\EmailBundle\Controller\EmailGraphStatsController".
Inlined service ".service_locator.ZyP9f7K.Mautic\EmailBundle\Controller\EmailMapStatsController" to "Mautic\EmailBundle\Controller\EmailMapStatsController".
Inlined service ".service_locator.ZyP9f7K.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.ZyP9f7K.Mautic\FormBundle\Controller\ActionController" to "Mautic\FormBundle\Controller\ActionController".
Inlined service ".service_locator.ZyP9f7K.Mautic\FormBundle\Controller\AjaxController" to "Mautic\FormBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\FormBundle\Controller\Api\FormApiController" to "Mautic\FormBundle\Controller\Api\FormApiController".
Inlined service ".service_locator.x1EHle8.Mautic\FormBundle\Controller\Api\SubmissionApiController" to "Mautic\FormBundle\Controller\Api\SubmissionApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\FormBundle\Controller\FieldController" to "Mautic\FormBundle\Controller\FieldController".
Inlined service ".service_locator.ZyP9f7K.Mautic\FormBundle\Controller\FormController" to "Mautic\FormBundle\Controller\FormController".
Inlined service ".service_locator.ZyP9f7K.Mautic\FormBundle\Controller\PublicController" to "Mautic\FormBundle\Controller\PublicController".
Inlined service ".service_locator.ZyP9f7K.Mautic\FormBundle\Controller\ResultController" to "Mautic\FormBundle\Controller\ResultController".
Inlined service ".service_locator.ZyP9f7K.Mautic\InstallBundle\Controller\InstallController" to "Mautic\InstallBundle\Controller\InstallController".
Inlined service ".service_locator.ZyP9f7K.Mautic\IntegrationsBundle\Controller\AuthController" to "Mautic\IntegrationsBundle\Controller\AuthController".
Inlined service ".service_locator.ZyP9f7K.Mautic\IntegrationsBundle\Controller\ConfigController" to "Mautic\IntegrationsBundle\Controller\ConfigController".
Inlined service ".service_locator.ZyP9f7K.Mautic\IntegrationsBundle\Controller\FieldPaginationController" to "Mautic\IntegrationsBundle\Controller\FieldPaginationController".
Inlined service ".service_locator.ZyP9f7K.Mautic\IntegrationsBundle\Controller\UpdateFieldController" to "Mautic\IntegrationsBundle\Controller\UpdateFieldController".
Inlined service ".service_locator.ZyP9f7K.Mautic\LeadBundle\Controller\AjaxController" to "Mautic\LeadBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\LeadBundle\Controller\Api\CompanyApiController" to "Mautic\LeadBundle\Controller\Api\CompanyApiController".
Inlined service ".service_locator.x1EHle8.Mautic\LeadBundle\Controller\Api\DeviceApiController" to "Mautic\LeadBundle\Controller\Api\DeviceApiController".
Inlined service ".service_locator.x1EHle8.Mautic\LeadBundle\Controller\Api\FieldApiController" to "Mautic\LeadBundle\Controller\Api\FieldApiController".
Inlined service ".service_locator.x1EHle8.Mautic\LeadBundle\Controller\Api\LeadApiController" to "Mautic\LeadBundle\Controller\Api\LeadApiController".
Inlined service ".service_locator.x1EHle8.Mautic\LeadBundle\Controller\Api\ListApiController" to "Mautic\LeadBundle\Controller\Api\ListApiController".
Inlined service ".service_locator.x1EHle8.Mautic\LeadBundle\Controller\Api\NoteApiController" to "Mautic\LeadBundle\Controller\Api\NoteApiController".
Inlined service ".service_locator.x1EHle8.Mautic\LeadBundle\Controller\Api\TagApiController" to "Mautic\LeadBundle\Controller\Api\TagApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\LeadBundle\Controller\AuditlogController" to "Mautic\LeadBundle\Controller\AuditlogController".
Inlined service ".service_locator.ZyP9f7K.Mautic\LeadBundle\Controller\BatchSegmentController" to "Mautic\LeadBundle\Controller\BatchSegmentController".
Inlined service ".service_locator.ZyP9f7K.Mautic\LeadBundle\Controller\CompanyController" to "Mautic\LeadBundle\Controller\CompanyController".
Inlined service ".service_locator.ZyP9f7K.Mautic\LeadBundle\Controller\FieldController" to "Mautic\LeadBundle\Controller\FieldController".
Inlined service ".service_locator.ZyP9f7K.Mautic\LeadBundle\Controller\ImportController" to "Mautic\LeadBundle\Controller\ImportController".
Inlined service ".service_locator.ZyP9f7K.Mautic\LeadBundle\Controller\LeadController" to "Mautic\LeadBundle\Controller\LeadController".
Inlined service ".service_locator.ZyP9f7K.Mautic\LeadBundle\Controller\ListController" to "Mautic\LeadBundle\Controller\ListController".
Inlined service ".service_locator.ZyP9f7K.Mautic\LeadBundle\Controller\NoteController" to "Mautic\LeadBundle\Controller\NoteController".
Inlined service ".service_locator.ZyP9f7K.Mautic\LeadBundle\Controller\TimelineController" to "Mautic\LeadBundle\Controller\TimelineController".
Inlined service ".service_locator.ZyP9f7K.Mautic\MarketplaceBundle\Controller\AjaxController" to "Mautic\MarketplaceBundle\Controller\AjaxController".
Inlined service ".service_locator.ZyP9f7K.Mautic\MarketplaceBundle\Controller\CacheController" to "Mautic\MarketplaceBundle\Controller\CacheController".
Inlined service ".service_locator.ZyP9f7K.Mautic\MarketplaceBundle\Controller\Package\DetailController" to "Mautic\MarketplaceBundle\Controller\Package\DetailController".
Inlined service ".service_locator.ZyP9f7K.Mautic\MarketplaceBundle\Controller\Package\InstallController" to "Mautic\MarketplaceBundle\Controller\Package\InstallController".
Inlined service ".service_locator.ZyP9f7K.Mautic\MarketplaceBundle\Controller\Package\ListController" to "Mautic\MarketplaceBundle\Controller\Package\ListController".
Inlined service ".service_locator.ZyP9f7K.Mautic\MarketplaceBundle\Controller\Package\RemoveController" to "Mautic\MarketplaceBundle\Controller\Package\RemoveController".
Inlined service ".service_locator.ZyP9f7K.Mautic\MessengerBundle\Controller\AjaxController" to "Mautic\MessengerBundle\Controller\AjaxController".
Inlined service ".service_locator.ZyP9f7K.Mautic\NotificationBundle\Controller\AjaxController" to "Mautic\NotificationBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\NotificationBundle\Controller\Api\NotificationApiController" to "Mautic\NotificationBundle\Controller\Api\NotificationApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\NotificationBundle\Controller\AppCallbackController" to "Mautic\NotificationBundle\Controller\AppCallbackController".
Inlined service ".service_locator.ZyP9f7K.Mautic\NotificationBundle\Controller\JsController" to "Mautic\NotificationBundle\Controller\JsController".
Inlined service ".service_locator.ZyP9f7K.Mautic\NotificationBundle\Controller\MobileNotificationController" to "Mautic\NotificationBundle\Controller\MobileNotificationController".
Inlined service ".service_locator.ZyP9f7K.Mautic\NotificationBundle\Controller\NotificationController" to "Mautic\NotificationBundle\Controller\NotificationController".
Inlined service ".service_locator.ZyP9f7K.Mautic\NotificationBundle\Controller\PopupController" to "Mautic\NotificationBundle\Controller\PopupController".
Inlined service ".service_locator.ZyP9f7K.Mautic\PageBundle\Controller\AjaxController" to "Mautic\PageBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\PageBundle\Controller\Api\PageApiController" to "Mautic\PageBundle\Controller\Api\PageApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\PageBundle\Controller\PageController" to "Mautic\PageBundle\Controller\PageController".
Inlined service ".service_locator.ZyP9f7K.Mautic\PageBundle\Controller\PublicController" to "Mautic\PageBundle\Controller\PublicController".
Inlined service ".service_locator.ZyP9f7K.Mautic\PluginBundle\Controller\AjaxController" to "Mautic\PluginBundle\Controller\AjaxController".
Inlined service ".service_locator.ZyP9f7K.Mautic\PluginBundle\Controller\AuthController" to "Mautic\PluginBundle\Controller\AuthController".
Inlined service ".service_locator.ZyP9f7K.Mautic\PluginBundle\Controller\PluginController" to "Mautic\PluginBundle\Controller\PluginController".
Inlined service ".service_locator.ZyP9f7K.Mautic\PointBundle\Controller\AjaxController" to "Mautic\PointBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\PointBundle\Controller\Api\PointApiController" to "Mautic\PointBundle\Controller\Api\PointApiController".
Inlined service ".service_locator.x1EHle8.Mautic\PointBundle\Controller\Api\PointGroupsApiController" to "Mautic\PointBundle\Controller\Api\PointGroupsApiController".
Inlined service ".service_locator.x1EHle8.Mautic\PointBundle\Controller\Api\TriggerApiController" to "Mautic\PointBundle\Controller\Api\TriggerApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\PointBundle\Controller\GroupController" to "Mautic\PointBundle\Controller\GroupController".
Inlined service ".service_locator.ZyP9f7K.Mautic\PointBundle\Controller\PointController" to "Mautic\PointBundle\Controller\PointController".
Inlined service ".service_locator.ZyP9f7K.Mautic\PointBundle\Controller\TriggerController" to "Mautic\PointBundle\Controller\TriggerController".
Inlined service ".service_locator.ZyP9f7K.Mautic\PointBundle\Controller\TriggerEventController" to "Mautic\PointBundle\Controller\TriggerEventController".
Inlined service ".service_locator.ZyP9f7K.Mautic\ProjectBundle\Controller\AjaxController" to "Mautic\ProjectBundle\Controller\AjaxController".
Inlined service ".service_locator.ZyP9f7K.Mautic\ProjectBundle\Controller\ProjectController" to "Mautic\ProjectBundle\Controller\ProjectController".
Inlined service ".service_locator.ZyP9f7K.Mautic\ReportBundle\Controller\AjaxController" to "Mautic\ReportBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\ReportBundle\Controller\Api\ReportApiController" to "Mautic\ReportBundle\Controller\Api\ReportApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\ReportBundle\Controller\ReportController" to "Mautic\ReportBundle\Controller\ReportController".
Inlined service ".service_locator.ZyP9f7K.Mautic\ReportBundle\Controller\ScheduleController" to "Mautic\ReportBundle\Controller\ScheduleController".
Inlined service ".service_locator.ZyP9f7K.Mautic\SmsBundle\Controller\AjaxController" to "Mautic\SmsBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\SmsBundle\Controller\Api\SmsApiController" to "Mautic\SmsBundle\Controller\Api\SmsApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\SmsBundle\Controller\ReplyController" to "Mautic\SmsBundle\Controller\ReplyController".
Inlined service ".service_locator.ZyP9f7K.Mautic\SmsBundle\Controller\SmsController" to "Mautic\SmsBundle\Controller\SmsController".
Inlined service ".service_locator.ZyP9f7K.Mautic\StageBundle\Controller\AjaxController" to "Mautic\StageBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\StageBundle\Controller\Api\StageApiController" to "Mautic\StageBundle\Controller\Api\StageApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\StageBundle\Controller\StageController" to "Mautic\StageBundle\Controller\StageController".
Inlined service ".service_locator.x1EHle8.Mautic\UserBundle\Controller\Api\RoleApiController" to "Mautic\UserBundle\Controller\Api\RoleApiController".
Inlined service ".service_locator.x1EHle8.Mautic\UserBundle\Controller\Api\UserApiController" to "Mautic\UserBundle\Controller\Api\UserApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\UserBundle\Controller\ProfileController" to "Mautic\UserBundle\Controller\ProfileController".
Inlined service ".service_locator.ZyP9f7K.Mautic\UserBundle\Controller\PublicController" to "Mautic\UserBundle\Controller\PublicController".
Inlined service ".service_locator.ZyP9f7K.Mautic\UserBundle\Controller\RoleController" to "Mautic\UserBundle\Controller\RoleController".
Inlined service ".service_locator.ZyP9f7K.Mautic\UserBundle\Controller\SecurityController" to "Mautic\UserBundle\Controller\SecurityController".
Inlined service ".service_locator.ZyP9f7K.Mautic\UserBundle\Controller\UserController" to "Mautic\UserBundle\Controller\UserController".
Inlined service ".service_locator.wgFVmfc.LightSaml\SpBundle\Controller\DefaultController" to "LightSaml\SpBundle\Controller\DefaultController".
Inlined service "mautic.security.authenticator.form_login.decorator.inner" to "mautic.security.authenticator.form_login.decorator".
Inlined service ".service_locator.ZyP9f7K.Mautic\WebhookBundle\Controller\AjaxController" to "Mautic\WebhookBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.Mautic\WebhookBundle\Controller\Api\WebhookApiController" to "Mautic\WebhookBundle\Controller\Api\WebhookApiController".
Inlined service ".service_locator.ZyP9f7K.Mautic\WebhookBundle\Controller\WebhookController" to "Mautic\WebhookBundle\Controller\WebhookController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController" to "MauticPlugin\GrapesJsBuilderBundle\Controller\FileManagerController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController" to "MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticAiBundle\Controller\AiController" to "MauticPlugin\MauticAiBundle\Controller\AiController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticClearbitBundle\Controller\ClearbitController" to "MauticPlugin\MauticClearbitBundle\Controller\ClearbitController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticClearbitBundle\Controller\PublicController" to "MauticPlugin\MauticClearbitBundle\Controller\PublicController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticCrmBundle\Controller\PublicController" to "MauticPlugin\MauticCrmBundle\Controller\PublicController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticFocusBundle\Controller\AjaxController" to "MauticPlugin\MauticFocusBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController" to "MauticPlugin\MauticFocusBundle\Controller\Api\FocusApiController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticFocusBundle\Controller\FocusController" to "MauticPlugin\MauticFocusBundle\Controller\FocusController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticFocusBundle\Controller\PublicController" to "MauticPlugin\MauticFocusBundle\Controller\PublicController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticFullContactBundle\Controller\FullContactController" to "MauticPlugin\MauticFullContactBundle\Controller\FullContactController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticFullContactBundle\Controller\PublicController" to "MauticPlugin\MauticFullContactBundle\Controller\PublicController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticRobotBundle\Controller\AjaxController" to "MauticPlugin\MauticRobotBundle\Controller\AjaxController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticRobotBundle\Controller\RobotAssetController" to "MauticPlugin\MauticRobotBundle\Controller\RobotAssetController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticRobotBundle\Controller\RobotContactController" to "MauticPlugin\MauticRobotBundle\Controller\RobotContactController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticRobotBundle\Controller\RobotController" to "MauticPlugin\MauticRobotBundle\Controller\RobotController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticRobotBundle\Controller\RobotMessageTmplController" to "MauticPlugin\MauticRobotBundle\Controller\RobotMessageTmplController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticSocialBundle\Controller\AjaxController" to "MauticPlugin\MauticSocialBundle\Controller\AjaxController".
Inlined service ".service_locator.x1EHle8.MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController" to "MauticPlugin\MauticSocialBundle\Controller\Api\TweetApiController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticSocialBundle\Controller\JsController" to "MauticPlugin\MauticSocialBundle\Controller\JsController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticSocialBundle\Controller\MonitoringController" to "MauticPlugin\MauticSocialBundle\Controller\MonitoringController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticSocialBundle\Controller\TweetController" to "MauticPlugin\MauticSocialBundle\Controller\TweetController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController" to "MauticPlugin\MauticTagManagerBundle\Controller\BatchTagController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticTagManagerBundle\Controller\TagController" to "MauticPlugin\MauticTagManagerBundle\Controller\TagController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticZtBundle\Controller\AjaxController" to "MauticPlugin\MauticZtBundle\Controller\AjaxController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticZtBundle\Controller\ZtContactController" to "MauticPlugin\MauticZtBundle\Controller\ZtContactController".
Inlined service ".service_locator.ZyP9f7K.MauticPlugin\MauticZtBundle\Controller\ZtContactListController" to "MauticPlugin\MauticZtBundle\Controller\ZtContactListController".
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 "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.v2api.inner" to "debug.security.event_dispatcher.v2api".
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 "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
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 ".service_locator.bRgyb.d" to ".service_locator.bRgyb.d.FM\ElfinderBundle\Controller\ElFinderController::load()".
Inlined service ".service_locator.N_.mWjM" to ".service_locator.N_.mWjM.Mautic\ApiBundle\Controller\oAuth2\AuthorizeController::authorizeAction()".
Inlined service ".service_locator..Y5k4eu" to ".service_locator..Y5k4eu.Mautic\AssetBundle\Controller\AssetController::indexAction()".
Inlined service ".service_locator.MDgUi68" to ".service_locator.MDgUi68.Mautic\AssetBundle\Controller\AssetController::editAction()".
Inlined service ".service_locator._6UJXFN" to ".service_locator._6UJXFN.Mautic\AssetBundle\Controller\PublicController::downloadAction()".
Inlined service ".service_locator.J3nE56P" to ".service_locator.J3nE56P.Mautic\CampaignBundle\Controller\Api\CampaignApiController::importCampaignAction()".
Inlined service ".service_locator.HsES25K" to ".service_locator.HsES25K.Mautic\CampaignBundle\Controller\CampaignController::exportAction()".
Inlined service ".service_locator.Uu.cqqC" to ".service_locator.Uu.cqqC.Mautic\CampaignBundle\Controller\CampaignController::contactsAction()".
Inlined service ".service_locator.larLhIq" to ".service_locator.larLhIq.Mautic\CampaignBundle\Controller\CampaignMapStatsController::getData()".
Inlined service ".service_locator.Io2iemF" to ".service_locator.Io2iemF.Mautic\CampaignBundle\Controller\CampaignMapStatsController::hasAccess()".
Inlined service ".service_locator.EUbPFaK" to ".service_locator.EUbPFaK.Mautic\CampaignBundle\Controller\CampaignMapStatsController::getMapOptions()".
Inlined service ".service_locator.PZLVixM" to ".service_locator.PZLVixM.Mautic\CampaignBundle\Controller\ImportController::progressAction()".
Inlined service ".service_locator.mHdDBlm" to ".service_locator.mHdDBlm.Mautic\ConfigBundle\Controller\ConfigController::editAction()".
Inlined service ".service_locator.cBJKfyp" to ".service_locator.cBJKfyp.Mautic\ConfigBundle\Controller\ConfigController::downloadAction()".
Inlined service ".service_locator.6LYJ5om" to ".service_locator.6LYJ5om.Mautic\ConfigBundle\Controller\ConfigController::removeAction()".
Inlined service ".service_locator.J4Iemgx" to ".service_locator.J4Iemgx.Mautic\CoreBundle\Controller\ExceptionController::showAction()".
Inlined service ".service_locator.EZAVBOD" to ".service_locator.EZAVBOD.Mautic\CoreBundle\Controller\FileController::uploadAction()".
Inlined service ".service_locator.W9bBqyK" to ".service_locator.W9bBqyK.Mautic\CoreBundle\Controller\JsController::indexAction()".
Inlined service ".service_locator.dWAHMCR" to ".service_locator.dWAHMCR.Mautic\CoreBundle\Controller\ThemeController::indexAction()".
Inlined service ".service_locator.TfhwIAs" to ".service_locator.TfhwIAs.Mautic\CoreBundle\Controller\ThemeController::visibilityAction()".
Inlined service ".service_locator.egipcEH" to ".service_locator.egipcEH.Mautic\DashboardBundle\Controller\AjaxController::viewingVisitorsAction()".
Inlined service ".service_locator.nhkr6e7" to ".service_locator.nhkr6e7.Mautic\DashboardBundle\Controller\DashboardController::indexAction()".
Inlined service ".service_locator.F8zFGqz" to ".service_locator.F8zFGqz.Mautic\DashboardBundle\Controller\DashboardController::widgetAction()".
Inlined service ".service_locator.5btVQKl" to ".service_locator.5btVQKl.Mautic\DashboardBundle\Controller\DashboardController::applyDashboardFileAction()".
Inlined service ".service_locator.ox7dilk" to ".service_locator.ox7dilk.Mautic\DashboardBundle\Controller\DashboardController::importAction()".
Inlined service ".service_locator.z5tyjUp" to ".service_locator.z5tyjUp.Mautic\DynamicContentBundle\Controller\DynamicContentApiController::getAction()".
Inlined service ".service_locator.O_OgbxZ" to ".service_locator.O_OgbxZ.Mautic\EmailBundle\Controller\AjaxController::getAbTestFormAction()".
Inlined service ".service_locator.kS9mzoD" to ".service_locator.kS9mzoD.Mautic\EmailBundle\Controller\AjaxController::getAttachmentsSizeAction()".
Inlined service ".service_locator.27PoQMb" to ".service_locator.27PoQMb.Mautic\EmailBundle\Controller\AjaxController::testMonitoredEmailServerConnectionAction()".
Inlined service ".service_locator.OFdNhZO" to ".service_locator.OFdNhZO.Mautic\EmailBundle\Controller\AjaxController::sendTestEmailAction()".
Inlined service ".service_locator.dQHMqz_" to ".service_locator.dQHMqz_.Mautic\EmailBundle\Controller\AjaxController::getEmailDeliveredCountAction()".
Inlined service ".service_locator.klvAOqf" to ".service_locator.klvAOqf.Mautic\EmailBundle\Controller\AjaxController::heatmapAction()".
Inlined service ".service_locator.QwJX_2P" to ".service_locator.QwJX_2P.Mautic\EmailBundle\Controller\AjaxController::getEmailUsagesAction()".
Inlined service ".service_locator.tzpCJVq" to ".service_locator.tzpCJVq.Mautic\EmailBundle\Controller\Api\EmailApiController::replyAction()".
Inlined service ".service_locator.7NQDMDw" to ".service_locator.7NQDMDw.Mautic\EmailBundle\Controller\BatchEmailController::execAction()".
Inlined service ".service_locator.HTXdyJ6" to ".service_locator.HTXdyJ6.Mautic\EmailBundle\Controller\EmailController::indexAction()".
Inlined service ".service_locator.DORPoJ1" to ".service_locator.DORPoJ1.Mautic\EmailBundle\Controller\EmailController::viewAction()".
Inlined service ".service_locator.YFhElXs" to ".service_locator.YFhElXs.Mautic\EmailBundle\Controller\EmailController::cloneAction()".
Inlined service ".service_locator.AwccD51" to ".service_locator.AwccD51.Mautic\EmailBundle\Controller\EmailController::builderAction()".
Inlined service ".service_locator.Lw.ElnY" to ".service_locator.Lw.ElnY.Mautic\EmailBundle\Controller\EmailController::scheduleSendAction()".
Inlined service ".service_locator._PTUn.g" to ".service_locator._PTUn.g.Mautic\EmailBundle\Controller\EmailController::sendExampleAction()".
Inlined service ".service_locator.tOEgZZf" to ".service_locator.tOEgZZf.Mautic\EmailBundle\Controller\EmailGraphStatsController::viewAction()".
Inlined service ".service_locator.0b4T6eZ" to ".service_locator.0b4T6eZ.Mautic\EmailBundle\Controller\EmailMapStatsController::getData()".
Inlined service ".service_locator.g0jcuK_" to ".service_locator.g0jcuK_.Mautic\EmailBundle\Controller\EmailMapStatsController::hasAccess()".
Inlined service ".service_locator.Sxv8jVX" to ".service_locator.Sxv8jVX.Mautic\EmailBundle\Controller\PublicController::indexAction()".
Inlined service ".service_locator.b2CDqD1" to ".service_locator.b2CDqD1.Mautic\EmailBundle\Controller\PublicController::trackingImageAction()".
Inlined service ".service_locator.STSkZK0" to ".service_locator.STSkZK0.Mautic\EmailBundle\Controller\PublicController::unsubscribeAction()".
Inlined service ".service_locator.weEbdM_" to ".service_locator.weEbdM_.Mautic\EmailBundle\Controller\PublicController::resubscribeAction()".
Inlined service ".service_locator.6v.tPYm" to ".service_locator.6v.tPYm.Mautic\EmailBundle\Controller\PublicController::previewAction()".
Inlined service ".service_locator.Fj0H4DY" to ".service_locator.Fj0H4DY.Mautic\EmailBundle\Controller\PublicController::pluginTrackingGifAction()".
Inlined service ".service_locator.ZCKiCOA" to ".service_locator.ZCKiCOA.Mautic\EmailBundle\Controller\PublicController::getUnsubscribeMessageLead()".
Inlined service ".service_locator.D1s3Aku" to ".service_locator.D1s3Aku.Mautic\FormBundle\Controller\PublicController::submitAction()".
Inlined service ".service_locator.qlGby_E" to ".service_locator.qlGby_E.Mautic\FormBundle\Controller\PublicController::lookupCompanyAction()".
Inlined service ".service_locator.y55pXS5" to ".service_locator.y55pXS5.Mautic\FormBundle\Controller\ResultController::indexAction()".
Inlined service ".service_locator.7nl_afv" to ".service_locator.7nl_afv.Mautic\FormBundle\Controller\ResultController::downloadFileAction()".
Inlined service ".service_locator.1CatXNw" to ".service_locator.1CatXNw.Mautic\FormBundle\Controller\ResultController::downloadFileByFileNameAction()".
Inlined service ".service_locator.xBtHBeA" to ".service_locator.xBtHBeA.Mautic\FormBundle\Controller\ResultController::addToSegmentAction()".
Inlined service ".service_locator.isKiZ52" to ".service_locator.isKiZ52.Mautic\InstallBundle\Controller\InstallController::stepAction()".
Inlined service ".service_locator.B1LVjh1" to ".service_locator.B1LVjh1.Mautic\IntegrationsBundle\Controller\AuthController::callbackAction()".
Inlined service ".service_locator.6GbydYa" to ".service_locator.6GbydYa.Mautic\IntegrationsBundle\Controller\ConfigController::editAction()".
Inlined service ".service_locator.3r0hYPC" to ".service_locator.3r0hYPC.Mautic\IntegrationsBundle\Controller\FieldPaginationController::paginateAction()".
Inlined service ".service_locator.LOL4Fn4" to ".service_locator.LOL4Fn4.Mautic\LeadBundle\Controller\AjaxController::contactListAction()".
Inlined service ".service_locator.EGmXhx7" to ".service_locator.EGmXhx7.Mautic\LeadBundle\Controller\AjaxController::loadSegmentFilterFormAction()".
Inlined service ".service_locator.EcCaPR9" to ".service_locator.EcCaPR9.Mautic\LeadBundle\Controller\AjaxController::togglePreferredLeadChannelAction()".
Inlined service ".service_locator.q27Jj4P" to ".service_locator.q27Jj4P.Mautic\LeadBundle\Controller\AjaxController::toggleLeadCampaignAction()".
Inlined service ".service_locator.b0JO0P1" to ".service_locator.b0JO0P1.Mautic\LeadBundle\Controller\AjaxController::toggleCompanyLeadAction()".
Inlined service ".service_locator.b4KiJ7j" to ".service_locator.b4KiJ7j.Mautic\LeadBundle\Controller\AjaxController::removeBounceStatusAction()".
Inlined service ".service_locator.8nepPvd" to ".service_locator.8nepPvd.Mautic\LeadBundle\Controller\AjaxController::getNewLeadsAction()".
Inlined service ".service_locator.ASLxmh7" to ".service_locator.ASLxmh7.Mautic\LeadBundle\Controller\AjaxController::getEmailTemplateAction()".
Inlined service ".service_locator.nJl_cRR" to ".service_locator.nJl_cRR.Mautic\LeadBundle\Controller\AjaxController::reorderAction()".
Inlined service ".service_locator.fGLG.BB" to ".service_locator.fGLG.BB.Mautic\LeadBundle\Controller\AjaxController::getCampaignShareStatsAction()".
Inlined service ".service_locator.Rjq6TTg" to ".service_locator.Rjq6TTg.Mautic\LeadBundle\Controller\AjaxController::getLeadCountAction()".
Inlined service ".service_locator.05tS.Ft" to ".service_locator.05tS.Ft.Mautic\LeadBundle\Controller\AjaxController::getSegmentDependencyTreeAction()".
Inlined service ".service_locator.VOhjfaT" to ".service_locator.VOhjfaT.Mautic\LeadBundle\Controller\FieldController::indexAction()".
Inlined service ".service_locator.9si2R4A" to ".service_locator.9si2R4A.Mautic\LeadBundle\Controller\FieldController::cloneAction()".
Inlined service ".service_locator.TjlUL8o" to ".service_locator.TjlUL8o.Mautic\LeadBundle\Controller\LeadController::indexAction()".
Inlined service ".service_locator.ofGzMUO" to ".service_locator.ofGzMUO.Mautic\LeadBundle\Controller\LeadController::viewAction()".
Inlined service ".service_locator.MgF9aNQ" to ".service_locator.MgF9aNQ.Mautic\LeadBundle\Controller\LeadController::newAction()".
Inlined service ".service_locator.nsnyw3O" to ".service_locator.nsnyw3O.Mautic\LeadBundle\Controller\LeadController::editAction()".
Inlined service ".service_locator._SaNS1V" to ".service_locator._SaNS1V.Mautic\LeadBundle\Controller\LeadController::mergeAction()".
Inlined service ".service_locator.1Lojd_0" to ".service_locator.1Lojd_0.Mautic\LeadBundle\Controller\LeadController::emailAction()".
Inlined service ".service_locator.CdViU8Y" to ".service_locator.CdViU8Y.Mautic\LeadBundle\Controller\LeadController::batchCampaignsAction()".
Inlined service ".service_locator..Q7yL1M" to ".service_locator..Q7yL1M.Mautic\LeadBundle\Controller\LeadController::batchDncAction()".
Inlined service ".service_locator.CySECVZ" to ".service_locator.CySECVZ.Mautic\LeadBundle\Controller\LeadController::contactGroupPointsAction()".
Inlined service ".service_locator.Z9GPyBD" to ".service_locator.Z9GPyBD.Mautic\MessengerBundle\Controller\AjaxController::sendTestMessageAction()".
Inlined service ".service_locator.Kq27LHM" to ".service_locator.Kq27LHM.Mautic\NotificationBundle\Controller\AppCallbackController::indexAction()".
Inlined service ".service_locator.FuFEj1n" to ".service_locator.FuFEj1n.Mautic\NotificationBundle\Controller\PopupController::indexAction()".
Inlined service ".service_locator.41PKP0J" to ".service_locator.41PKP0J.Mautic\PageBundle\Controller\AjaxController::getAbTestFormAction()".
Inlined service ".service_locator.RmAB5Gh" to ".service_locator.RmAB5Gh.Mautic\PageBundle\Controller\PageController::indexAction()".
Inlined service ".service_locator.H_833YZ" to ".service_locator.H_833YZ.Mautic\PageBundle\Controller\PageController::viewAction()".
Inlined service ".service_locator.r9WbisI" to ".service_locator.r9WbisI.Mautic\PageBundle\Controller\PageController::editAction()".
Inlined service ".service_locator.oLGgqWt" to ".service_locator.oLGgqWt.Mautic\PageBundle\Controller\PageController::builderAction()".
Inlined service ".service_locator.cnojk41" to ".service_locator.cnojk41.Mautic\PageBundle\Controller\PublicController::indexAction()".
Inlined service ".service_locator.3RqU8u8" to ".service_locator.3RqU8u8.Mautic\PageBundle\Controller\PublicController::previewAction()".
Inlined service ".service_locator.1QZPa7e" to ".service_locator.1QZPa7e.Mautic\PageBundle\Controller\PublicController::trackingAction()".
Inlined service ".service_locator.MC0Pj7I" to ".service_locator.MC0Pj7I.Mautic\PageBundle\Controller\PublicController::redirectAction()".
Inlined service ".service_locator.clLoN1Y" to ".service_locator.clLoN1Y.Mautic\PageBundle\Controller\PublicController::getContactIdAction()".
Inlined service ".service_locator.Cg1hYZJ" to ".service_locator.Cg1hYZJ.Mautic\PluginBundle\Controller\PluginController::configAction()".
Inlined service ".service_locator.IexgulZ" to ".service_locator.IexgulZ.Mautic\PluginBundle\Controller\PluginController::reloadAction()".
Inlined service ".service_locator.rYPHY_O" to ".service_locator.rYPHY_O.Mautic\ProjectBundle\Controller\AjaxController::getLookupChoiceListAction()".
Inlined service ".service_locator.syzYX.y" to ".service_locator.syzYX.y.Mautic\ProjectBundle\Controller\AjaxController::addProjectsAction()".
Inlined service ".service_locator.W5zqxv_" to ".service_locator.W5zqxv_.Mautic\ProjectBundle\Controller\ProjectController::addEntityAction()".
Inlined service ".service_locator.tHaMPSA" to ".service_locator.tHaMPSA.Mautic\ReportBundle\Controller\ReportController::cloneAction()".
Inlined service ".service_locator.S2Vby4b" to ".service_locator.S2Vby4b.Mautic\ReportBundle\Controller\ReportController::newAction()".
Inlined service ".service_locator.M_z7Yrz" to ".service_locator.M_z7Yrz.Mautic\ReportBundle\Controller\ReportController::downloadAction()".
Inlined service ".service_locator.sBWtDFu" to ".service_locator.sBWtDFu.Mautic\ReportBundle\Controller\ScheduleController::indexAction()".
Inlined service ".service_locator.MWp4f40" to ".service_locator.MWp4f40.Mautic\SmsBundle\Controller\AjaxController::getSmsCountStatsAction()".
Inlined service ".service_locator.XTmLZxS" to ".service_locator.XTmLZxS.Mautic\SmsBundle\Controller\AjaxController::getBuilderTokensAction()".
Inlined service ".service_locator.gLRARm1" to ".service_locator.gLRARm1.Mautic\SmsBundle\Controller\Api\SmsApiController::sendAction()".
Inlined service ".service_locator.CPaJk9q" to ".service_locator.CPaJk9q.Mautic\SmsBundle\Controller\SmsController::indexAction()".
Inlined service ".service_locator.UVsSfqV" to ".service_locator.UVsSfqV.Mautic\StageBundle\Controller\AjaxController::getActionFormAction()".
Inlined service ".service_locator.yOeEQXV" to ".service_locator.yOeEQXV.Mautic\UserBundle\Controller\ProfileController::indexAction()".
Inlined service ".service_locator.12Zhose" to ".service_locator.12Zhose.Mautic\UserBundle\Controller\PublicController::passwordResetConfirmAction()".
Inlined service ".service_locator.Iqu2izA" to ".service_locator.Iqu2izA.Mautic\UserBundle\Controller\RoleController::batchDeleteAction()".
Inlined service ".service_locator.pmOpEVI" to ".service_locator.pmOpEVI.Mautic\UserBundle\Controller\SecurityController::onRequest()".
Inlined service ".service_locator.WuYQd37" to ".service_locator.WuYQd37.Mautic\UserBundle\Controller\SecurityController::loginAction()".
Inlined service ".service_locator.cPpQHHC" to ".service_locator.cPpQHHC.Mautic\UserBundle\Controller\SecurityController::samlLoginRetryAction()".
Inlined service ".service_locator.rmxoDNU" to ".service_locator.rmxoDNU.Mautic\UserBundle\Controller\UserController::contactAction()".
Inlined service ".service_locator.uWd.bGa" to ".service_locator.uWd.bGa.Mautic\WebhookBundle\Controller\AjaxController::sendHookTestAction()".
Inlined service ".service_locator.WOzF3BI" to ".service_locator.WOzF3BI.MauticPlugin\GrapesJsBuilderBundle\Controller\GrapesJsController::builderAction()".
Inlined service ".service_locator.NQpa9qD" to ".service_locator.NQpa9qD.MauticPlugin\MauticAiBundle\Controller\AiController::indexAction()".
Inlined service ".service_locator.ZK4d5Pp" to ".service_locator.ZK4d5Pp.MauticPlugin\MauticClearbitBundle\Controller\PublicController::callbackAction()".
Inlined service ".service_locator.rVODfcO" to ".service_locator.rVODfcO.MauticPlugin\MauticCrmBundle\Controller\PublicController::contactDataAction()".
Inlined service ".service_locator..XqqA_y" to ".service_locator..XqqA_y.MauticPlugin\MauticFocusBundle\Controller\AjaxController::checkIframeAvailabilityAction()".
Inlined service ".service_locator.9bcaufL" to ".service_locator.9bcaufL.MauticPlugin\MauticFocusBundle\Controller\PublicController::viewPixelAction()".
Inlined service ".service_locator.243c6lL" to ".service_locator.243c6lL.MauticPlugin\MauticFullContactBundle\Controller\PublicController::callbackAction()".
Inlined service ".service_locator.BHEGq7y" to ".service_locator.BHEGq7y.MauticPlugin\MauticRobotBundle\Controller\RobotController::testAction()".
Inlined service ".service_locator.BVNPWfh" to ".service_locator.BVNPWfh.MauticPlugin\MauticSocialBundle\Controller\AjaxController::getNetworkFormAction()".
Inlined service ".service_locator.WEw8VLF" to ".service_locator.WEw8VLF.MauticPlugin\MauticSocialBundle\Controller\MonitoringController::indexAction()".
Inlined service ".service_locator.hPyQqCO" to ".service_locator.hPyQqCO.MauticPlugin\MauticSocialBundle\Controller\MonitoringController::newAction()".
Inlined service ".service_locator.VdChKGv" to ".service_locator.VdChKGv.MauticPlugin\MauticSocialBundle\Controller\MonitoringController::updateAuditLog()".
Inlined service ".service_locator.UAIm4vB" to ".service_locator.UAIm4vB.MauticPlugin\MauticTagManagerBundle\Controller\TagController::batchDeleteAction()".
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 "api_platform.argument_resolver.payload" to ".debug.value_resolver.api_platform.argument_resolver.payload".
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.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "Mautic\MessengerBundle\MessageHandler\RemoveReportAttachmentHandler" to ".messenger.handler_descriptor.paXLqF_".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "Mautic\MessengerBundle\MessageHandler\EmailHitNotificationHandler" to ".messenger.handler_descriptor.uyqjVz4".
Inlined service "Mautic\MessengerBundle\MessageHandler\PageHitNotificationHandler" to ".messenger.handler_descriptor._uCNL.Z".
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 "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.dgfWHrt" to ".service_locator.dgfWHrt.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.wgFVmfc" to ".service_locator.wgFVmfc.LightSaml\SpBundle\Controller\DefaultController".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.36xOA8x" to "debug.argument_resolver.inner".
Inlined service "api_platform.state_provider.security_parameter" to "api_platform.state_provider.access_checker.post_deserialize.inner".
Inlined service "api_platform.jsonapi.state_provider" to "api_platform.state_provider.security_parameter.inner".
Inlined service "api_platform.state_provider.access_checker.post_deserialize" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "api_platform.validator" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".1_Serializer~xgQ.b4K" to "api_platform.openapi.normalizer.api_gateway.inner".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.legacy.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.0aVniB7" to "console.command_loader".
Inlined service ".service_locator.dgfWHrt.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 "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.encoder.json" to "serializer".
Inlined service "api_platform.jsonapi.normalizer.item" to "serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "serializer".
Inlined service "api_platform.jsonapi.normalizer.item" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.yaml" 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 "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "api_platform.jsonapi.name_converter.reserved_attribute_name" to "serializer".
Inlined service "api_platform.jsonapi.name_converter.reserved_attribute_name" to "serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "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".
11
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.v2api", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", "debug.security.firewall.authenticator.public", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "api_platform.serializer.mapping.class_metadata_factory", "api_platform.json_schema.backward_compatible_schema_factory", "api_platform.openapi.serializer_context_builder", "Mautic\ApiBundle\State\PutProcessor", "Mautic\CoreBundle\Doctrine\MigrationFactoryDecorator", "Mautic\EmailBundle\Mailer\Transport\TransportFactory", "mautic.security.authenticator.form_login.decorator", "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.v2api", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "debug.security.event_dispatcher.public", ".debug.http_client", "fos_rest.serializer.form_error_handler", "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.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.doubao", "mautic.integration.clearbit", "mautic.integration.amazons3", "mautic.integration.constantcontact", "mautic.integration.icontact", "mautic.integration.mailchimp", "mautic.integration.fullcontact", "mautic.integration.gmail", "mautic.integration.outbound", "mautic.integration.outlook", "mautic.integration.robot", "mautic.integration.facebook", "mautic.integration.foursquare", "mautic.integration.instagram", "mautic.integration.twitter", "mautic.integration.tagmanager", "mautic.integration.zt", 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"?
Tag "file_extension_constraint_validator" was defined on service(s) "mautic.form.validator.constraint.file_extension_constraint_validator", but was never used.
Tag "mautic.ai_doubao_transport" was defined on service(s) "mautic.ai.doubao.transport", but was never used.