Since symfony/framework-bundle 6.4: Not setting the "framework.validation.email_validation_mode" config option is deprecated. It will default to "html5" in 7.0.
Since symfony/framework-bundle 6.4: Not setting the "framework.uid.time_based_uuid_version" config option is deprecated. It will default to "7" in 7.0.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour. (DoctrineExtension.php:908 called by DoctrineExtension.php:526, https://github.com/doctrine/DoctrineBundle/pull/1762, package doctrine/doctrine-bundle)
Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement. (DoctrineExtension.php:917 called by DoctrineExtension.php:526, https://github.com/doctrine/DoctrineBundle/pull/1804, package doctrine/doctrine-bundle)
Not setting "doctrine.orm.enable_lazy_ghost_objects" to true is deprecated. (DoctrineExtension.php:987 called by DoctrineExtension.php:526, https://github.com/doctrine/DoctrineBundle/pull/1568, package doctrine/doctrine-bundle)
Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route" annotation from Symfony itself.
Since symfony/doctrine-bridge 6.3: Registering "sonata.doctrine.mapper" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "AppBundle\Command\GoogleSearchConsoleImportClicksDbCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "AppBundle\Command\GoogleSearchConsoleImportCommand" class instead.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by AppKernelDevDebugContainer.php:1957, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
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 also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by AppKernelDevDebugContainer.php:1957, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:47 called by AppKernelDevDebugContainer.php:1978, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)
Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
"SELECT t0.id AS id_1, t0.setting AS setting_2, t0.value AS value_3, t0.area AS area_4, t0.customer_id AS customer_id_5 FROM custom_setting t0 WHERE t0.setting = ? AND t0.value = ? LIMIT 1"
(parameters:
[1 => "loginAlias"
2 => "sitemap.xml"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.setting AS setting_2, t0.value AS value_3, t0.area AS area_4, t0.customer_id AS customer_id_5 FROM custom_setting t0 WHERE t0.setting = ? AND t0.value = ? LIMIT 1"
"params" => [1 => "loginAlias"
2 => "sitemap.xml"
]
"types" => [1 => 22 => 2]
]
Log messages generated during the compilation of the service container.
Messages
Class
296
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.AppBundle\Admin\Extension\Type\AdminButtonTypeExtension" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\AdminButtonTypeExtension).
Resolving inheritance for "AppBundle\Admin\Extension\Type\AdminButtonTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.AppBundle\Admin\Extension\Type\AdminButtonTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigContentSection" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigContentSection).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CrawlerConfigContentSection" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigContentSection).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigCustomContentSection" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigCustomContentSection).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CrawlerConfigCustomContentSection" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigCustomContentSection).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigFilterBuilderType" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigFilterBuilderType).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CrawlerConfigFilterBuilderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigFilterBuilderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigPageTypeContentSection" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigPageTypeContentSection).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CrawlerConfigPageTypeContentSection" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigPageTypeContentSection).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigPageTypeSection" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigPageTypeSection).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CrawlerConfigPageTypeSection" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigPageTypeSection).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigScheduleType" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigScheduleType).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CrawlerConfigScheduleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigScheduleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigUrlFilterType" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigUrlFilterType).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CrawlerConfigUrlFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigUrlFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigUrlType" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigUrlType).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CrawlerConfigUrlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigUrlType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerPageTypeContentSection" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerPageTypeContentSection).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CrawlerPageTypeContentSection" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerPageTypeContentSection).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataCompanyDescriptionType" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CustomerDomainDataCompanyDescriptionType).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CustomerDomainDataCompanyDescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataCompanyDescriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataDescriptionLongTermGoalsType" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CustomerDomainDataDescriptionLongTermGoalsType).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CustomerDomainDataDescriptionLongTermGoalsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataDescriptionLongTermGoalsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataDocumentType" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CustomerDomainDataDocumentType).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CustomerDomainDataDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataDocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataOfferDescriptionType" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CustomerDomainDataOfferDescriptionType).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CustomerDomainDataOfferDescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataOfferDescriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataTargetAudienceDescriptionType" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\CustomerDomainDataTargetAudienceDescriptionType).
Resolving inheritance for "AppBundle\Admin\Extension\Type\CustomerDomainDataTargetAudienceDescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataTargetAudienceDescriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\DomainUrlArrayType" (parent: .abstract.instanceof.AppBundle\Admin\Extension\Type\DomainUrlArrayType).
Resolving inheritance for "AppBundle\Admin\Extension\Type\DomainUrlArrayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\DomainUrlArrayType).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\AccountActivationCommand" (parent: .abstract.instanceof.AppBundle\Command\AccountActivationCommand).
Resolving inheritance for "AppBundle\Command\AccountActivationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\AccountActivationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Bett1HelpDesk" (parent: .abstract.instanceof.AppBundle\Command\Bett1HelpDesk).
Resolving inheritance for "AppBundle\Command\Bett1HelpDesk" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Bett1HelpDesk).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ConfluenceSyncSpacesCommand" (parent: .abstract.instanceof.AppBundle\Command\ConfluenceSyncSpacesCommand).
Resolving inheritance for "AppBundle\Command\ConfluenceSyncSpacesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ConfluenceSyncSpacesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GoogleSearchConsoleImportClicksDbCommand" (parent: .abstract.instanceof.AppBundle\Command\GoogleSearchConsoleImportClicksDbCommand).
Resolving inheritance for "AppBundle\Command\GoogleSearchConsoleImportClicksDbCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GoogleSearchConsoleImportClicksDbCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GoogleSearchConsoleImportCommand" (parent: .abstract.instanceof.AppBundle\Command\GoogleSearchConsoleImportCommand).
Resolving inheritance for "AppBundle\Command\GoogleSearchConsoleImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GoogleSearchConsoleImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\JiraSyncProjectCommand" (parent: .abstract.instanceof.AppBundle\Command\JiraSyncProjectCommand).
Resolving inheritance for "AppBundle\Command\JiraSyncProjectCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\JiraSyncProjectCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\JiraSyncPvTicketCommand" (parent: .abstract.instanceof.AppBundle\Command\JiraSyncPvTicketCommand).
Resolving inheritance for "AppBundle\Command\JiraSyncPvTicketCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\JiraSyncPvTicketCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\JiraSyncTicketCommand" (parent: .abstract.instanceof.AppBundle\Command\JiraSyncTicketCommand).
Resolving inheritance for "AppBundle\Command\JiraSyncTicketCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\JiraSyncTicketCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Kajomi\KajomiAuthenticationCommand" (parent: .abstract.instanceof.AppBundle\Command\Kajomi\KajomiAuthenticationCommand).
Resolving inheritance for "AppBundle\Command\Kajomi\KajomiAuthenticationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Kajomi\KajomiAuthenticationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Kajomi\KajomiConfigProviderCommand" (parent: .abstract.instanceof.AppBundle\Command\Kajomi\KajomiConfigProviderCommand).
Resolving inheritance for "AppBundle\Command\Kajomi\KajomiConfigProviderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Kajomi\KajomiConfigProviderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Kajomi\KajomiDataProviderCommand" (parent: .abstract.instanceof.AppBundle\Command\Kajomi\KajomiDataProviderCommand).
Resolving inheritance for "AppBundle\Command\Kajomi\KajomiDataProviderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Kajomi\KajomiDataProviderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Kajomi\KajomiSchemaProviderCommand" (parent: .abstract.instanceof.AppBundle\Command\Kajomi\KajomiSchemaProviderCommand).
Resolving inheritance for "AppBundle\Command\Kajomi\KajomiSchemaProviderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Kajomi\KajomiSchemaProviderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\NotificationsCommand" (parent: .abstract.instanceof.AppBundle\Command\NotificationsCommand).
Resolving inheritance for "AppBundle\Command\NotificationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\NotificationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\PageSpeedInsightsTestActivationCommand" (parent: .abstract.instanceof.AppBundle\Command\PageSpeedInsightsTestActivationCommand).
Resolving inheritance for "AppBundle\Command\PageSpeedInsightsTestActivationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\PageSpeedInsightsTestActivationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\PageSpeedInsightsTestCommand" (parent: .abstract.instanceof.AppBundle\Command\PageSpeedInsightsTestCommand).
Resolving inheritance for "AppBundle\Command\PageSpeedInsightsTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\PageSpeedInsightsTestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Podigee\PodigeeAuthenticationCommand" (parent: .abstract.instanceof.AppBundle\Command\Podigee\PodigeeAuthenticationCommand).
Resolving inheritance for "AppBundle\Command\Podigee\PodigeeAuthenticationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Podigee\PodigeeAuthenticationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Podigee\PodigeeConfigProviderCommand" (parent: .abstract.instanceof.AppBundle\Command\Podigee\PodigeeConfigProviderCommand).
Resolving inheritance for "AppBundle\Command\Podigee\PodigeeConfigProviderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Podigee\PodigeeConfigProviderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Podigee\PodigeeDataProviderCommand" (parent: .abstract.instanceof.AppBundle\Command\Podigee\PodigeeDataProviderCommand).
Resolving inheritance for "AppBundle\Command\Podigee\PodigeeDataProviderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Podigee\PodigeeDataProviderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Podigee\PodigeeSchemaProviderCommand" (parent: .abstract.instanceof.AppBundle\Command\Podigee\PodigeeSchemaProviderCommand).
Resolving inheritance for "AppBundle\Command\Podigee\PodigeeSchemaProviderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Podigee\PodigeeSchemaProviderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ProcessInstanceScript" (parent: .abstract.instanceof.AppBundle\Command\ProcessInstanceScript).
Resolving inheritance for "AppBundle\Command\ProcessInstanceScript" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ProcessInstanceScript).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ProcessInstanceTimer" (parent: .abstract.instanceof.AppBundle\Command\ProcessInstanceTimer).
Resolving inheritance for "AppBundle\Command\ProcessInstanceTimer" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ProcessInstanceTimer).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ProcessTriggerUpdate" (parent: .abstract.instanceof.AppBundle\Command\ProcessTriggerUpdate).
Resolving inheritance for "AppBundle\Command\ProcessTriggerUpdate" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ProcessTriggerUpdate).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ReportRunCommand" (parent: .abstract.instanceof.AppBundle\Command\ReportRunCommand).
Resolving inheritance for "AppBundle\Command\ReportRunCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ReportRunCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SendJiraHooksToMongoDB" (parent: .abstract.instanceof.AppBundle\Command\SendJiraHooksToMongoDB).
Resolving inheritance for "AppBundle\Command\SendJiraHooksToMongoDB" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SendJiraHooksToMongoDB).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SetPermissionCommand" (parent: .abstract.instanceof.AppBundle\Command\SetPermissionCommand).
Resolving inheritance for "AppBundle\Command\SetPermissionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SetPermissionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Socoto\FacebookCommand" (parent: .abstract.instanceof.AppBundle\Command\Socoto\FacebookCommand).
Resolving inheritance for "AppBundle\Command\Socoto\FacebookCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Socoto\FacebookCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Socoto\LeadFormGoogleDriveCommand" (parent: .abstract.instanceof.AppBundle\Command\Socoto\LeadFormGoogleDriveCommand).
Resolving inheritance for "AppBundle\Command\Socoto\LeadFormGoogleDriveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Socoto\LeadFormGoogleDriveCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateCampaign" (parent: .abstract.instanceof.AppBundle\Command\UpdateCampaign).
Resolving inheritance for "AppBundle\Command\UpdateCampaign" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateCampaign).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateContact" (parent: .abstract.instanceof.AppBundle\Command\UpdateContact).
Resolving inheritance for "AppBundle\Command\UpdateContact" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateContact).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateContract" (parent: .abstract.instanceof.AppBundle\Command\UpdateContract).
Resolving inheritance for "AppBundle\Command\UpdateContract" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateContract).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateConversionAction" (parent: .abstract.instanceof.AppBundle\Command\UpdateConversionAction).
Resolving inheritance for "AppBundle\Command\UpdateConversionAction" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateConversionAction).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateCustomer" (parent: .abstract.instanceof.AppBundle\Command\UpdateCustomer).
Resolving inheritance for "AppBundle\Command\UpdateCustomer" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateCustomer).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateDepartment" (parent: .abstract.instanceof.AppBundle\Command\UpdateDepartment).
Resolving inheritance for "AppBundle\Command\UpdateDepartment" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateDepartment).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateDomain" (parent: .abstract.instanceof.AppBundle\Command\UpdateDomain).
Resolving inheritance for "AppBundle\Command\UpdateDomain" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateDomain).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateGoogleMerchantCenter" (parent: .abstract.instanceof.AppBundle\Command\UpdateGoogleMerchantCenter).
Resolving inheritance for "AppBundle\Command\UpdateGoogleMerchantCenter" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateGoogleMerchantCenter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateGoogleMerchantCenterProductSettings" (parent: .abstract.instanceof.AppBundle\Command\UpdateGoogleMerchantCenterProductSettings).
Resolving inheritance for "AppBundle\Command\UpdateGoogleMerchantCenterProductSettings" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateGoogleMerchantCenterProductSettings).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateJiraData" (parent: .abstract.instanceof.AppBundle\Command\UpdateJiraData).
Resolving inheritance for "AppBundle\Command\UpdateJiraData" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateJiraData).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateOffer" (parent: .abstract.instanceof.AppBundle\Command\UpdateOffer).
Resolving inheritance for "AppBundle\Command\UpdateOffer" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateOffer).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateRole" (parent: .abstract.instanceof.AppBundle\Command\UpdateRole).
Resolving inheritance for "AppBundle\Command\UpdateRole" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateRole).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateTicket" (parent: .abstract.instanceof.AppBundle\Command\UpdateTicket).
Resolving inheritance for "AppBundle\Command\UpdateTicket" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateTicket).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateTimeTracking" (parent: .abstract.instanceof.AppBundle\Command\UpdateTimeTracking).
Resolving inheritance for "AppBundle\Command\UpdateTimeTracking" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateTimeTracking).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateUser" (parent: .abstract.instanceof.AppBundle\Command\UpdateUser).
Resolving inheritance for "AppBundle\Command\UpdateUser" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateUser).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdatesCheckCommand" (parent: .abstract.instanceof.AppBundle\Command\UpdatesCheckCommand).
Resolving inheritance for "AppBundle\Command\UpdatesCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdatesCheckCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\WebsiteAnalyseCommand" (parent: .abstract.instanceof.AppBundle\Command\WebsiteAnalyseCommand).
Resolving inheritance for "AppBundle\Command\WebsiteAnalyseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\WebsiteAnalyseCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AI\PromptAdminController" (parent: .abstract.instanceof.AppBundle\Controller\AI\PromptAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AI\PromptAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AI\PromptAdminController).
Resolving inheritance for "AppBundle\Controller\AI\PromptAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AI\PromptAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AccountController" (parent: .abstract.instanceof.AppBundle\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AccountController).
Resolving inheritance for "AppBundle\Controller\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ApiEndpointAdminController" (parent: .abstract.instanceof.AppBundle\Controller\ApiEndpointAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ApiEndpointAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ApiEndpointAdminController).
Resolving inheritance for "AppBundle\Controller\ApiEndpointAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ApiEndpointAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ApiEndpointController" (parent: .abstract.instanceof.AppBundle\Controller\ApiEndpointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ApiEndpointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ApiEndpointController).
Resolving inheritance for "AppBundle\Controller\ApiEndpointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ApiEndpointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\CRUDController" (parent: .abstract.instanceof.AppBundle\Controller\CRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\CRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\CRUDController).
Resolving inheritance for "AppBundle\Controller\CRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\CRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\CrawlerConfigController" (parent: .abstract.instanceof.AppBundle\Controller\CrawlerConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\CrawlerConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\CrawlerConfigController).
Resolving inheritance for "AppBundle\Controller\CrawlerConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\CrawlerConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\CustomerDomainDataController" (parent: .abstract.instanceof.AppBundle\Controller\CustomerDomainDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\CustomerDomainDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\CustomerDomainDataController).
Resolving inheritance for "AppBundle\Controller\CustomerDomainDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\CustomerDomainDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\DefaultController" (parent: .abstract.instanceof.AppBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\DefaultController).
Resolving inheritance for "AppBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\GoogleCloudController" (parent: .abstract.instanceof.AppBundle\Controller\GoogleCloudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\GoogleCloudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\GoogleCloudController).
Resolving inheritance for "AppBundle\Controller\GoogleCloudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\GoogleCloudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\JiraController" (parent: .abstract.instanceof.AppBundle\Controller\JiraController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\JiraController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\JiraController).
Resolving inheritance for "AppBundle\Controller\JiraController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\JiraController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\PermissionController" (parent: .abstract.instanceof.AppBundle\Controller\PermissionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\PermissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\PermissionController).
Resolving inheritance for "AppBundle\Controller\PermissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\PermissionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ScriptAdminController" (parent: .abstract.instanceof.AppBundle\Controller\ScriptAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ScriptAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ScriptAdminController).
Resolving inheritance for "AppBundle\Controller\ScriptAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ScriptAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ScriptParameterController" (parent: .abstract.instanceof.AppBundle\Controller\ScriptParameterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ScriptParameterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ScriptParameterController).
Resolving inheritance for "AppBundle\Controller\ScriptParameterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ScriptParameterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SessionController" (parent: .abstract.instanceof.AppBundle\Controller\SessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SessionController).
Resolving inheritance for "AppBundle\Controller\SessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SessionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Socoto\FacebookController" (parent: .abstract.instanceof.AppBundle\Controller\Socoto\FacebookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Socoto\FacebookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Socoto\FacebookController).
Resolving inheritance for "AppBundle\Controller\Socoto\FacebookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Socoto\FacebookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\WebsiteAnalyse\ApiEndpointController" (parent: .abstract.instanceof.AppBundle\Controller\WebsiteAnalyse\ApiEndpointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\WebsiteAnalyse\ApiEndpointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\WebsiteAnalyse\ApiEndpointController).
Resolving inheritance for "AppBundle\Controller\WebsiteAnalyse\ApiEndpointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\WebsiteAnalyse\ApiEndpointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\WebsiteAnalyse\TriggerController" (parent: .abstract.instanceof.AppBundle\Controller\WebsiteAnalyse\TriggerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\WebsiteAnalyse\TriggerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\WebsiteAnalyse\TriggerController).
Resolving inheritance for "AppBundle\Controller\WebsiteAnalyse\TriggerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\WebsiteAnalyse\TriggerController).
Resolving inheritance for ".instanceof.Doctrine\ORM\Id\AbstractIdGenerator.0.AppBundle\Doctrine\UuidGenerator" (parent: .abstract.instanceof.AppBundle\Doctrine\UuidGenerator).
Resolving inheritance for "AppBundle\Doctrine\UuidGenerator" (parent: .instanceof.Doctrine\ORM\Id\AbstractIdGenerator.0.AppBundle\Doctrine\UuidGenerator).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\Extension\BackendCustomerLogo" (parent: .abstract.instanceof.AppBundle\Twig\Extension\BackendCustomerLogo).
Resolving inheritance for "AppBundle\Twig\Extension\BackendCustomerLogo" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\Extension\BackendCustomerLogo).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\Extension\JsonDecode" (parent: .abstract.instanceof.AppBundle\Twig\Extension\JsonDecode).
Resolving inheritance for "AppBundle\Twig\Extension\JsonDecode" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\Extension\JsonDecode).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomBundle\Controller\TemplateController" (parent: .abstract.instanceof.CustomBundle\Controller\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomBundle\Controller\TemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomBundle\Controller\TemplateController).
Resolving inheritance for "CustomBundle\Controller\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomBundle\Controller\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateBundleCommand" (parent: .abstract.instanceof.GeneratorBundle\Command\GenerateBundleCommand).
Resolving inheritance for "GeneratorBundle\Command\GenerateBundleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateBundleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateCommandCommand" (parent: .abstract.instanceof.GeneratorBundle\Command\GenerateCommandCommand).
Resolving inheritance for "GeneratorBundle\Command\GenerateCommandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateCommandCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateControllerCommand" (parent: .abstract.instanceof.GeneratorBundle\Command\GenerateControllerCommand).
Resolving inheritance for "GeneratorBundle\Command\GenerateControllerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateControllerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateDoctrineCrudCommand" (parent: .abstract.instanceof.GeneratorBundle\Command\GenerateDoctrineCrudCommand).
Resolving inheritance for "GeneratorBundle\Command\GenerateDoctrineCrudCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateDoctrineCrudCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateDoctrineEntityCommand" (parent: .abstract.instanceof.GeneratorBundle\Command\GenerateDoctrineEntityCommand).
Resolving inheritance for "GeneratorBundle\Command\GenerateDoctrineEntityCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateDoctrineEntityCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateDoctrineFormCommand" (parent: .abstract.instanceof.GeneratorBundle\Command\GenerateDoctrineFormCommand).
Resolving inheritance for "GeneratorBundle\Command\GenerateDoctrineFormCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateDoctrineFormCommand).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\CustomerDomainDataDescriptionRepository" (parent: .abstract.instanceof.AppBundle\Repository\CustomerDomainDataDescriptionRepository).
Resolving inheritance for "AppBundle\Repository\CustomerDomainDataDescriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\CustomerDomainDataDescriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\CustomerDomainDataRepository" (parent: .abstract.instanceof.AppBundle\Repository\CustomerDomainDataRepository).
Resolving inheritance for "AppBundle\Repository\CustomerDomainDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\CustomerDomainDataRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.appbundle.admin.extension.type.adminbutton" (parent: .abstract.instanceof.appbundle.admin.extension.type.adminbutton).
Resolving inheritance for "appbundle.admin.extension.type.adminbutton" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.appbundle.admin.extension.type.adminbutton).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomBundle\Controller\CustomLoginController" (parent: .abstract.instanceof.CustomBundle\Controller\CustomLoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomBundle\Controller\CustomLoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomBundle\Controller\CustomLoginController).
Resolving inheritance for "CustomBundle\Controller\CustomLoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomBundle\Controller\CustomLoginController).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.users" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.admin" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.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: app.authentication_success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.api_data_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.api_data_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.api_data_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.pv_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.pv_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.pv_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 "doctrine.orm.api_data_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.api_data_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.api_data_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.pv_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.pv_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.pv_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.stfalcon_tinymce" (parent: .abstract.instanceof.twig.extension.stfalcon_tinymce).
Resolving inheritance for "twig.extension.stfalcon_tinymce" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.stfalcon_tinymce).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.api" (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.api_data_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.pv_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.api_data" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.api_data" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.pv" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.pv" (parent: doctrine.dbal.debug_middleware).
1
Skipping service "CustomBundle\Controller\Api\OrderController": Class or interface "CustomBundle\Controller\Api\OrderController" cannot be loaded.
246
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\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "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\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.sonata_user_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.admin"; reason: private alias.
Removed service "security.user_checker.admin"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; 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 $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $api_data.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $apiDataConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $pv.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $pvConnection"; 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 $default.entity_manager"; 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.orm.api_data_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.api_data_result_cache"; reason: private alias.
Removed service "doctrine.orm.api_data_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $api_data.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $apiDataEntityManager"; reason: private alias.
Removed service "doctrine.orm.api_data_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.pv_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.pv_result_cache"; reason: private alias.
Removed service "doctrine.orm.pv_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $pv.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $pvEntityManager"; reason: private alias.
Removed service "doctrine.orm.pv_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "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 "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Search\SearchHandlerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Request\AdminFetcherInterface"; reason: private alias.
Removed service "sonata.admin.twig.extension"; reason: private alias.
Removed service "sonata.templates.twig.extension"; reason: private alias.
Removed service "sonata.admin.group.extension"; reason: private alias.
Removed service "sonata.security.twig.extension"; reason: private alias.
Removed service "sonata.canonicalize.twig.extension"; reason: private alias.
Removed service "sonata.xeditable.twig.extension"; reason: private alias.
Removed service "sonata.render_element.twig.extension"; reason: private alias.
Removed service "sonata.admin.security.handler"; reason: private alias.
Removed service "Sonata\AdminBundle\Util\AdminObjectAclManipulator"; reason: private alias.
Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
Removed service "sonata.block.context_manager"; reason: private alias.
Removed service "sonata.block.renderer"; reason: private alias.
Removed service "sonata.user.mailer"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $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 $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $apiLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service ".service_locator.RIGJPw_"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.kQEMDht"; reason: private alias.
Removed service ".service_locator.zCwGU.9"; reason: private alias.
Removed service ".service_locator.9zBcwIA"; reason: private alias.
Removed service ".service_locator.i2UnAhx"; reason: private alias.
Removed service ".service_locator.CQO3t1u"; reason: private alias.
Removed service ".service_locator.t._yOvh"; reason: private alias.
Removed service ".service_locator.bQ3FABR"; reason: private alias.
Removed service ".service_locator.RVyyEHC"; reason: private alias.
Removed service ".service_locator.GlCsxlw"; reason: private alias.
Removed service ".service_locator.fLLFP2j"; reason: private alias.
Removed service ".service_locator.Y84VVpp"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.MrPwCJ0"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service ".service_locator.QfblMhl"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.api_data_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.pv_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.admin"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.FM3rXj9"; reason: private alias.
Removed service ".service_locator.G6i0Bw5"; reason: private alias.
Removed service ".service_locator.ZDxLT.b"; reason: private alias.
Removed service ".service_locator.St7_Vwo"; reason: private alias.
Removed service ".service_locator.yH6B2Ox"; reason: private alias.
Removed service ".service_locator..XACm4q"; reason: private alias.
Removed service ".service_locator.Cj5mqT."; reason: private alias.
Removed service ".service_locator.5CFkVUZ"; reason: private alias.
Removed service ".service_locator.FDQEJln"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
151
Changed reference of service "AppBundle\Controller\AI\PromptAdminController" previously pointing to "router.default" to "router".
Changed reference of service "AppBundle\Controller\FirstLoginController" previously pointing to "router.default" to "router".
Changed reference of service "appbundle.admin.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.usergroup" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.permission" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.coreconfig" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.update" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.proxy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.cacheurl" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.script.parameter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.report" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.log" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.account" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.sea.account" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.seo.account" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.seo.googlesearchconsoleaccount" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.googlesearchconsoleaccount" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.data.account" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.account.type" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.document.type" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.content.section" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.page.type" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.domain.type" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.department" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.customer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.domain" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.contact" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.contract" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.jiraProject" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.jiraTicket" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.confluenceSpace" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.googlemerchantcenter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.sea.googlemerchantcenter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.googlemerchantcenterproductsettings" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.dashboard" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.sea.dashboard" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.metrictrigger" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.gaametrictrigger" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.script" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.script.module" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.script_approval" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.sea.script_approval" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.report_log" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.role" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.role_domain_user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.ticket" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.timetracking" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.offer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.offerActivity" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.ai.chat" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.ai.chatPermission" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.ai.model" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.ai.prompt" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.ai.promptParameter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.ai.tag" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.companyData" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.cmsSystem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.crawlerConfig" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "googleadwordsapi.admin.data" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.cron" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.objective" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.accountObjective" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.accountCampaignObjective" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.accountConversionAction" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.apiEndpoint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.keywordgenerator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.process" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.websiteAnalyse" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "appbundle.admin.processInstance" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "custombundle.admin.custom.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "custombundle.admin.custom.package" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "custombundle.admin.custom.landingPage" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "custombundle.admin.custom.landingPageUrl" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "custombundle.admin.custom.location" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "custombundle.admin.custom.template" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "custombundle.admin.custom.order" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "custombundle.admin.custom.channel" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "custombundle.admin.custom.setting" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "custombundle.admin.custom.callbackForm" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" 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 "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 "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.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.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.user.admin_roles_builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.security_roles_builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.admin.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.action.login" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.mailer.default" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.request" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.reset" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.reset" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.2e6LmLI" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.2e6LmLI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ugnaPJD" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.FeLY1aP" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
338
Removed service "AppBundle\Entity"; reason: abstract.
Removed service "AppBundle\Repository"; reason: abstract.
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 "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "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 "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 ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.AppBundle\Admin\Extension\Type\AdminButtonTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\AdminButtonTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigContentSection"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigContentSection"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigCustomContentSection"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigCustomContentSection"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigFilterBuilderType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigFilterBuilderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigPageTypeContentSection"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigPageTypeContentSection"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigPageTypeSection"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigPageTypeSection"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigScheduleType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigScheduleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigUrlFilterType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigUrlFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerConfigUrlType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerConfigUrlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CrawlerPageTypeContentSection"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CrawlerPageTypeContentSection"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataCompanyDescriptionType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CustomerDomainDataCompanyDescriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataDescriptionLongTermGoalsType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CustomerDomainDataDescriptionLongTermGoalsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CustomerDomainDataDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataOfferDescriptionType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CustomerDomainDataOfferDescriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\CustomerDomainDataTargetAudienceDescriptionType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\CustomerDomainDataTargetAudienceDescriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Admin\Extension\Type\DomainUrlArrayType"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Admin\Extension\Type\DomainUrlArrayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\AccountActivationCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\AccountActivationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Bett1HelpDesk"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\Bett1HelpDesk"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ConfluenceSyncSpacesCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\ConfluenceSyncSpacesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GoogleSearchConsoleImportClicksDbCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\GoogleSearchConsoleImportClicksDbCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GoogleSearchConsoleImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\GoogleSearchConsoleImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\JiraSyncProjectCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\JiraSyncProjectCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\JiraSyncPvTicketCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\JiraSyncPvTicketCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\JiraSyncTicketCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\JiraSyncTicketCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Kajomi\KajomiAuthenticationCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\Kajomi\KajomiAuthenticationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Kajomi\KajomiConfigProviderCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\Kajomi\KajomiConfigProviderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Kajomi\KajomiDataProviderCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\Kajomi\KajomiDataProviderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Kajomi\KajomiSchemaProviderCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\Kajomi\KajomiSchemaProviderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\NotificationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\NotificationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\PageSpeedInsightsTestActivationCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\PageSpeedInsightsTestActivationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\PageSpeedInsightsTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\PageSpeedInsightsTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Podigee\PodigeeAuthenticationCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\Podigee\PodigeeAuthenticationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Podigee\PodigeeConfigProviderCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\Podigee\PodigeeConfigProviderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Podigee\PodigeeDataProviderCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\Podigee\PodigeeDataProviderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Podigee\PodigeeSchemaProviderCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\Podigee\PodigeeSchemaProviderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ProcessInstanceScript"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\ProcessInstanceScript"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ProcessInstanceTimer"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\ProcessInstanceTimer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ProcessTriggerUpdate"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\ProcessTriggerUpdate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ReportRunCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\ReportRunCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SendJiraHooksToMongoDB"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\SendJiraHooksToMongoDB"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SetPermissionCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\SetPermissionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Socoto\FacebookCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\Socoto\FacebookCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\Socoto\LeadFormGoogleDriveCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\Socoto\LeadFormGoogleDriveCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateCampaign"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateCampaign"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateContact"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateContact"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateContract"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateContract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateConversionAction"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateConversionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateCustomer"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateCustomer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateDepartment"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateDepartment"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateDomain"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateDomain"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateGoogleMerchantCenter"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateGoogleMerchantCenter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateGoogleMerchantCenterProductSettings"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateGoogleMerchantCenterProductSettings"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateJiraData"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateJiraData"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateOffer"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateOffer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateRole"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateRole"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateTicket"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateTicket"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateTimeTracking"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateTimeTracking"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdateUser"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdateUser"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\UpdatesCheckCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\UpdatesCheckCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\WebsiteAnalyseCommand"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Command\WebsiteAnalyseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AI\PromptAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AI\PromptAdminController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\AI\PromptAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ApiEndpointAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ApiEndpointAdminController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\ApiEndpointAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ApiEndpointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ApiEndpointController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\ApiEndpointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\CRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\CRUDController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\CRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\CrawlerConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\CrawlerConfigController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\CrawlerConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\CustomerDomainDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\CustomerDomainDataController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\CustomerDomainDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\GoogleCloudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\GoogleCloudController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\GoogleCloudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\JiraController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\JiraController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\JiraController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\PermissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\PermissionController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\PermissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ScriptAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ScriptAdminController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\ScriptAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ScriptParameterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ScriptParameterController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\ScriptParameterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SessionController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Socoto\FacebookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Socoto\FacebookController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\Socoto\FacebookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\WebsiteAnalyse\ApiEndpointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\WebsiteAnalyse\ApiEndpointController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\WebsiteAnalyse\ApiEndpointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\WebsiteAnalyse\TriggerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\WebsiteAnalyse\TriggerController"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Controller\WebsiteAnalyse\TriggerController"; reason: abstract.
Removed service ".instanceof.Doctrine\ORM\Id\AbstractIdGenerator.0.AppBundle\Doctrine\UuidGenerator"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Doctrine\UuidGenerator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\Extension\BackendCustomerLogo"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Twig\Extension\BackendCustomerLogo"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\Extension\JsonDecode"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Twig\Extension\JsonDecode"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomBundle\Controller\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomBundle\Controller\TemplateController"; reason: abstract.
Removed service ".abstract.instanceof.CustomBundle\Controller\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateBundleCommand"; reason: abstract.
Removed service ".abstract.instanceof.GeneratorBundle\Command\GenerateBundleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateCommandCommand"; reason: abstract.
Removed service ".abstract.instanceof.GeneratorBundle\Command\GenerateCommandCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateControllerCommand"; reason: abstract.
Removed service ".abstract.instanceof.GeneratorBundle\Command\GenerateControllerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateDoctrineCrudCommand"; reason: abstract.
Removed service ".abstract.instanceof.GeneratorBundle\Command\GenerateDoctrineCrudCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateDoctrineEntityCommand"; reason: abstract.
Removed service ".abstract.instanceof.GeneratorBundle\Command\GenerateDoctrineEntityCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.GeneratorBundle\Command\GenerateDoctrineFormCommand"; reason: abstract.
Removed service ".abstract.instanceof.GeneratorBundle\Command\GenerateDoctrineFormCommand"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\CustomerDomainDataDescriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Repository\CustomerDomainDataDescriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.AppBundle\Repository\CustomerDomainDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.AppBundle\Repository\CustomerDomainDataRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.appbundle.admin.extension.type.adminbutton"; reason: abstract.
Removed service ".abstract.instanceof.appbundle.admin.extension.type.adminbutton"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomBundle\Controller\CustomLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomBundle\Controller\CustomLoginController"; reason: abstract.
Removed service ".abstract.instanceof.CustomBundle\Controller\CustomLoginController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.twig.extension.stfalcon_tinymce"; reason: abstract.
Removed service ".abstract.instanceof.twig.extension.stfalcon_tinymce"; reason: abstract.
309
Removed service "AppBundle\Admin\AI\ChatAdmin"; reason: unused.
Removed service "AppBundle\Admin\AI\ChatPermissionAdmin"; reason: unused.
Removed service "AppBundle\Admin\AI\ModelAdmin"; reason: unused.
Removed service "AppBundle\Admin\AI\PromptAdmin"; reason: unused.
Removed service "AppBundle\Admin\AI\PromptParameterAdmin"; reason: unused.
Removed service "AppBundle\Admin\AI\TagAdmin"; reason: unused.
Removed service "AppBundle\Admin\AccountAdmin"; reason: unused.
Removed service "AppBundle\Admin\AccountCampaignObjectiveAdmin"; reason: unused.
Removed service "AppBundle\Admin\AccountConversionActionAdmin"; reason: unused.
Removed service "AppBundle\Admin\AccountObjectiveAdmin"; reason: unused.
Removed service "AppBundle\Admin\AccountTypeAdmin"; reason: unused.
Removed service "AppBundle\Admin\ApiEndpointAdmin"; reason: unused.
Removed service "AppBundle\Admin\CacheUrlAdmin"; reason: unused.
Removed service "AppBundle\Admin\CmsSystemAdmin"; reason: unused.
Removed service "AppBundle\Admin\ComposerVersionAdmin"; reason: unused.
Removed service "AppBundle\Admin\ConfluenceSpaceAdmin"; reason: unused.
Removed service "AppBundle\Admin\ContactAdmin"; reason: unused.
Removed service "AppBundle\Admin\ContentSectionAdmin"; reason: unused.
Removed service "AppBundle\Admin\ContractAdmin"; reason: unused.
Removed service "AppBundle\Admin\CoreConfigAdmin"; reason: unused.
Removed service "AppBundle\Admin\CrawlerConfigAdmin"; reason: unused.
Removed service "AppBundle\Admin\CronAdmin"; reason: unused.
Removed service "AppBundle\Admin\CustomerAdmin"; reason: unused.
Removed service "AppBundle\Admin\CustomerDomainDataAdmin"; reason: unused.
Removed service "AppBundle\Admin\DepartmentAdmin"; reason: unused.
Removed service "AppBundle\Admin\DocumentTypeAdmin"; reason: unused.
Removed service "AppBundle\Admin\DomainAdmin"; reason: unused.
Removed service "AppBundle\Admin\DomainTypeAdmin"; reason: unused.
Removed service "AppBundle\Admin\Extension\MetricDashboardExtension"; reason: unused.
Removed service "AppBundle\Admin\GaaMetricTriggerAdmin"; reason: unused.
Removed service "AppBundle\Admin\GoogleMerchantCenterAdmin"; reason: unused.
Removed service "AppBundle\Admin\GoogleMerchantCenterProductSettingsAdmin"; reason: unused.
Removed service "AppBundle\Admin\GoogleSearchConsoleAccountAdmin"; reason: unused.
Removed service "AppBundle\Admin\JiraIssueAdmin"; reason: unused.
Removed service "AppBundle\Admin\JiraProjectAdmin"; reason: unused.
Removed service "AppBundle\Admin\KeywordGeneratorAdmin"; reason: unused.
Removed service "AppBundle\Admin\LogAdmin"; reason: unused.
Removed service "AppBundle\Admin\MetricDashboardAdmin"; reason: unused.
Removed service "AppBundle\Admin\MetricTriggerAdmin"; reason: unused.
Removed service "AppBundle\Admin\ObjectiveAdmin"; reason: unused.
Removed service "AppBundle\Admin\OfferActivityAdmin"; reason: unused.
Removed service "AppBundle\Admin\OfferAdmin"; reason: unused.
Removed service "AppBundle\Admin\PageTypeAdmin"; reason: unused.
Removed service "AppBundle\Admin\PermissionAdmin"; reason: unused.
Removed service "AppBundle\Admin\ProcessAdmin"; reason: unused.
Removed service "AppBundle\Admin\ProcessInstanceAdmin"; reason: unused.
Removed service "AppBundle\Admin\ProxyAdmin"; reason: unused.
Removed service "AppBundle\Admin\ReportAdmin"; reason: unused.
Removed service "AppBundle\Admin\ReportLogAdmin"; reason: unused.
Removed service "AppBundle\Admin\RoleAdmin"; reason: unused.
Removed service "AppBundle\Admin\RoleDomainUserAdmin"; reason: unused.
Removed service "AppBundle\Admin\ScriptAdmin"; reason: unused.
Removed service "AppBundle\Admin\ScriptApprovalAdmin"; reason: unused.
Removed service "AppBundle\Admin\ScriptModuleAdmin"; reason: unused.
Removed service "AppBundle\Admin\ScriptParameterAdmin"; reason: unused.
Removed service "AppBundle\Admin\TicketAdmin"; reason: unused.
Removed service "AppBundle\Admin\TimeTrackingAdmin"; reason: unused.
Removed service "AppBundle\Admin\Transformer\CronjobScheduleTransformer"; reason: unused.
Removed service "AppBundle\Admin\Transformer\DomainUrlArrayTransformer"; reason: unused.
Removed service "AppBundle\Admin\UserAdmin"; reason: unused.
Removed service "AppBundle\Admin\UserGroupAdmin"; reason: unused.
Removed service "AppBundle\Admin\WebsiteAnalyseAdmin"; reason: unused.
Removed service "AppBundle\AppBundle"; reason: unused.
Removed service "AppBundle\Block\MetricTrigger\GaaTrigger"; reason: unused.
Removed service "AppBundle\Component\MetricTrigger\ConditionProcessorFactory"; reason: unused.
Removed service "AppBundle\Component\MetricTrigger\Csa\ConditionProcessor"; reason: unused.
Removed service "AppBundle\Component\MetricTrigger\Gaa\ConditionProcessor"; reason: unused.
Removed service "AppBundle\DTO\RangeDto"; reason: unused.
Removed service "AppBundle\ErrorHandler\Exception\ClassNotAvailableException"; reason: unused.
Removed service "AppBundle\ErrorHandler\Exception\ComparisonAttributeNotAvailableException"; reason: unused.
Removed service "AppBundle\ErrorHandler\Exception\ComparisonOperatorNotFoundException"; reason: unused.
Removed service "AppBundle\ErrorHandler\Exception\ComparisonValueNotAvailableException"; reason: unused.
Removed service "AppBundle\ErrorHandler\Exception\EntityNotAvailableException"; reason: unused.
Removed service "AppBundle\ErrorHandler\Exception\EntityNotValidException"; reason: unused.
Removed service "AppBundle\ErrorHandler\Exception\ModuleNotAvailableException"; reason: unused.
Removed service "AppBundle\ErrorHandler\Exception\ModuleValidationException"; reason: unused.
Removed service "AppBundle\EventListener\CmsSystemListener"; reason: unused.
Removed service "AppBundle\EventListener\LogListener"; reason: unused.
Removed service "AppBundle\EventListener\MappingListener"; reason: unused.
Removed service "AppBundle\EventListener\MenuBuilderListener"; reason: unused.
Removed service "AppBundle\Exception\ConfluenceHttpResponseException"; reason: unused.
Removed service "AppBundle\Exception\HttpResponseException"; reason: unused.
Removed service "AppBundle\Exception\ItemNotFoundException"; reason: unused.
Removed service "AppBundle\Fields\AI\ModelService"; reason: unused.
Removed service "AppBundle\Fields\AI\Permission"; reason: unused.
Removed service "AppBundle\Fields\CountryType"; reason: unused.
Removed service "AppBundle\Fields\Cron"; reason: unused.
Removed service "AppBundle\Fields\CurrencyType"; reason: unused.
Removed service "AppBundle\Fields\CustomPackageType"; reason: unused.
Removed service "AppBundle\Fields\CustomToolType"; reason: unused.
Removed service "AppBundle\Fields\LanguageType"; reason: unused.
Removed service "AppBundle\Fields\Metric\DataTransformer\MetricStatusIndicatorDataTransformer"; reason: unused.
Removed service "AppBundle\Fields\Metric\MetricImpressionsDataType"; reason: unused.
Removed service "AppBundle\Fields\MetricTrigger\MetricComparisonOperatorDataType"; reason: unused.
Removed service "AppBundle\Fields\MetricTrigger\MetricQueryDataType"; reason: unused.
Removed service "AppBundle\Fields\ObjectiveCondition"; reason: unused.
Removed service "AppBundle\Fields\ObjectiveDataType"; reason: unused.
Removed service "AppBundle\Fields\ParameterDataType"; reason: unused.
Removed service "AppBundle\Fields\ScriptLanguage"; reason: unused.
Removed service "AppBundle\Fields\StatusType"; reason: unused.
Removed service "AppBundle\Fields\UserType"; reason: unused.
Removed service "AppBundle\Helper\General"; reason: unused.
Removed service "AppBundle\Helper\Logging\Definition"; reason: unused.
Removed service "AppBundle\Helper\Logging\Transformer"; reason: unused.
Removed service "AppBundle\Helper\Metric"; reason: unused.
Removed service "AppBundle\Helper\MetricTrigger"; reason: unused.
Removed service "AppBundle\Helper\Script"; reason: unused.
Removed service "AppBundle\Helper\TemplateProcessor"; reason: unused.
Removed service "AppBundle\Migrations\Version20220316133430"; reason: unused.
Removed service "AppBundle\Migrations\Version20220316152907"; reason: unused.
Removed service "AppBundle\Migrations\Version20220318114732"; reason: unused.
Removed service "AppBundle\Migrations\Version20220318124231"; reason: unused.
Removed service "AppBundle\Migrations\Version20220321102422"; reason: unused.
Removed service "AppBundle\Migrations\Version20220323143643"; reason: unused.
Removed service "AppBundle\Migrations\Version20220323150425"; reason: unused.
Removed service "AppBundle\Migrations\Version20220324092206"; reason: unused.
Removed service "AppBundle\Migrations\Version20220331091149"; reason: unused.
Removed service "AppBundle\Migrations\Version20220404160331"; reason: unused.
Removed service "AppBundle\Migrations\Version20220405085211"; reason: unused.
Removed service "AppBundle\Migrations\Version20220407062139"; reason: unused.
Removed service "AppBundle\Migrations\Version20220407131646"; reason: unused.
Removed service "AppBundle\Migrations\Version20220408085712"; reason: unused.
Removed service "AppBundle\Migrations\Version20220422081904"; reason: unused.
Removed service "AppBundle\Migrations\Version20220426125515"; reason: unused.
Removed service "AppBundle\Migrations\Version20220426131519"; reason: unused.
Removed service "AppBundle\Migrations\Version20220426132232"; reason: unused.
Removed service "AppBundle\Migrations\Version20220426132611"; reason: unused.
Removed service "AppBundle\Migrations\Version20220427082828"; reason: unused.
Removed service "AppBundle\Migrations\Version20220608064942"; reason: unused.
Removed service "AppBundle\Migrations\Version20220608103034"; reason: unused.
Removed service "AppBundle\Migrations\Version20220608132727"; reason: unused.
Removed service "AppBundle\Migrations\Version20220608133313"; reason: unused.
Removed service "AppBundle\Migrations\Version20220608133530"; reason: unused.
Removed service "AppBundle\Migrations\Version20220609134755"; reason: unused.
Removed service "AppBundle\Migrations\Version20220610093426"; reason: unused.
Removed service "AppBundle\Migrations\Version20220613065726"; reason: unused.
Removed service "AppBundle\Migrations\Version20220621125121"; reason: unused.
Removed service "AppBundle\Migrations\Version20220624100656"; reason: unused.
Removed service "AppBundle\Migrations\Version20220628084705"; reason: unused.
Removed service "AppBundle\Migrations\Version20220705115421"; reason: unused.
Removed service "AppBundle\Migrations\Version20250805135117"; reason: unused.
Removed service "AppBundle\Migrations\Version20250813134304"; reason: unused.
Removed service "AppBundle\Migrations\Version20250820130332"; reason: unused.
Removed service "AppBundle\Migrations\Version20250828120256"; reason: unused.
Removed service "AppBundle\Migrations\Version20250829091047"; reason: unused.
Removed service "AppBundle\Migrations\Version20250901123221"; reason: unused.
Removed service "AppBundle\Migrations\Version20250902093315"; reason: unused.
Removed service "AppBundle\Migrations\Version20250902113014"; reason: unused.
Removed service "AppBundle\Migrations\Version20250916051420"; reason: unused.
Removed service "AppBundle\Migrations\Version20250923063201"; reason: unused.
Removed service "AppBundle\Migrations\Version20251027074224"; reason: unused.
Removed service "AppBundle\Migrations\Version20251105143520"; reason: unused.
Removed service "AppBundle\Migrations\Version20251106133904"; reason: unused.
Removed service "AppBundle\Migrations\Version20251106144444"; reason: unused.
Removed service "AppBundle\Migrations\Version20251112095322"; reason: unused.
Removed service "AppBundle\Migrations\Version20251120115718"; reason: unused.
Removed service "AppBundle\Migrations\Version20251201143812"; reason: unused.
Removed service "AppBundle\Migrations\Version20251202133105"; reason: unused.
Removed service "AppBundle\Migrations\Version20251204104620"; reason: unused.
Removed service "AppBundle\Migrations\Version20251205101707"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\ArchiveLink"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\Bonuscodes"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\BonuscodesOverview"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\Bounces"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\Hostnames"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\Landingpage"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\Landingpages"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\ListAddresses"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\Lists"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\Mailing"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\Mailings"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\Moderators"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\SingleList"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\Statistics"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\StatisticsUsers"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\Tags"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\TagsByMailing"; reason: unused.
Removed service "AppBundle\Schema\Kajomi\UserImports"; reason: unused.
Removed service "AppBundle\Schema\Podigee\AnalyticsEpisodes"; reason: unused.
Removed service "AppBundle\Schema\Podigee\AnalyticsPodcasts"; reason: unused.
Removed service "AppBundle\Schema\Podigee\AnalyticsPodcastsCategories"; reason: unused.
Removed service "AppBundle\Schema\Podigee\AnalyticsPodcastsEpisodes"; reason: unused.
Removed service "AppBundle\Schema\Podigee\AnalyticsPodcastsListeners"; reason: unused.
Removed service "AppBundle\Schema\Podigee\AnalyticsPodcastsListenersOverTime"; reason: unused.
Removed service "AppBundle\Schema\Podigee\AnalyticsPodcastsOverview"; reason: unused.
Removed service "AppBundle\Schema\Podigee\ContributorsSchema"; reason: unused.
Removed service "AppBundle\Schema\Podigee\EpisodesSchema"; reason: unused.
Removed service "AppBundle\Schema\Podigee\ListenersSchema"; reason: unused.
Removed service "AppBundle\Schema\Podigee\MediaClipsSchema"; reason: unused.
Removed service "AppBundle\Schema\Podigee\PodcastsSchema"; reason: unused.
Removed service "AppBundle\Security\AjaxAuthenticationSuccessHandler"; reason: unused.
Removed service "AppBundle\Services\Abstract\AIService"; reason: unused.
Removed service "AppBundle\Services\ConfluenceSpaceCreatorService"; reason: unused.
Removed service "AppBundle\Services\FaviconDownloadService"; reason: unused.
Removed service "AppBundle\Services\GoogleDriveService"; reason: unused.
Removed service "AppBundle\Services\JiraProjectCreatorService"; reason: unused.
Removed service "AppBundle\Services\Markdown"; reason: unused.
Removed service "AppBundle\Services\MetricService"; reason: unused.
Removed service "AppBundle\Services\MetricTriggerService"; reason: unused.
Removed service "AppBundle\Services\ObjectiveService"; reason: unused.
Removed service "AppBundle\Services\PermissionService"; reason: unused.
Removed service "AppBundle\Services\ProcessService"; reason: unused.
Removed service "AppBundle\Services\ProxyService"; reason: unused.
Removed service "AppBundle\Services\ScriptParameterService"; reason: unused.
Removed service "AppBundle\Services\ScriptRunner"; reason: unused.
Removed service "AppBundle\Services\UserService"; reason: unused.
Removed service "CustomBundle\Controller\Api\OrderController"; reason: unused.
Removed service "GeneratorBundle\Command\AutoComplete\EntitiesAutoCompleter"; reason: unused.
Removed service "GeneratorBundle\Command\Helper\QuestionHelper"; reason: unused.
Removed service "GeneratorBundle\Command\Validators"; reason: unused.
Removed service "GeneratorBundle\Generator\BundleGenerator"; reason: unused.
Removed service "GeneratorBundle\Generator\CommandGenerator"; reason: unused.
Removed service "GeneratorBundle\Generator\ControllerGenerator"; reason: unused.
Removed service "GeneratorBundle\Generator\DoctrineCrudGenerator"; reason: unused.
Removed service "GeneratorBundle\Generator\DoctrineEntityGenerator"; reason: unused.
Removed service "GeneratorBundle\Generator\DoctrineFormGenerator"; reason: unused.
Removed service "GeneratorBundle\Generator\Generator"; reason: unused.
Removed service "GeneratorBundle\GeneratorBundle"; reason: unused.
Removed service "GeneratorBundle\Manipulator\ConfigurationManipulator"; reason: unused.
Removed service "GeneratorBundle\Manipulator\KernelManipulator"; reason: unused.
Removed service "GeneratorBundle\Manipulator\Manipulator"; reason: unused.
Removed service "GeneratorBundle\Manipulator\RoutingManipulator"; reason: unused.
Removed service "GeneratorBundle\Model\Bundle"; reason: unused.
Removed service "GeneratorBundle\Model\EntityGeneratorResult"; reason: unused.
Removed service "appbundle.metric.dashboard.extension"; reason: unused.
Removed service "app.authentication_success_handler"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.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 "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; 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 "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker_locator"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.firewall.event_dispatcher_locator"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.admin"; reason: unused.
Removed service ".service_locator.dP7Bnj3"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service ".service_locator.SfGnQiG"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; 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 "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "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 "sonata.admin.entity_manager"; reason: unused.
Removed service "sonata.admin.label.strategy.bc"; reason: unused.
Removed service "sonata.admin.label.strategy.noop"; reason: unused.
Removed service "sonata.admin.label.strategy.form_component"; reason: unused.
Removed service "sonata.admin.filter_persister.session"; reason: unused.
Removed service "sonata.admin.security.handler.role"; reason: unused.
Removed service "sonata.admin.security.handler.acl"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service "var_dumper.server_connection"; 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 ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.e_.xxAP"; reason: unused.
386
Inlined service "AppBundle\Services\AccountService" to "AppBundle\Command\AccountActivationCommand".
Inlined service "AppBundle\Services\ConfluenceService" to "AppBundle\Command\ConfluenceSyncSpacesCommand".
Inlined service "AppBundle\Services\FacebookService" to "AppBundle\Command\Socoto\FacebookCommand".
Inlined service "AppBundle\Services\LeadFormGoogleDriveService" to "AppBundle\Command\Socoto\LeadFormGoogleDriveCommand".
Inlined service "pvbundle.api.contact_repository" to "AppBundle\Command\UpdateContact".
Inlined service "pvbundle.api.customer_repository" to "AppBundle\Command\UpdateCustomer".
Inlined service "pvbundle.api.department_repository" to "AppBundle\Command\UpdateDepartment".
Inlined service "pvbundle.api.domain_repository" to "AppBundle\Command\UpdateDomain".
Inlined service "pvbundle.api.offer_repository" to "AppBundle\Command\UpdateOffer".
Inlined service "pvbundle.api.role_repository" to "AppBundle\Command\UpdateRole".
Inlined service "pvbundle.api.ticket_repository" to "AppBundle\Command\UpdateTicket".
Inlined service "pvbundle.api.timetracking_repository" to "AppBundle\Command\UpdateTimeTracking".
Inlined service "pvbundle.api.user_repository" to "AppBundle\Command\UpdateUser".
Inlined service "AppBundle\Services\OpenAiService" to "AppBundle\Controller\AI\PromptAdminController".
Inlined service "AppBundle\Services\ClaudeService" to "AppBundle\Controller\AI\PromptAdminController".
Inlined service ".service_locator.2e6LmLI.AppBundle\Controller\AI\PromptAdminController" to "AppBundle\Controller\AI\PromptAdminController".
Inlined service ".service_locator.2e6LmLI.AppBundle\Controller\AccountController" to "AppBundle\Controller\AccountController".
Inlined service ".service_locator.2e6LmLI.AppBundle\Controller\ApiEndpointAdminController" to "AppBundle\Controller\ApiEndpointAdminController".
Inlined service ".service_locator.O2p6Lk7.AppBundle\Controller\ApiEndpointController" to "AppBundle\Controller\ApiEndpointController".
Inlined service ".service_locator.2e6LmLI.AppBundle\Controller\CRUDController" to "AppBundle\Controller\CRUDController".
Inlined service ".service_locator.O2p6Lk7.AppBundle\Controller\CrawlerConfigController" to "AppBundle\Controller\CrawlerConfigController".
Inlined service ".service_locator.O2p6Lk7.AppBundle\Controller\CustomerDomainDataController" to "AppBundle\Controller\CustomerDomainDataController".
Inlined service ".service_locator.O2p6Lk7.AppBundle\Controller\DefaultController" to "AppBundle\Controller\DefaultController".
Inlined service ".service_locator.O2p6Lk7.AppBundle\Controller\GoogleCloudController" to "AppBundle\Controller\GoogleCloudController".
Inlined service ".service_locator.O2p6Lk7.AppBundle\Controller\JiraController" to "AppBundle\Controller\JiraController".
Inlined service ".service_locator.2e6LmLI.AppBundle\Controller\PermissionController" to "AppBundle\Controller\PermissionController".
Inlined service ".service_locator.2e6LmLI.AppBundle\Controller\ScriptAdminController" to "AppBundle\Controller\ScriptAdminController".
Inlined service ".service_locator.2e6LmLI.AppBundle\Controller\ScriptParameterController" to "AppBundle\Controller\ScriptParameterController".
Inlined service ".service_locator.ugnaPJD.AppBundle\Controller\SessionController" to "AppBundle\Controller\SessionController".
Inlined service ".service_locator.O2p6Lk7.AppBundle\Controller\Socoto\FacebookController" to "AppBundle\Controller\Socoto\FacebookController".
Inlined service ".service_locator.O2p6Lk7.AppBundle\Controller\WebsiteAnalyse\ApiEndpointController" to "AppBundle\Controller\WebsiteAnalyse\ApiEndpointController".
Inlined service ".service_locator.O2p6Lk7.AppBundle\Controller\WebsiteAnalyse\TriggerController" to "AppBundle\Controller\WebsiteAnalyse\TriggerController".
Inlined service ".service_locator.O2p6Lk7.CustomBundle\Controller\TemplateController" to "CustomBundle\Controller\TemplateController".
Inlined service ".service_locator.O2p6Lk7.CustomBundle\Controller\CustomLoginController" to "CustomBundle\Controller\CustomLoginController".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.cEhBhXG" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" 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 "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "sonata.admin.translation_extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "sonata.admin.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.PLOTQgB" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.eHCN1ob" 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 "sonata.user.validator.user_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 "doctrine.orm.api_data_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.pv_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.i02Qzwz" 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 "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "sonata.block.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.hUJ8xkz" to "security.access_map".
Inlined service ".security.request_matcher.pMjWsc2" to "security.access_map".
Inlined service ".security.request_matcher.8m45N6o" to "security.access_map".
Inlined service ".security.request_matcher.Y75PGej" to "security.access_map".
Inlined service ".security.request_matcher.hHhYRyT" to "security.access_map".
Inlined service ".security.request_matcher.1KckS.z" to "security.access_map".
Inlined service ".security.request_matcher.ooSGhtU" to "security.access_map".
Inlined service ".security.request_matcher.it5.ahQ" to "security.access_map".
Inlined service ".security.request_matcher.juMa3Gd" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
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.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.RUC7jTb" to ".security.request_matcher.f.UtGbK".
Inlined service "security.authentication.success_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "debug.security.firewall.authenticator.admin.inner" to "debug.security.firewall.authenticator.admin".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
Inlined service ".security.request_matcher.efuIWci" to ".security.request_matcher.OYfcY1_".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.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 ".security.request_matcher.1051k_w" to ".security.request_matcher.hUJ8xkz".
Inlined service ".security.request_matcher.FhsJp7j" to ".security.request_matcher.pMjWsc2".
Inlined service ".security.request_matcher.WfHcy89" to ".security.request_matcher.8m45N6o".
Inlined service ".security.request_matcher.13dO_3B" to ".security.request_matcher.Y75PGej".
Inlined service ".security.request_matcher.VA6Ud6." to ".security.request_matcher.hHhYRyT".
Inlined service ".security.request_matcher.f7bgBWt" to ".security.request_matcher.1KckS.z".
Inlined service ".security.request_matcher.Ics2Fs." to ".security.request_matcher.ooSGhtU".
Inlined service ".security.request_matcher.wyJHvZ." to ".security.request_matcher.it5.ahQ".
Inlined service ".security.request_matcher.Ck41efa" to ".security.request_matcher.juMa3Gd".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "AppBundle\Twig\Extension\BackendCustomerLogo" to "twig".
Inlined service "AppBundle\Twig\Extension\JsonDecode" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
Inlined service "sonata.admin.twig.group_extension" to "twig".
Inlined service "sonata.admin.twig.icon_extension" to "twig".
Inlined service "sonata.admin.twig.security_extension" to "twig".
Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
Inlined service "sonata.admin.twig.render_element_extension" to "twig".
Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "sonata.twig.extension.wrapping" to "twig".
Inlined service "sonata.twig.status_extension" to "twig".
Inlined service "sonata.twig.template_extension" to "twig".
Inlined service "sonata.user.roles_matrix_extension" to "twig".
Inlined service "twig.extension.stfalcon_tinymce" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Twig\Extra\String\StringExtension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "sonata.block.twig.global" to "twig".
Inlined service "sonata.user.twig.global" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.0PEkynZ" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.nqMHLTf" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.api_data_schema_asset_filter_manager" to "doctrine.dbal.api_data_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.api_data" to "doctrine.dbal.api_data_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.api_data" to "doctrine.dbal.api_data_connection.configuration".
Inlined service ".service_locator.Q9FgB6f" to "doctrine.dbal.api_data_connection.event_manager".
Inlined service "doctrine.dbal.api_data_connection.configuration" to "doctrine.dbal.api_data_connection".
Inlined service "doctrine.dbal.pv_schema_asset_filter_manager" to "doctrine.dbal.pv_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.pv" to "doctrine.dbal.pv_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.pv" to "doctrine.dbal.pv_connection.configuration".
Inlined service ".service_locator.xwU0OMf" to "doctrine.dbal.pv_connection.event_manager".
Inlined service "doctrine.dbal.pv_connection.configuration" to "doctrine.dbal.pv_connection".
Inlined service ".service_locator.htqySRz" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
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.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "cache.doctrine.orm.api_data.metadata" to "doctrine.orm.api_data_configuration".
Inlined service ".doctrine.orm.api_data_metadata_driver" to "doctrine.orm.api_data_configuration".
Inlined service "doctrine.orm.api_data_entity_listener_resolver" to "doctrine.orm.api_data_configuration".
Inlined service "cache.doctrine.orm.api_data.result.recorder_inner" to "cache.doctrine.orm.api_data.result".
Inlined service "cache.doctrine.orm.api_data.query.recorder_inner" to "cache.doctrine.orm.api_data.query".
Inlined service "cache.doctrine.orm.pv.metadata" to "doctrine.orm.pv_configuration".
Inlined service ".doctrine.orm.pv_metadata_driver" to "doctrine.orm.pv_configuration".
Inlined service "doctrine.orm.pv_entity_listener_resolver" to "doctrine.orm.pv_configuration".
Inlined service "cache.doctrine.orm.pv.result.recorder_inner" to "cache.doctrine.orm.pv.result".
Inlined service "cache.doctrine.orm.pv.query.recorder_inner" to "cache.doctrine.orm.pv.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.xRhNObu.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service ".service_locator.J2q7td." to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
Inlined service "sonata.admin.manipulator.acl.admin" to "sonata.admin.command.setup_acl".
Inlined service "sonata.admin.assets.version_strategy" to "sonata.admin.assets.package".
Inlined service ".service_locator.z7HqbZG" to "sonata.admin.pool".
Inlined service ".service_locator.ejIbxXf" to "sonata.admin.builder.filter.factory".
Inlined service ".service_locator.2e6LmLI.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
Inlined service ".service_locator.00FAMTx" to "sonata.block.manager".
Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service "sonata.user.admin_roles_builder" to "sonata.user.matrix_roles_builder".
Inlined service "sonata.user.security_roles_builder" to "sonata.user.matrix_roles_builder".
Inlined service "sonata.user.mailer.default" to "sonata.user.action.request".
Inlined service "sonata.user.util.token_generator" to "sonata.user.action.request".
Inlined service "cron.command_builder" to "cron.resolver".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "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.uid" to ".debug.value_resolver.argument_resolver.uid".
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 "sonata.admin.argument_resolver.admin" to ".debug.value_resolver.sonata.admin.argument_resolver.admin".
Inlined service "sonata.admin.argument_resolver.proxy_query" to ".debug.value_resolver.sonata.admin.argument_resolver.proxy_query".
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 "http_client.uri_template" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".doctrine.orm.api_data_metadata_driver.inner" to ".doctrine.orm.api_data_metadata_driver".
Inlined service ".doctrine.orm.pv_metadata_driver.inner" to ".doctrine.orm.pv_metadata_driver".
Inlined service "debug.security.event_dispatcher.admin.inner" to "debug.security.event_dispatcher.admin".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.ugnaPJD" to ".service_locator.ugnaPJD.AppBundle\Controller\SessionController".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.otfny_1" to ".service_locator.otfny_1.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.xRhNObu" to ".service_locator.xRhNObu.sensio_framework_extra.view.listener".
Inlined service ".service_locator.wUYWgnm" to "debug.argument_resolver.inner".
Inlined service "security.authenticator.manager.admin" to "debug.security.firewall.authenticator.admin.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_xml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.api_data_annotation_metadata_driver" to ".doctrine.orm.api_data_metadata_driver.inner".
Inlined service "doctrine.orm.pv_annotation_metadata_driver" to ".doctrine.orm.pv_metadata_driver.inner".
Inlined service ".service_locator.uPviJ6R" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.otfny_1.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "assets.packages" to "twig".
Inlined service "assets.packages" to "twig".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
3
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.admin", "debug.security.firewall.authenticator.main", "doctrine.migrations.container_aware_migrations_factory", ".debug.http_client", "debug.security.event_dispatcher.admin", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.
Tag "sonata.status.renderer" was defined on service(s) "sonata.twig.flashmessage.manager", but was never used.