Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\DataCollector\DatabaseDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\DataCollector\DatabaseDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\DataCollector\OrganizationDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\DataCollector\OrganizationDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Type\CostDocumentRowType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Type\PassiveIncomeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Type\SimulationGroupType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Type\SimulationType" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.1: Option "reset_on_message" at "framework.messenger" is deprecated. It does nothing and will be removed in version 7.0.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Controller\DefaultController" service.
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.
User Deprecated: 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 App_KernelDevDebugContainer.php:19464, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
User Deprecated: 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 App_KernelDevDebugContainer.php:19464, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: 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)
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:171 called by AbstractMySQLDriver.php:44, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
User Deprecated: Support for MariaDB < 10.4 is deprecated and will be removed in DBAL 4. Consider upgrading to a more recent version of MariaDB. (AbstractMySQLDriver.php:61 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/6110, package doctrine/dbal)
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.title AS title_1, t0.value AS value_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.id AS id_5, t0.data_creazione AS data_creazione_6, t0.data_ultima_modifica AS data_ultima_modifica_7, t0.id_creatore AS id_creatore_8, t0.id_aggiornatore AS id_aggiornatore_9 FROM admin_config t0 WHERE t0.title = ?"
(parameters:
[1 => "isMaintenance"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.title AS title_1, t0.value AS value_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.id AS id_5, t0.data_creazione AS data_creazione_6, t0.data_ultima_modifica AS data_ultima_modifica_7, t0.id_creatore AS id_creatore_8, t0.id_aggiornatore AS id_aggiornatore_9 FROM admin_config t0 WHERE t0.title = ?"
"params" => [1 => "isMaintenance"
]
"types" => [1 => 2]
]
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
Log messages generated during the compilation of the service container.
Messages
Class
1344
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackupCreateCommand" (parent: .abstract.instanceof.App\Command\BackupCreateCommand).
Resolving inheritance for "App\Command\BackupCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackupCreateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackupRestoreCommand" (parent: .abstract.instanceof.App\Command\BackupRestoreCommand).
Resolving inheritance for "App\Command\BackupRestoreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackupRestoreCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckCalibrationDeadlinesCommand" (parent: .abstract.instanceof.App\Command\CheckCalibrationDeadlinesCommand).
Resolving inheritance for "App\Command\CheckCalibrationDeadlinesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckCalibrationDeadlinesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckMaintenanceDeadlinesCommand" (parent: .abstract.instanceof.App\Command\CheckMaintenanceDeadlinesCommand).
Resolving inheritance for "App\Command\CheckMaintenanceDeadlinesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckMaintenanceDeadlinesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckSubscriptionDeadlinesCommand" (parent: .abstract.instanceof.App\Command\CheckSubscriptionDeadlinesCommand).
Resolving inheritance for "App\Command\CheckSubscriptionDeadlinesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckSubscriptionDeadlinesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ContractDeadlineNotificationsCommand" (parent: .abstract.instanceof.App\Command\ContractDeadlineNotificationsCommand).
Resolving inheritance for "App\Command\ContractDeadlineNotificationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ContractDeadlineNotificationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CpNotificationSendCommand" (parent: .abstract.instanceof.App\Command\CpNotificationSendCommand).
Resolving inheritance for "App\Command\CpNotificationSendCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CpNotificationSendCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ElfCronCommand" (parent: .abstract.instanceof.App\Command\ElfCronCommand).
Resolving inheritance for "App\Command\ElfCronCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ElfCronCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MqttConnectionTestCommand" (parent: .abstract.instanceof.App\Command\MqttConnectionTestCommand).
Resolving inheritance for "App\Command\MqttConnectionTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MqttConnectionTestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PostDeployCommand" (parent: .abstract.instanceof.App\Command\PostDeployCommand).
Resolving inheritance for "App\Command\PostDeployCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PostDeployCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PostponedActionsApplyCommand" (parent: .abstract.instanceof.App\Command\PostponedActionsApplyCommand).
Resolving inheritance for "App\Command\PostponedActionsApplyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PostponedActionsApplyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizeGimErpCommand" (parent: .abstract.instanceof.App\Command\SynchronizeGimErpCommand).
Resolving inheritance for "App\Command\SynchronizeGimErpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizeGimErpCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizeGimMagCommand" (parent: .abstract.instanceof.App\Command\SynchronizeGimMagCommand).
Resolving inheritance for "App\Command\SynchronizeGimMagCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizeGimMagCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizeGimToiCommand" (parent: .abstract.instanceof.App\Command\SynchronizeGimToiCommand).
Resolving inheritance for "App\Command\SynchronizeGimToiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizeGimToiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ToiDailySummaryCommand" (parent: .abstract.instanceof.App\Command\ToiDailySummaryCommand).
Resolving inheritance for "App\Command\ToiDailySummaryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ToiDailySummaryCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\closeTaskIntervalsCommand" (parent: .abstract.instanceof.App\Command\closeTaskIntervalsCommand).
Resolving inheritance for "App\Command\closeTaskIntervalsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\closeTaskIntervalsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbilitazioneController" (parent: .abstract.instanceof.App\Controller\AbilitazioneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbilitazioneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbilitazioneController).
Resolving inheritance for "App\Controller\AbilitazioneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbilitazioneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccessBadgeController" (parent: .abstract.instanceof.App\Controller\AccessBadgeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccessBadgeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccessBadgeController).
Resolving inheritance for "App\Controller\AccessBadgeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccessBadgeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccessLogController" (parent: .abstract.instanceof.App\Controller\AccessLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccessLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccessLogController).
Resolving inheritance for "App\Controller\AccessLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccessLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddedWeightController" (parent: .abstract.instanceof.App\Controller\AddedWeightController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddedWeightController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddedWeightController).
Resolving inheritance for "App\Controller\AddedWeightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddedWeightController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddressController" (parent: .abstract.instanceof.App\Controller\AddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddressController).
Resolving inheritance for "App\Controller\AddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddressPoolController" (parent: .abstract.instanceof.App\Controller\AddressPoolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddressPoolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddressPoolController).
Resolving inheritance for "App\Controller\AddressPoolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddressPoolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController" (parent: .abstract.instanceof.App\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController).
Resolving inheritance for "App\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgencyController" (parent: .abstract.instanceof.App\Controller\AgencyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgencyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgencyController).
Resolving inheritance for "App\Controller\AgencyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgencyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgentCategoryController" (parent: .abstract.instanceof.App\Controller\AgentCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgentCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgentCategoryController).
Resolving inheritance for "App\Controller\AgentCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgentCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgentController" (parent: .abstract.instanceof.App\Controller\AgentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgentController).
Resolving inheritance for "App\Controller\AgentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AllegatoController" (parent: .abstract.instanceof.App\Controller\AllegatoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AllegatoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AllegatoController).
Resolving inheritance for "App\Controller\AllegatoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AllegatoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnnotationController" (parent: .abstract.instanceof.App\Controller\AnnotationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnnotationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnnotationController).
Resolving inheritance for "App\Controller\AnnotationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnnotationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController" (parent: .abstract.instanceof.App\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController).
Resolving inheritance for "App\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiLoginController" (parent: .abstract.instanceof.App\Controller\ApiLoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiLoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiLoginController).
Resolving inheritance for "App\Controller\ApiLoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiLoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppartenenzaController" (parent: .abstract.instanceof.App\Controller\AppartenenzaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppartenenzaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppartenenzaController).
Resolving inheritance for "App\Controller\AppartenenzaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppartenenzaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApplicableDocumentCategoryController" (parent: .abstract.instanceof.App\Controller\ApplicableDocumentCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApplicableDocumentCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApplicableDocumentCategoryController).
Resolving inheritance for "App\Controller\ApplicableDocumentCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApplicableDocumentCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArgomentoPeController" (parent: .abstract.instanceof.App\Controller\ArgomentoPeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArgomentoPeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArgomentoPeController).
Resolving inheritance for "App\Controller\ArgomentoPeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArgomentoPeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticoloController" (parent: .abstract.instanceof.App\Controller\ArticoloController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticoloController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticoloController).
Resolving inheritance for "App\Controller\ArticoloController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticoloController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssetSymbolController" (parent: .abstract.instanceof.App\Controller\AssetSymbolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssetSymbolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssetSymbolController).
Resolving inheritance for "App\Controller\AssetSymbolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssetSymbolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvvisoGlobaleCatController" (parent: .abstract.instanceof.App\Controller\AvvisoGlobaleCatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvvisoGlobaleCatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvvisoGlobaleCatController).
Resolving inheritance for "App\Controller\AvvisoGlobaleCatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvvisoGlobaleCatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvvisoGlobaleController" (parent: .abstract.instanceof.App\Controller\AvvisoGlobaleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvvisoGlobaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvvisoGlobaleController).
Resolving inheritance for "App\Controller\AvvisoGlobaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvvisoGlobaleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvvisoOrganizzazioneController" (parent: .abstract.instanceof.App\Controller\AvvisoOrganizzazioneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvvisoOrganizzazioneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvvisoOrganizzazioneController).
Resolving inheritance for "App\Controller\AvvisoOrganizzazioneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvvisoOrganizzazioneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BankController" (parent: .abstract.instanceof.App\Controller\BankController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BankController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BankController).
Resolving inheritance for "App\Controller\BankController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BankController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BomController" (parent: .abstract.instanceof.App\Controller\BomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BomController).
Resolving inheritance for "App\Controller\BomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BomRowController" (parent: .abstract.instanceof.App\Controller\BomRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BomRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BomRowController).
Resolving inheritance for "App\Controller\BomRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BomRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandController" (parent: .abstract.instanceof.App\Controller\BrandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandController).
Resolving inheritance for "App\Controller\BrandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandKeywordController" (parent: .abstract.instanceof.App\Controller\BrandKeywordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandKeywordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandKeywordController).
Resolving inheritance for "App\Controller\BrandKeywordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandKeywordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandToolController" (parent: .abstract.instanceof.App\Controller\BrandToolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandToolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandToolController).
Resolving inheritance for "App\Controller\BrandToolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandToolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CadenzaController" (parent: .abstract.instanceof.App\Controller\CadenzaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CadenzaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CadenzaController).
Resolving inheritance for "App\Controller\CadenzaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CadenzaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalibrationCategoryController" (parent: .abstract.instanceof.App\Controller\CalibrationCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalibrationCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalibrationCategoryController).
Resolving inheritance for "App\Controller\CalibrationCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalibrationCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalibrationProcedureController" (parent: .abstract.instanceof.App\Controller\CalibrationProcedureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalibrationProcedureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalibrationProcedureController).
Resolving inheritance for "App\Controller\CalibrationProcedureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalibrationProcedureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalibrationProcedureVariantController" (parent: .abstract.instanceof.App\Controller\CalibrationProcedureVariantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalibrationProcedureVariantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalibrationProcedureVariantController).
Resolving inheritance for "App\Controller\CalibrationProcedureVariantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalibrationProcedureVariantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignActionController" (parent: .abstract.instanceof.App\Controller\CampaignActionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignActionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignActionController).
Resolving inheritance for "App\Controller\CampaignActionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignActionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignController" (parent: .abstract.instanceof.App\Controller\CampaignController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignController).
Resolving inheritance for "App\Controller\CampaignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignSloganController" (parent: .abstract.instanceof.App\Controller\CampaignSloganController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignSloganController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignSloganController).
Resolving inheritance for "App\Controller\CampaignSloganController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignSloganController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CanaleOnlineController" (parent: .abstract.instanceof.App\Controller\CanaleOnlineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CanaleOnlineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CanaleOnlineController).
Resolving inheritance for "App\Controller\CanaleOnlineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CanaleOnlineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CaratteristicaAziendaleController" (parent: .abstract.instanceof.App\Controller\CaratteristicaAziendaleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CaratteristicaAziendaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CaratteristicaAziendaleController).
Resolving inheritance for "App\Controller\CaratteristicaAziendaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CaratteristicaAziendaleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogueVoiceCategoryController" (parent: .abstract.instanceof.App\Controller\CatalogueVoiceCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogueVoiceCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogueVoiceCategoryController).
Resolving inheritance for "App\Controller\CatalogueVoiceCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogueVoiceCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogueVoiceComponentController" (parent: .abstract.instanceof.App\Controller\CatalogueVoiceComponentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogueVoiceComponentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogueVoiceComponentController).
Resolving inheritance for "App\Controller\CatalogueVoiceComponentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogueVoiceComponentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogueVoiceController" (parent: .abstract.instanceof.App\Controller\CatalogueVoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogueVoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogueVoiceController).
Resolving inheritance for "App\Controller\CatalogueVoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogueVoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogueVoiceRowController" (parent: .abstract.instanceof.App\Controller\CatalogueVoiceRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogueVoiceRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogueVoiceRowController).
Resolving inheritance for "App\Controller\CatalogueVoiceRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogueVoiceRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriaAvvisoController" (parent: .abstract.instanceof.App\Controller\CategoriaAvvisoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriaAvvisoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriaAvvisoController).
Resolving inheritance for "App\Controller\CategoriaAvvisoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriaAvvisoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoAddedItemController" (parent: .abstract.instanceof.App\Controller\CeppoAddedItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoAddedItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoAddedItemController).
Resolving inheritance for "App\Controller\CeppoAddedItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoAddedItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchCeppoController" (parent: .abstract.instanceof.App\Controller\CeppoBatchCeppoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchCeppoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchCeppoController).
Resolving inheritance for "App\Controller\CeppoBatchCeppoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchCeppoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchController" (parent: .abstract.instanceof.App\Controller\CeppoBatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchController).
Resolving inheritance for "App\Controller\CeppoBatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchEmailController" (parent: .abstract.instanceof.App\Controller\CeppoBatchEmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchEmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchEmailController).
Resolving inheritance for "App\Controller\CeppoBatchEmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchEmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchFreeItemController" (parent: .abstract.instanceof.App\Controller\CeppoBatchFreeItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchFreeItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchFreeItemController).
Resolving inheritance for "App\Controller\CeppoBatchFreeItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchFreeItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchItemController" (parent: .abstract.instanceof.App\Controller\CeppoBatchItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchItemController).
Resolving inheritance for "App\Controller\CeppoBatchItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchItineraryController" (parent: .abstract.instanceof.App\Controller\CeppoBatchItineraryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchItineraryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchItineraryController).
Resolving inheritance for "App\Controller\CeppoBatchItineraryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchItineraryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoCeppoBatchItemController" (parent: .abstract.instanceof.App\Controller\CeppoCeppoBatchItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoCeppoBatchItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoCeppoBatchItemController).
Resolving inheritance for "App\Controller\CeppoCeppoBatchItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoCeppoBatchItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoController" (parent: .abstract.instanceof.App\Controller\CeppoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoController).
Resolving inheritance for "App\Controller\CeppoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoMovementController" (parent: .abstract.instanceof.App\Controller\CeppoMovementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoMovementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoMovementController).
Resolving inheritance for "App\Controller\CeppoMovementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoMovementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoRankingItemController" (parent: .abstract.instanceof.App\Controller\CeppoRankingItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoRankingItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoRankingItemController).
Resolving inheritance for "App\Controller\CeppoRankingItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoRankingItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoRowController" (parent: .abstract.instanceof.App\Controller\CeppoRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoRowController).
Resolving inheritance for "App\Controller\CeppoRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoRuleController" (parent: .abstract.instanceof.App\Controller\CeppoRuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoRuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoRuleController).
Resolving inheritance for "App\Controller\CeppoRuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoRuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoRuleExceptionController" (parent: .abstract.instanceof.App\Controller\CeppoRuleExceptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoRuleExceptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoRuleExceptionController).
Resolving inheritance for "App\Controller\CeppoRuleExceptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoRuleExceptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CityController" (parent: .abstract.instanceof.App\Controller\CityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CityController).
Resolving inheritance for "App\Controller\CityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommentoController" (parent: .abstract.instanceof.App\Controller\CommentoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommentoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommentoController).
Resolving inheritance for "App\Controller\CommentoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommentoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommoditySectorController" (parent: .abstract.instanceof.App\Controller\CommoditySectorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommoditySectorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommoditySectorController).
Resolving inheritance for "App\Controller\CommoditySectorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommoditySectorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompetitorBrandController" (parent: .abstract.instanceof.App\Controller\CompetitorBrandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompetitorBrandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompetitorBrandController).
Resolving inheritance for "App\Controller\CompetitorBrandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompetitorBrandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompetitorCategoryController" (parent: .abstract.instanceof.App\Controller\CompetitorCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompetitorCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompetitorCategoryController).
Resolving inheritance for "App\Controller\CompetitorCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompetitorCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompetitorController" (parent: .abstract.instanceof.App\Controller\CompetitorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompetitorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompetitorController).
Resolving inheritance for "App\Controller\CompetitorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompetitorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfigurazioneController" (parent: .abstract.instanceof.App\Controller\ConfigurazioneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigurazioneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfigurazioneController).
Resolving inheritance for "App\Controller\ConfigurazioneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigurazioneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactAccountController" (parent: .abstract.instanceof.App\Controller\ContactAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactAccountController).
Resolving inheritance for "App\Controller\ContactAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactAgentController" (parent: .abstract.instanceof.App\Controller\ContactAgentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactAgentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactAgentController).
Resolving inheritance for "App\Controller\ContactAgentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactAgentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactBankAccountController" (parent: .abstract.instanceof.App\Controller\ContactBankAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactBankAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactBankAccountController).
Resolving inheritance for "App\Controller\ContactBankAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactBankAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactGroupController" (parent: .abstract.instanceof.App\Controller\ContactGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactGroupController).
Resolving inheritance for "App\Controller\ContactGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactPairingController" (parent: .abstract.instanceof.App\Controller\ContactPairingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactPairingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactPairingController).
Resolving inheritance for "App\Controller\ContactPairingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactPairingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactPoolController" (parent: .abstract.instanceof.App\Controller\ContactPoolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactPoolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactPoolController).
Resolving inheritance for "App\Controller\ContactPoolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactPoolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactPriceListController" (parent: .abstract.instanceof.App\Controller\ContactPriceListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactPriceListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactPriceListController).
Resolving inheritance for "App\Controller\ContactPriceListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactPriceListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactSourceController" (parent: .abstract.instanceof.App\Controller\ContactSourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactSourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactSourceController).
Resolving inheritance for "App\Controller\ContactSourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactSourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContattoCeppoController" (parent: .abstract.instanceof.App\Controller\ContattoCeppoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContattoCeppoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContattoCeppoController).
Resolving inheritance for "App\Controller\ContattoCeppoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContattoCeppoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContattoController" (parent: .abstract.instanceof.App\Controller\ContattoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContattoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContattoController).
Resolving inheritance for "App\Controller\ContattoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContattoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractAgentController" (parent: .abstract.instanceof.App\Controller\ContractAgentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractAgentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractAgentController).
Resolving inheritance for "App\Controller\ContractAgentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractAgentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractCostRowController" (parent: .abstract.instanceof.App\Controller\ContractCostRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractCostRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractCostRowController).
Resolving inheritance for "App\Controller\ContractCostRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractCostRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowCeppoController" (parent: .abstract.instanceof.App\Controller\ContractRowCeppoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowCeppoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowCeppoController).
Resolving inheritance for "App\Controller\ContractRowCeppoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowCeppoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowCeppoExcludedItemController" (parent: .abstract.instanceof.App\Controller\ContractRowCeppoExcludedItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowCeppoExcludedItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowCeppoExcludedItemController).
Resolving inheritance for "App\Controller\ContractRowCeppoExcludedItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowCeppoExcludedItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowCeppoItemCategoryController" (parent: .abstract.instanceof.App\Controller\ContractRowCeppoItemCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowCeppoItemCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowCeppoItemCategoryController).
Resolving inheritance for "App\Controller\ContractRowCeppoItemCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowCeppoItemCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowCeppoItemController" (parent: .abstract.instanceof.App\Controller\ContractRowCeppoItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowCeppoItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowCeppoItemController).
Resolving inheritance for "App\Controller\ContractRowCeppoItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowCeppoItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowController" (parent: .abstract.instanceof.App\Controller\ContractRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowController).
Resolving inheritance for "App\Controller\ContractRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowFreeController" (parent: .abstract.instanceof.App\Controller\ContractRowFreeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowFreeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowFreeController).
Resolving inheritance for "App\Controller\ContractRowFreeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowFreeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowItemController" (parent: .abstract.instanceof.App\Controller\ContractRowItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowItemController).
Resolving inheritance for "App\Controller\ContractRowItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContrattoCeppoController" (parent: .abstract.instanceof.App\Controller\ContrattoCeppoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContrattoCeppoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContrattoCeppoController).
Resolving inheritance for "App\Controller\ContrattoCeppoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContrattoCeppoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContrattoController" (parent: .abstract.instanceof.App\Controller\ContrattoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContrattoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContrattoController).
Resolving inheritance for "App\Controller\ContrattoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContrattoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentController" (parent: .abstract.instanceof.App\Controller\CostDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentController).
Resolving inheritance for "App\Controller\CostDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentDraftController" (parent: .abstract.instanceof.App\Controller\CostDocumentDraftController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentDraftController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentDraftController).
Resolving inheritance for "App\Controller\CostDocumentDraftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentDraftController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentInvoiceController" (parent: .abstract.instanceof.App\Controller\CostDocumentInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentInvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentInvoiceController).
Resolving inheritance for "App\Controller\CostDocumentInvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentPaymentController" (parent: .abstract.instanceof.App\Controller\CostDocumentPaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentPaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentPaymentController).
Resolving inheritance for "App\Controller\CostDocumentPaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentPaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentRowController" (parent: .abstract.instanceof.App\Controller\CostDocumentRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentRowController).
Resolving inheritance for "App\Controller\CostDocumentRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseInstanceController" (parent: .abstract.instanceof.App\Controller\CourseInstanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseInstanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseInstanceController).
Resolving inheritance for "App\Controller\CourseInstanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseInstanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseModelController" (parent: .abstract.instanceof.App\Controller\CourseModelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseModelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseModelController).
Resolving inheritance for "App\Controller\CourseModelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseModelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseRegistrationController" (parent: .abstract.instanceof.App\Controller\CourseRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseRegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseRegistrationController).
Resolving inheritance for "App\Controller\CourseRegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerController" (parent: .abstract.instanceof.App\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerController).
Resolving inheritance for "App\Controller\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController" (parent: .abstract.instanceof.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController).
Resolving inheritance for "App\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteCategoryController" (parent: .abstract.instanceof.App\Controller\DeliveryNoteCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteCategoryController).
Resolving inheritance for "App\Controller\DeliveryNoteCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteCeppoController" (parent: .abstract.instanceof.App\Controller\DeliveryNoteCeppoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteCeppoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteCeppoController).
Resolving inheritance for "App\Controller\DeliveryNoteCeppoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteCeppoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteController" (parent: .abstract.instanceof.App\Controller\DeliveryNoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteController).
Resolving inheritance for "App\Controller\DeliveryNoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteItemController" (parent: .abstract.instanceof.App\Controller\DeliveryNoteItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteItemController).
Resolving inheritance for "App\Controller\DeliveryNoteItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteRowController" (parent: .abstract.instanceof.App\Controller\DeliveryNoteRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteRowController).
Resolving inheritance for "App\Controller\DeliveryNoteRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemoController" (parent: .abstract.instanceof.App\Controller\DemoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemoController).
Resolving inheritance for "App\Controller\DemoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DepartmentController" (parent: .abstract.instanceof.App\Controller\DepartmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DepartmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DepartmentController).
Resolving inheritance for "App\Controller\DepartmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DepartmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceChannelController" (parent: .abstract.instanceof.App\Controller\DeviceChannelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceChannelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceChannelController).
Resolving inheritance for "App\Controller\DeviceChannelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceChannelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceController" (parent: .abstract.instanceof.App\Controller\DeviceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceController).
Resolving inheritance for "App\Controller\DeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceSampleController" (parent: .abstract.instanceof.App\Controller\DeviceSampleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceSampleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceSampleController).
Resolving inheritance for "App\Controller\DeviceSampleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceSampleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceSampleDeviceChannelController" (parent: .abstract.instanceof.App\Controller\DeviceSampleDeviceChannelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceSampleDeviceChannelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceSampleDeviceChannelController).
Resolving inheritance for "App\Controller\DeviceSampleDeviceChannelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceSampleDeviceChannelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceTypeController" (parent: .abstract.instanceof.App\Controller\DeviceTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceTypeController).
Resolving inheritance for "App\Controller\DeviceTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplinaryFieldController" (parent: .abstract.instanceof.App\Controller\DisciplinaryFieldController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplinaryFieldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplinaryFieldController).
Resolving inheritance for "App\Controller\DisciplinaryFieldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplinaryFieldController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiscountController" (parent: .abstract.instanceof.App\Controller\DiscountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiscountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiscountController).
Resolving inheritance for "App\Controller\DiscountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiscountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentController" (parent: .abstract.instanceof.App\Controller\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentController).
Resolving inheritance for "App\Controller\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DraftBomController" (parent: .abstract.instanceof.App\Controller\DraftBomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DraftBomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DraftBomController).
Resolving inheritance for "App\Controller\DraftBomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DraftBomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DraftBomRowController" (parent: .abstract.instanceof.App\Controller\DraftBomRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DraftBomRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DraftBomRowController).
Resolving inheritance for "App\Controller\DraftBomRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DraftBomRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DraftMovementController" (parent: .abstract.instanceof.App\Controller\DraftMovementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DraftMovementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DraftMovementController).
Resolving inheritance for "App\Controller\DraftMovementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DraftMovementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DraftMovementDocumentController" (parent: .abstract.instanceof.App\Controller\DraftMovementDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DraftMovementDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DraftMovementDocumentController).
Resolving inheritance for "App\Controller\DraftMovementDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DraftMovementDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DummyController" (parent: .abstract.instanceof.App\Controller\DummyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DummyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DummyController).
Resolving inheritance for "App\Controller\DummyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DummyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventoController" (parent: .abstract.instanceof.App\Controller\EventoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventoController).
Resolving inheritance for "App\Controller\EventoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExpertCategoryController" (parent: .abstract.instanceof.App\Controller\ExpertCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExpertCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExpertCategoryController).
Resolving inheritance for "App\Controller\ExpertCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExpertCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController" (parent: .abstract.instanceof.App\Controller\FaqController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController).
Resolving inheritance for "App\Controller\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FatturaController" (parent: .abstract.instanceof.App\Controller\FatturaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FatturaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FatturaController).
Resolving inheritance for "App\Controller\FatturaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FatturaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FidelityCardController" (parent: .abstract.instanceof.App\Controller\FidelityCardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FidelityCardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FidelityCardController).
Resolving inheritance for "App\Controller\FidelityCardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FidelityCardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilaDisabilityController" (parent: .abstract.instanceof.App\Controller\FilaDisabilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilaDisabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilaDisabilityController).
Resolving inheritance for "App\Controller\FilaDisabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilaDisabilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilaIllnessCaseController" (parent: .abstract.instanceof.App\Controller\FilaIllnessCaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilaIllnessCaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilaIllnessCaseController).
Resolving inheritance for "App\Controller\FilaIllnessCaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilaIllnessCaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilaQuoteController" (parent: .abstract.instanceof.App\Controller\FilaQuoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilaQuoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilaQuoteController).
Resolving inheritance for "App\Controller\FilaQuoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilaQuoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilaRemunerationController" (parent: .abstract.instanceof.App\Controller\FilaRemunerationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilaRemunerationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilaRemunerationController).
Resolving inheritance for "App\Controller\FilaRemunerationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilaRemunerationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FogNodeLocalPrintController" (parent: .abstract.instanceof.App\Controller\FogNodeLocalPrintController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FogNodeLocalPrintController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FogNodeLocalPrintController).
Resolving inheritance for "App\Controller\FogNodeLocalPrintController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FogNodeLocalPrintController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GeneralBisController" (parent: .abstract.instanceof.App\Controller\GeneralBisController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GeneralBisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GeneralBisController).
Resolving inheritance for "App\Controller\GeneralBisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GeneralBisController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GeneralTrisController" (parent: .abstract.instanceof.App\Controller\GeneralTrisController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GeneralTrisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GeneralTrisController).
Resolving inheritance for "App\Controller\GeneralTrisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GeneralTrisController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GenericAttributeController" (parent: .abstract.instanceof.App\Controller\GenericAttributeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GenericAttributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GenericAttributeController).
Resolving inheritance for "App\Controller\GenericAttributeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GenericAttributeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HashtagController" (parent: .abstract.instanceof.App\Controller\HashtagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HashtagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HashtagController).
Resolving inheritance for "App\Controller\HashtagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HashtagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeNotificationController" (parent: .abstract.instanceof.App\Controller\HomeNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeNotificationController).
Resolving inheritance for "App\Controller\HomeNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InstructionController" (parent: .abstract.instanceof.App\Controller\InstructionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InstructionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InstructionController).
Resolving inheritance for "App\Controller\InstructionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InstructionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InstrumentCalibrationController" (parent: .abstract.instanceof.App\Controller\InstrumentCalibrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InstrumentCalibrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InstrumentCalibrationController).
Resolving inheritance for "App\Controller\InstrumentCalibrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InstrumentCalibrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InstrumentSectorDataController" (parent: .abstract.instanceof.App\Controller\InstrumentSectorDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InstrumentSectorDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InstrumentSectorDataController).
Resolving inheritance for "App\Controller\InstrumentSectorDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InstrumentSectorDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IssuedBomController" (parent: .abstract.instanceof.App\Controller\IssuedBomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IssuedBomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IssuedBomController).
Resolving inheritance for "App\Controller\IssuedBomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IssuedBomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IssuedBomRowController" (parent: .abstract.instanceof.App\Controller\IssuedBomRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IssuedBomRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IssuedBomRowController).
Resolving inheritance for "App\Controller\IssuedBomRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IssuedBomRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemAccountingDestinationController" (parent: .abstract.instanceof.App\Controller\ItemAccountingDestinationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemAccountingDestinationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemAccountingDestinationController).
Resolving inheritance for "App\Controller\ItemAccountingDestinationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemAccountingDestinationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemBatchController" (parent: .abstract.instanceof.App\Controller\ItemBatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemBatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemBatchController).
Resolving inheritance for "App\Controller\ItemBatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemBatchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemBatchPortionController" (parent: .abstract.instanceof.App\Controller\ItemBatchPortionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemBatchPortionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemBatchPortionController).
Resolving inheritance for "App\Controller\ItemBatchPortionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemBatchPortionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemCategoryController" (parent: .abstract.instanceof.App\Controller\ItemCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemCategoryController).
Resolving inheritance for "App\Controller\ItemCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemController" (parent: .abstract.instanceof.App\Controller\ItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemController).
Resolving inheritance for "App\Controller\ItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItinerarioController" (parent: .abstract.instanceof.App\Controller\ItinerarioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItinerarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItinerarioController).
Resolving inheritance for "App\Controller\ItinerarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItinerarioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JumpDeliveryController" (parent: .abstract.instanceof.App\Controller\JumpDeliveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JumpDeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JumpDeliveryController).
Resolving inheritance for "App\Controller\JumpDeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JumpDeliveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\KeywordController" (parent: .abstract.instanceof.App\Controller\KeywordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\KeywordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\KeywordController).
Resolving inheritance for "App\Controller\KeywordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\KeywordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LightContactController" (parent: .abstract.instanceof.App\Controller\LightContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LightContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LightContactController).
Resolving inheritance for "App\Controller\LightContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LightContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LinkController" (parent: .abstract.instanceof.App\Controller\LinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LinkController).
Resolving inheritance for "App\Controller\LinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LinkedExpertController" (parent: .abstract.instanceof.App\Controller\LinkedExpertController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LinkedExpertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LinkedExpertController).
Resolving inheritance for "App\Controller\LinkedExpertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LinkedExpertController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListaSpesaController" (parent: .abstract.instanceof.App\Controller\ListaSpesaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListaSpesaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListaSpesaController).
Resolving inheritance for "App\Controller\ListaSpesaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListaSpesaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListeningController" (parent: .abstract.instanceof.App\Controller\ListeningController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListeningController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListeningController).
Resolving inheritance for "App\Controller\ListeningController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListeningController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController" (parent: .abstract.instanceof.App\Controller\MaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController).
Resolving inheritance for "App\Controller\MaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenancePlanController" (parent: .abstract.instanceof.App\Controller\MaintenancePlanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenancePlanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenancePlanController).
Resolving inheritance for "App\Controller\MaintenancePlanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenancePlanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MeasuringInstrumentCategoryController" (parent: .abstract.instanceof.App\Controller\MeasuringInstrumentCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MeasuringInstrumentCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MeasuringInstrumentCategoryController).
Resolving inheritance for "App\Controller\MeasuringInstrumentCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MeasuringInstrumentCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MeasuringInstrumentController" (parent: .abstract.instanceof.App\Controller\MeasuringInstrumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MeasuringInstrumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MeasuringInstrumentController).
Resolving inheritance for "App\Controller\MeasuringInstrumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MeasuringInstrumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MeasuringPointController" (parent: .abstract.instanceof.App\Controller\MeasuringPointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MeasuringPointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MeasuringPointController).
Resolving inheritance for "App\Controller\MeasuringPointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MeasuringPointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MessageController" (parent: .abstract.instanceof.App\Controller\MessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MessageController).
Resolving inheritance for "App\Controller\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MetrologicalConfirmationController" (parent: .abstract.instanceof.App\Controller\MetrologicalConfirmationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MetrologicalConfirmationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MetrologicalConfirmationController).
Resolving inheritance for "App\Controller\MetrologicalConfirmationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MetrologicalConfirmationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MilestoneController" (parent: .abstract.instanceof.App\Controller\MilestoneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MilestoneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MilestoneController).
Resolving inheritance for "App\Controller\MilestoneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MilestoneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MovementAccountController" (parent: .abstract.instanceof.App\Controller\MovementAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MovementAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MovementAccountController).
Resolving inheritance for "App\Controller\MovementAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MovementAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MovementController" (parent: .abstract.instanceof.App\Controller\MovementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MovementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MovementController).
Resolving inheritance for "App\Controller\MovementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MovementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MovementRowController" (parent: .abstract.instanceof.App\Controller\MovementRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MovementRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MovementRowController).
Resolving inheritance for "App\Controller\MovementRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MovementRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrganizzazioneController" (parent: .abstract.instanceof.App\Controller\OrganizzazioneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrganizzazioneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrganizzazioneController).
Resolving inheritance for "App\Controller\OrganizzazioneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrganizzazioneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OutgoingInvoiceBaseController" (parent: .abstract.instanceof.App\Controller\OutgoingInvoiceBaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OutgoingInvoiceBaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OutgoingInvoiceBaseController).
Resolving inheritance for "App\Controller\OutgoingInvoiceBaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OutgoingInvoiceBaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OutgoingInvoiceController" (parent: .abstract.instanceof.App\Controller\OutgoingInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OutgoingInvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OutgoingInvoiceController).
Resolving inheritance for "App\Controller\OutgoingInvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OutgoingInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PackingAssignmentController" (parent: .abstract.instanceof.App\Controller\PackingAssignmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PackingAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PackingAssignmentController).
Resolving inheritance for "App\Controller\PackingAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PackingAssignmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PassiveIncomeController" (parent: .abstract.instanceof.App\Controller\PassiveIncomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PassiveIncomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PassiveIncomeController).
Resolving inheritance for "App\Controller\PassiveIncomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PassiveIncomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentTermController" (parent: .abstract.instanceof.App\Controller\PaymentTermController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentTermController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentTermController).
Resolving inheritance for "App\Controller\PaymentTermController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentTermController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonAddressController" (parent: .abstract.instanceof.App\Controller\PersonAddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonAddressController).
Resolving inheritance for "App\Controller\PersonAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonAddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonContactController" (parent: .abstract.instanceof.App\Controller\PersonContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonContactController).
Resolving inheritance for "App\Controller\PersonContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonController" (parent: .abstract.instanceof.App\Controller\PersonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonController).
Resolving inheritance for "App\Controller\PersonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PgInterfaceController" (parent: .abstract.instanceof.App\Controller\PgInterfaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PgInterfaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PgInterfaceController).
Resolving inheritance for "App\Controller\PgInterfaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PgInterfaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PostponedActionController" (parent: .abstract.instanceof.App\Controller\PostponedActionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PostponedActionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PostponedActionController).
Resolving inheritance for "App\Controller\PostponedActionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PostponedActionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PowwowController" (parent: .abstract.instanceof.App\Controller\PowwowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PowwowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PowwowController).
Resolving inheritance for "App\Controller\PowwowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PowwowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PpJobController" (parent: .abstract.instanceof.App\Controller\PpJobController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PpJobController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PpJobController).
Resolving inheritance for "App\Controller\PpJobController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PpJobController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PpJobRowController" (parent: .abstract.instanceof.App\Controller\PpJobRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PpJobRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PpJobRowController).
Resolving inheritance for "App\Controller\PpJobRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PpJobRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PriceController" (parent: .abstract.instanceof.App\Controller\PriceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PriceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PriceController).
Resolving inheritance for "App\Controller\PriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PriceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PriceListController" (parent: .abstract.instanceof.App\Controller\PriceListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PriceListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PriceListController).
Resolving inheritance for "App\Controller\PriceListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PriceListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PriceListRowController" (parent: .abstract.instanceof.App\Controller\PriceListRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PriceListRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PriceListRowController).
Resolving inheritance for "App\Controller\PriceListRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PriceListRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureApiController" (parent: .abstract.instanceof.App\Controller\ProcedureApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureApiController).
Resolving inheritance for "App\Controller\ProcedureApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureController" (parent: .abstract.instanceof.App\Controller\ProcedureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureController).
Resolving inheritance for "App\Controller\ProcedureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureDeviceController" (parent: .abstract.instanceof.App\Controller\ProcedureDeviceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureDeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureDeviceController).
Resolving inheritance for "App\Controller\ProcedureDeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureDeviceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureModelController" (parent: .abstract.instanceof.App\Controller\ProcedureModelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureModelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureModelController).
Resolving inheritance for "App\Controller\ProcedureModelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureModelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureModelLayoutController" (parent: .abstract.instanceof.App\Controller\ProcedureModelLayoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureModelLayoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureModelLayoutController).
Resolving inheritance for "App\Controller\ProcedureModelLayoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureModelLayoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureStepController" (parent: .abstract.instanceof.App\Controller\ProcedureStepController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureStepController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureStepController).
Resolving inheritance for "App\Controller\ProcedureStepController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureStepController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureStepModelController" (parent: .abstract.instanceof.App\Controller\ProcedureStepModelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureStepModelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureStepModelController).
Resolving inheritance for "App\Controller\ProcedureStepModelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureStepModelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProducedProductController" (parent: .abstract.instanceof.App\Controller\ProducedProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProducedProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProducedProductController).
Resolving inheritance for "App\Controller\ProducedProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProducedProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController" (parent: .abstract.instanceof.App\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController).
Resolving inheritance for "App\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductFamilyController" (parent: .abstract.instanceof.App\Controller\ProductFamilyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductFamilyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductFamilyController).
Resolving inheritance for "App\Controller\ProductFamilyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductFamilyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBatchController" (parent: .abstract.instanceof.App\Controller\ProductionBatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBatchController).
Resolving inheritance for "App\Controller\ProductionBatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBatchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBatchStageController" (parent: .abstract.instanceof.App\Controller\ProductionBatchStageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBatchStageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBatchStageController).
Resolving inheritance for "App\Controller\ProductionBatchStageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBatchStageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBatchStageDeviceController" (parent: .abstract.instanceof.App\Controller\ProductionBatchStageDeviceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBatchStageDeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBatchStageDeviceController).
Resolving inheritance for "App\Controller\ProductionBatchStageDeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBatchStageDeviceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBatchStagePartController" (parent: .abstract.instanceof.App\Controller\ProductionBatchStagePartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBatchStagePartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBatchStagePartController).
Resolving inheritance for "App\Controller\ProductionBatchStagePartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBatchStagePartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBreakController" (parent: .abstract.instanceof.App\Controller\ProductionBreakController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBreakController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBreakController).
Resolving inheritance for "App\Controller\ProductionBreakController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBreakController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleBoardController" (parent: .abstract.instanceof.App\Controller\ProductionCycleBoardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleBoardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleBoardController).
Resolving inheritance for "App\Controller\ProductionCycleBoardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleBoardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleController" (parent: .abstract.instanceof.App\Controller\ProductionCycleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleController).
Resolving inheritance for "App\Controller\ProductionCycleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleDocumentController" (parent: .abstract.instanceof.App\Controller\ProductionCycleDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleDocumentController).
Resolving inheritance for "App\Controller\ProductionCycleDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleModelController" (parent: .abstract.instanceof.App\Controller\ProductionCycleModelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleModelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleModelController).
Resolving inheritance for "App\Controller\ProductionCycleModelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleModelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStageController" (parent: .abstract.instanceof.App\Controller\ProductionCycleStageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStageController).
Resolving inheritance for "App\Controller\ProductionCycleStageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStageModelController" (parent: .abstract.instanceof.App\Controller\ProductionCycleStageModelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStageModelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStageModelController).
Resolving inheritance for "App\Controller\ProductionCycleStageModelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStageModelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStageModelDeviceCategoryController" (parent: .abstract.instanceof.App\Controller\ProductionCycleStageModelDeviceCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStageModelDeviceCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStageModelDeviceCategoryController).
Resolving inheritance for "App\Controller\ProductionCycleStageModelDeviceCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStageModelDeviceCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStageModelPartController" (parent: .abstract.instanceof.App\Controller\ProductionCycleStageModelPartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStageModelPartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStageModelPartController).
Resolving inheritance for "App\Controller\ProductionCycleStageModelPartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStageModelPartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStagePartController" (parent: .abstract.instanceof.App\Controller\ProductionCycleStagePartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStagePartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStagePartController).
Resolving inheritance for "App\Controller\ProductionCycleStagePartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStagePartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionLineController" (parent: .abstract.instanceof.App\Controller\ProductionLineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionLineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionLineController).
Resolving inheritance for "App\Controller\ProductionLineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionLineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProgettoController" (parent: .abstract.instanceof.App\Controller\ProgettoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProgettoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProgettoController).
Resolving inheritance for "App\Controller\ProgettoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProgettoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromemoriaController" (parent: .abstract.instanceof.App\Controller\PromemoriaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromemoriaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromemoriaController).
Resolving inheritance for "App\Controller\PromemoriaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromemoriaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromoCodeController" (parent: .abstract.instanceof.App\Controller\PromoCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromoCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromoCodeController).
Resolving inheritance for "App\Controller\PromoCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromoCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProvinciaController" (parent: .abstract.instanceof.App\Controller\ProvinciaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProvinciaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProvinciaController).
Resolving inheritance for "App\Controller\ProvinciaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProvinciaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PtfCarachterController" (parent: .abstract.instanceof.App\Controller\PtfCarachterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PtfCarachterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PtfCarachterController).
Resolving inheritance for "App\Controller\PtfCarachterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PtfCarachterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuoteController" (parent: .abstract.instanceof.App\Controller\QuoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuoteController).
Resolving inheritance for "App\Controller\QuoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RealEstateCategoryController" (parent: .abstract.instanceof.App\Controller\RealEstateCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RealEstateCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RealEstateCategoryController).
Resolving inheritance for "App\Controller\RealEstateCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RealEstateCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RealEstateController" (parent: .abstract.instanceof.App\Controller\RealEstateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RealEstateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RealEstateController).
Resolving inheritance for "App\Controller\RealEstateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RealEstateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RealEstateDesireController" (parent: .abstract.instanceof.App\Controller\RealEstateDesireController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RealEstateDesireController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RealEstateDesireController).
Resolving inheritance for "App\Controller\RealEstateDesireController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RealEstateDesireController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecapitoController" (parent: .abstract.instanceof.App\Controller\RecapitoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecapitoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecapitoController).
Resolving inheritance for "App\Controller\RecapitoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecapitoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReferenceController" (parent: .abstract.instanceof.App\Controller\ReferenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReferenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReferenceController).
Resolving inheritance for "App\Controller\ReferenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReferenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReleaseController" (parent: .abstract.instanceof.App\Controller\ReleaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReleaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReleaseController).
Resolving inheritance for "App\Controller\ReleaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReleaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RigaFatturaController" (parent: .abstract.instanceof.App\Controller\RigaFatturaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RigaFatturaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RigaFatturaController).
Resolving inheritance for "App\Controller\RigaFatturaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RigaFatturaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RoleController" (parent: .abstract.instanceof.App\Controller\RoleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RoleController).
Resolving inheritance for "App\Controller\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RoleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SampleInstrumentCalibrationController" (parent: .abstract.instanceof.App\Controller\SampleInstrumentCalibrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SampleInstrumentCalibrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SampleInstrumentCalibrationController).
Resolving inheritance for "App\Controller\SampleInstrumentCalibrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SampleInstrumentCalibrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchDataImportController" (parent: .abstract.instanceof.App\Controller\SearchDataImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchDataImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchDataImportController).
Resolving inheritance for "App\Controller\SearchDataImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchDataImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchDataRowController" (parent: .abstract.instanceof.App\Controller\SearchDataRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchDataRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchDataRowController).
Resolving inheritance for "App\Controller\SearchDataRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchDataRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SectorController" (parent: .abstract.instanceof.App\Controller\SectorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SectorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SectorController).
Resolving inheritance for "App\Controller\SectorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SectorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SerialNumberController" (parent: .abstract.instanceof.App\Controller\SerialNumberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SerialNumberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SerialNumberController).
Resolving inheritance for "App\Controller\SerialNumberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SerialNumberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopController" (parent: .abstract.instanceof.App\Controller\ShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopController).
Resolving inheritance for "App\Controller\ShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShoppingListController" (parent: .abstract.instanceof.App\Controller\ShoppingListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShoppingListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShoppingListController).
Resolving inheritance for "App\Controller\ShoppingListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShoppingListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShoppingListItemController" (parent: .abstract.instanceof.App\Controller\ShoppingListItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShoppingListItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShoppingListItemController).
Resolving inheritance for "App\Controller\ShoppingListItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShoppingListItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SimulationController" (parent: .abstract.instanceof.App\Controller\SimulationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SimulationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SimulationController).
Resolving inheritance for "App\Controller\SimulationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SimulationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SimulationGroupController" (parent: .abstract.instanceof.App\Controller\SimulationGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SimulationGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SimulationGroupController).
Resolving inheritance for "App\Controller\SimulationGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SimulationGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitePageController" (parent: .abstract.instanceof.App\Controller\SitePageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitePageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitePageController).
Resolving inheritance for "App\Controller\SitePageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitePageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpesaController" (parent: .abstract.instanceof.App\Controller\SpesaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpesaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpesaController).
Resolving inheritance for "App\Controller\SpesaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpesaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StageModelCategoryController" (parent: .abstract.instanceof.App\Controller\StageModelCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StageModelCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StageModelCategoryController).
Resolving inheritance for "App\Controller\StageModelCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StageModelCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StageModelCategoryRowController" (parent: .abstract.instanceof.App\Controller\StageModelCategoryRowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StageModelCategoryRowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StageModelCategoryRowController).
Resolving inheritance for "App\Controller\StageModelCategoryRowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StageModelCategoryRowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StockLocationController" (parent: .abstract.instanceof.App\Controller\StockLocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StockLocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StockLocationController).
Resolving inheritance for "App\Controller\StockLocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StockLocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StockMovementController" (parent: .abstract.instanceof.App\Controller\StockMovementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StockMovementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StockMovementController).
Resolving inheritance for "App\Controller\StockMovementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StockMovementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController" (parent: .abstract.instanceof.App\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController).
Resolving inheritance for "App\Controller\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController" (parent: .abstract.instanceof.App\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController).
Resolving inheritance for "App\Controller\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskApiController" (parent: .abstract.instanceof.App\Controller\TaskApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskApiController).
Resolving inheritance for "App\Controller\TaskApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskController" (parent: .abstract.instanceof.App\Controller\TaskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskController).
Resolving inheritance for "App\Controller\TaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskIntervalController" (parent: .abstract.instanceof.App\Controller\TaskIntervalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskIntervalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskIntervalController).
Resolving inheritance for "App\Controller\TaskIntervalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskIntervalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TeamController" (parent: .abstract.instanceof.App\Controller\TeamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TeamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TeamController).
Resolving inheritance for "App\Controller\TeamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TeamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TimeScheduleController" (parent: .abstract.instanceof.App\Controller\TimeScheduleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TimeScheduleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TimeScheduleController).
Resolving inheritance for "App\Controller\TimeScheduleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TimeScheduleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoCanaleController" (parent: .abstract.instanceof.App\Controller\TipoCanaleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoCanaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoCanaleController).
Resolving inheritance for "App\Controller\TipoCanaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoCanaleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoCaratteristicaAziendaleController" (parent: .abstract.instanceof.App\Controller\TipoCaratteristicaAziendaleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoCaratteristicaAziendaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoCaratteristicaAziendaleController).
Resolving inheritance for "App\Controller\TipoCaratteristicaAziendaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoCaratteristicaAziendaleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoEventoController" (parent: .abstract.instanceof.App\Controller\TipoEventoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoEventoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoEventoController).
Resolving inheritance for "App\Controller\TipoEventoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoEventoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoIvaController" (parent: .abstract.instanceof.App\Controller\TipoIvaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoIvaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoIvaController).
Resolving inheritance for "App\Controller\TipoIvaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoIvaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwoFactorAuthController" (parent: .abstract.instanceof.App\Controller\TwoFactorAuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwoFactorAuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwoFactorAuthController).
Resolving inheritance for "App\Controller\TwoFactorAuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwoFactorAuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRoleController" (parent: .abstract.instanceof.App\Controller\UserRoleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRoleController).
Resolving inheritance for "App\Controller\UserRoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRoleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\oldPgInterfaceController" (parent: .abstract.instanceof.App\Controller\oldPgInterfaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\oldPgInterfaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\oldPgInterfaceController).
Resolving inheritance for "App\Controller\oldPgInterfaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\oldPgInterfaceController).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.App\DataCollector\DatabaseDataCollector" (parent: .abstract.instanceof.App\DataCollector\DatabaseDataCollector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\DataCollector\DatabaseDataCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.App\DataCollector\DatabaseDataCollector).
Resolving inheritance for "App\DataCollector\DatabaseDataCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.App\DataCollector\DatabaseDataCollector).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.App\DataCollector\GitDataCollector" (parent: .abstract.instanceof.App\DataCollector\GitDataCollector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\DataCollector\GitDataCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.App\DataCollector\GitDataCollector).
Resolving inheritance for "App\DataCollector\GitDataCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.App\DataCollector\GitDataCollector).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.App\DataCollector\OrganizationDataCollector" (parent: .abstract.instanceof.App\DataCollector\OrganizationDataCollector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\DataCollector\OrganizationDataCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.App\DataCollector\OrganizationDataCollector).
Resolving inheritance for "App\DataCollector\OrganizationDataCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.App\DataCollector\OrganizationDataCollector).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\App2DSaasLogoutListener" (parent: .abstract.instanceof.App\EventListener\App2DSaasLogoutListener).
Resolving inheritance for "App\EventListener\App2DSaasLogoutListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\App2DSaasLogoutListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LocaleListener" (parent: .abstract.instanceof.App\EventListener\LocaleListener).
Resolving inheritance for "App\EventListener\LocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LocaleListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\MessengerEventsSubscriber" (parent: .abstract.instanceof.App\EventListener\MessengerEventsSubscriber).
Resolving inheritance for "App\EventListener\MessengerEventsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\MessengerEventsSubscriber).
Resolving inheritance for ".instanceof.App\EventListener\TwoDIOnDEListener.0.App\EventListener\TwoDIOnDEListener" (parent: .abstract.instanceof.App\EventListener\TwoDIOnDEListener).
Resolving inheritance for "App\EventListener\TwoDIOnDEListener" (parent: .instanceof.App\EventListener\TwoDIOnDEListener.0.App\EventListener\TwoDIOnDEListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AbilitazioneType" (parent: .abstract.instanceof.App\Form\Type\AbilitazioneType).
Resolving inheritance for "App\Form\Type\AbilitazioneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AbilitazioneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AccessBadgeType" (parent: .abstract.instanceof.App\Form\Type\AccessBadgeType).
Resolving inheritance for "App\Form\Type\AccessBadgeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AccessBadgeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AccessLogType" (parent: .abstract.instanceof.App\Form\Type\AccessLogType).
Resolving inheritance for "App\Form\Type\AccessLogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AccessLogType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AddedWeightType" (parent: .abstract.instanceof.App\Form\Type\AddedWeightType).
Resolving inheritance for "App\Form\Type\AddedWeightType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AddedWeightType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AddressPoolType" (parent: .abstract.instanceof.App\Form\Type\AddressPoolType).
Resolving inheritance for "App\Form\Type\AddressPoolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AddressPoolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AddressType" (parent: .abstract.instanceof.App\Form\Type\AddressType).
Resolving inheritance for "App\Form\Type\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AgentCategoryType" (parent: .abstract.instanceof.App\Form\Type\AgentCategoryType).
Resolving inheritance for "App\Form\Type\AgentCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AgentCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AgentType" (parent: .abstract.instanceof.App\Form\Type\AgentType).
Resolving inheritance for "App\Form\Type\AgentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AgentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AllegatoFileType" (parent: .abstract.instanceof.App\Form\Type\AllegatoFileType).
Resolving inheritance for "App\Form\Type\AllegatoFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AllegatoFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AllegatoType" (parent: .abstract.instanceof.App\Form\Type\AllegatoType).
Resolving inheritance for "App\Form\Type\AllegatoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AllegatoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AnnotationType" (parent: .abstract.instanceof.App\Form\Type\AnnotationType).
Resolving inheritance for "App\Form\Type\AnnotationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AnnotationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AppartenenzaType" (parent: .abstract.instanceof.App\Form\Type\AppartenenzaType).
Resolving inheritance for "App\Form\Type\AppartenenzaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AppartenenzaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ApplicableDocumentCategoryType" (parent: .abstract.instanceof.App\Form\Type\ApplicableDocumentCategoryType).
Resolving inheritance for "App\Form\Type\ApplicableDocumentCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ApplicableDocumentCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ArgomentoPeType" (parent: .abstract.instanceof.App\Form\Type\ArgomentoPeType).
Resolving inheritance for "App\Form\Type\ArgomentoPeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ArgomentoPeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ArticoloType" (parent: .abstract.instanceof.App\Form\Type\ArticoloType).
Resolving inheritance for "App\Form\Type\ArticoloType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ArticoloType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AssetSymbolType" (parent: .abstract.instanceof.App\Form\Type\AssetSymbolType).
Resolving inheritance for "App\Form\Type\AssetSymbolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AssetSymbolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AvvisoGlobaleCatType" (parent: .abstract.instanceof.App\Form\Type\AvvisoGlobaleCatType).
Resolving inheritance for "App\Form\Type\AvvisoGlobaleCatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AvvisoGlobaleCatType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AvvisoGlobaleType" (parent: .abstract.instanceof.App\Form\Type\AvvisoGlobaleType).
Resolving inheritance for "App\Form\Type\AvvisoGlobaleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AvvisoGlobaleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AvvisoOrganizzazioneType" (parent: .abstract.instanceof.App\Form\Type\AvvisoOrganizzazioneType).
Resolving inheritance for "App\Form\Type\AvvisoOrganizzazioneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AvvisoOrganizzazioneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BankType" (parent: .abstract.instanceof.App\Form\Type\BankType).
Resolving inheritance for "App\Form\Type\BankType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BankType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BomDirtyImportType" (parent: .abstract.instanceof.App\Form\Type\BomDirtyImportType).
Resolving inheritance for "App\Form\Type\BomDirtyImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BomDirtyImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BomImportType" (parent: .abstract.instanceof.App\Form\Type\BomImportType).
Resolving inheritance for "App\Form\Type\BomImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BomImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BomRowType" (parent: .abstract.instanceof.App\Form\Type\BomRowType).
Resolving inheritance for "App\Form\Type\BomRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BomRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BomType" (parent: .abstract.instanceof.App\Form\Type\BomType).
Resolving inheritance for "App\Form\Type\BomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BrandCollectionType" (parent: .abstract.instanceof.App\Form\Type\BrandCollectionType).
Resolving inheritance for "App\Form\Type\BrandCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BrandCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BrandToolType" (parent: .abstract.instanceof.App\Form\Type\BrandToolType).
Resolving inheritance for "App\Form\Type\BrandToolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BrandToolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BrandType" (parent: .abstract.instanceof.App\Form\Type\BrandType).
Resolving inheritance for "App\Form\Type\BrandType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BrandType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CadenzaType" (parent: .abstract.instanceof.App\Form\Type\CadenzaType).
Resolving inheritance for "App\Form\Type\CadenzaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CadenzaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CalibrationCategoryType" (parent: .abstract.instanceof.App\Form\Type\CalibrationCategoryType).
Resolving inheritance for "App\Form\Type\CalibrationCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CalibrationCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CalibrationProcedureType" (parent: .abstract.instanceof.App\Form\Type\CalibrationProcedureType).
Resolving inheritance for "App\Form\Type\CalibrationProcedureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CalibrationProcedureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CalibrationProcedureVariantType" (parent: .abstract.instanceof.App\Form\Type\CalibrationProcedureVariantType).
Resolving inheritance for "App\Form\Type\CalibrationProcedureVariantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CalibrationProcedureVariantType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CampaignActionType" (parent: .abstract.instanceof.App\Form\Type\CampaignActionType).
Resolving inheritance for "App\Form\Type\CampaignActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CampaignActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CampaignSloganType" (parent: .abstract.instanceof.App\Form\Type\CampaignSloganType).
Resolving inheritance for "App\Form\Type\CampaignSloganType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CampaignSloganType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CampaignType" (parent: .abstract.instanceof.App\Form\Type\CampaignType).
Resolving inheritance for "App\Form\Type\CampaignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CampaignType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CanaleAllegatiType" (parent: .abstract.instanceof.App\Form\Type\CanaleAllegatiType).
Resolving inheritance for "App\Form\Type\CanaleAllegatiType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CanaleAllegatiType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CanaleOnlineType" (parent: .abstract.instanceof.App\Form\Type\CanaleOnlineType).
Resolving inheritance for "App\Form\Type\CanaleOnlineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CanaleOnlineType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CaratteristicaAziendaleType" (parent: .abstract.instanceof.App\Form\Type\CaratteristicaAziendaleType).
Resolving inheritance for "App\Form\Type\CaratteristicaAziendaleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CaratteristicaAziendaleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CatalogueVoiceCategoryType" (parent: .abstract.instanceof.App\Form\Type\CatalogueVoiceCategoryType).
Resolving inheritance for "App\Form\Type\CatalogueVoiceCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CatalogueVoiceCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CatalogueVoiceComponentType" (parent: .abstract.instanceof.App\Form\Type\CatalogueVoiceComponentType).
Resolving inheritance for "App\Form\Type\CatalogueVoiceComponentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CatalogueVoiceComponentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CatalogueVoiceRowType" (parent: .abstract.instanceof.App\Form\Type\CatalogueVoiceRowType).
Resolving inheritance for "App\Form\Type\CatalogueVoiceRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CatalogueVoiceRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CatalogueVoiceType" (parent: .abstract.instanceof.App\Form\Type\CatalogueVoiceType).
Resolving inheritance for "App\Form\Type\CatalogueVoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CatalogueVoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CategoriaAvvisoType" (parent: .abstract.instanceof.App\Form\Type\CategoriaAvvisoType).
Resolving inheritance for "App\Form\Type\CategoriaAvvisoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CategoriaAvvisoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoAddedItemType" (parent: .abstract.instanceof.App\Form\Type\CeppoAddedItemType).
Resolving inheritance for "App\Form\Type\CeppoAddedItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoAddedItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchCeppoType" (parent: .abstract.instanceof.App\Form\Type\CeppoBatchCeppoType).
Resolving inheritance for "App\Form\Type\CeppoBatchCeppoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchCeppoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchFreeItemType" (parent: .abstract.instanceof.App\Form\Type\CeppoBatchFreeItemType).
Resolving inheritance for "App\Form\Type\CeppoBatchFreeItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchFreeItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchItemType" (parent: .abstract.instanceof.App\Form\Type\CeppoBatchItemType).
Resolving inheritance for "App\Form\Type\CeppoBatchItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchItineraryType" (parent: .abstract.instanceof.App\Form\Type\CeppoBatchItineraryType).
Resolving inheritance for "App\Form\Type\CeppoBatchItineraryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchItineraryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchType" (parent: .abstract.instanceof.App\Form\Type\CeppoBatchType).
Resolving inheritance for "App\Form\Type\CeppoBatchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoRowType" (parent: .abstract.instanceof.App\Form\Type\CeppoRowType).
Resolving inheritance for "App\Form\Type\CeppoRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoRuleExceptionType" (parent: .abstract.instanceof.App\Form\Type\CeppoRuleExceptionType).
Resolving inheritance for "App\Form\Type\CeppoRuleExceptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoRuleExceptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoRuleType" (parent: .abstract.instanceof.App\Form\Type\CeppoRuleType).
Resolving inheritance for "App\Form\Type\CeppoRuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoRuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoType" (parent: .abstract.instanceof.App\Form\Type\CeppoType).
Resolving inheritance for "App\Form\Type\CeppoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CityType" (parent: .abstract.instanceof.App\Form\Type\CityType).
Resolving inheritance for "App\Form\Type\CityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CommentoType" (parent: .abstract.instanceof.App\Form\Type\CommentoType).
Resolving inheritance for "App\Form\Type\CommentoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CommentoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CommoditySectorType" (parent: .abstract.instanceof.App\Form\Type\CommoditySectorType).
Resolving inheritance for "App\Form\Type\CommoditySectorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CommoditySectorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompetitorBrandType" (parent: .abstract.instanceof.App\Form\Type\CompetitorBrandType).
Resolving inheritance for "App\Form\Type\CompetitorBrandType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompetitorBrandType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompetitorCategoryType" (parent: .abstract.instanceof.App\Form\Type\CompetitorCategoryType).
Resolving inheritance for "App\Form\Type\CompetitorCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompetitorCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompetitorType" (parent: .abstract.instanceof.App\Form\Type\CompetitorType).
Resolving inheritance for "App\Form\Type\CompetitorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompetitorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ConfigurazioneType" (parent: .abstract.instanceof.App\Form\Type\ConfigurazioneType).
Resolving inheritance for "App\Form\Type\ConfigurazioneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ConfigurazioneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactAccountType" (parent: .abstract.instanceof.App\Form\Type\ContactAccountType).
Resolving inheritance for "App\Form\Type\ContactAccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactAccountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactAgentType" (parent: .abstract.instanceof.App\Form\Type\ContactAgentType).
Resolving inheritance for "App\Form\Type\ContactAgentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactAgentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactGroupType" (parent: .abstract.instanceof.App\Form\Type\ContactGroupType).
Resolving inheritance for "App\Form\Type\ContactGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactPairingType" (parent: .abstract.instanceof.App\Form\Type\ContactPairingType).
Resolving inheritance for "App\Form\Type\ContactPairingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactPairingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactPoolType" (parent: .abstract.instanceof.App\Form\Type\ContactPoolType).
Resolving inheritance for "App\Form\Type\ContactPoolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactPoolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactSourceType" (parent: .abstract.instanceof.App\Form\Type\ContactSourceType).
Resolving inheritance for "App\Form\Type\ContactSourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactSourceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContattoType" (parent: .abstract.instanceof.App\Form\Type\ContattoType).
Resolving inheritance for "App\Form\Type\ContattoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContattoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractAgentType" (parent: .abstract.instanceof.App\Form\Type\ContractAgentType).
Resolving inheritance for "App\Form\Type\ContractAgentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractAgentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowCeppoExcludedItemType" (parent: .abstract.instanceof.App\Form\Type\ContractRowCeppoExcludedItemType).
Resolving inheritance for "App\Form\Type\ContractRowCeppoExcludedItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowCeppoExcludedItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowCeppoType" (parent: .abstract.instanceof.App\Form\Type\ContractRowCeppoType).
Resolving inheritance for "App\Form\Type\ContractRowCeppoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowCeppoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowFreeType" (parent: .abstract.instanceof.App\Form\Type\ContractRowFreeType).
Resolving inheritance for "App\Form\Type\ContractRowFreeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowFreeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowItemType" (parent: .abstract.instanceof.App\Form\Type\ContractRowItemType).
Resolving inheritance for "App\Form\Type\ContractRowItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowType" (parent: .abstract.instanceof.App\Form\Type\ContractRowType).
Resolving inheritance for "App\Form\Type\ContractRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContrattoType" (parent: .abstract.instanceof.App\Form\Type\ContrattoType).
Resolving inheritance for "App\Form\Type\ContrattoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContrattoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CopyIssuedBomType" (parent: .abstract.instanceof.App\Form\Type\CopyIssuedBomType).
Resolving inheritance for "App\Form\Type\CopyIssuedBomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CopyIssuedBomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CostDocumentInvoiceType" (parent: .abstract.instanceof.App\Form\Type\CostDocumentInvoiceType).
Resolving inheritance for "App\Form\Type\CostDocumentInvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CostDocumentInvoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CostDocumentPaymentType" (parent: .abstract.instanceof.App\Form\Type\CostDocumentPaymentType).
Resolving inheritance for "App\Form\Type\CostDocumentPaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CostDocumentPaymentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CostDocumentRowType" (parent: .abstract.instanceof.App\Form\Type\CostDocumentRowType).
Resolving inheritance for "App\Form\Type\CostDocumentRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CostDocumentRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CostDocumentType" (parent: .abstract.instanceof.App\Form\Type\CostDocumentType).
Resolving inheritance for "App\Form\Type\CostDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CostDocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CourseInstanceType" (parent: .abstract.instanceof.App\Form\Type\CourseInstanceType).
Resolving inheritance for "App\Form\Type\CourseInstanceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CourseInstanceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CourseModelType" (parent: .abstract.instanceof.App\Form\Type\CourseModelType).
Resolving inheritance for "App\Form\Type\CourseModelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CourseModelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CourseRegistrationType" (parent: .abstract.instanceof.App\Form\Type\CourseRegistrationType).
Resolving inheritance for "App\Form\Type\CourseRegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CourseRegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryNoteCategoryType" (parent: .abstract.instanceof.App\Form\Type\DeliveryNoteCategoryType).
Resolving inheritance for "App\Form\Type\DeliveryNoteCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryNoteCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryNoteItemType" (parent: .abstract.instanceof.App\Form\Type\DeliveryNoteItemType).
Resolving inheritance for "App\Form\Type\DeliveryNoteItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryNoteItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryNoteRowType" (parent: .abstract.instanceof.App\Form\Type\DeliveryNoteRowType).
Resolving inheritance for "App\Form\Type\DeliveryNoteRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryNoteRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryNoteType" (parent: .abstract.instanceof.App\Form\Type\DeliveryNoteType).
Resolving inheritance for "App\Form\Type\DeliveryNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryNoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DepartmentType" (parent: .abstract.instanceof.App\Form\Type\DepartmentType).
Resolving inheritance for "App\Form\Type\DepartmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DepartmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeviceSampleType" (parent: .abstract.instanceof.App\Form\Type\DeviceSampleType).
Resolving inheritance for "App\Form\Type\DeviceSampleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeviceSampleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeviceType" (parent: .abstract.instanceof.App\Form\Type\DeviceType).
Resolving inheritance for "App\Form\Type\DeviceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeviceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeviceTypeType" (parent: .abstract.instanceof.App\Form\Type\DeviceTypeType).
Resolving inheritance for "App\Form\Type\DeviceTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeviceTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DisciplinaryFieldType" (parent: .abstract.instanceof.App\Form\Type\DisciplinaryFieldType).
Resolving inheritance for "App\Form\Type\DisciplinaryFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DisciplinaryFieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DiscountType" (parent: .abstract.instanceof.App\Form\Type\DiscountType).
Resolving inheritance for "App\Form\Type\DiscountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DiscountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentType" (parent: .abstract.instanceof.App\Form\Type\DocumentType).
Resolving inheritance for "App\Form\Type\DocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DraftBomRowType" (parent: .abstract.instanceof.App\Form\Type\DraftBomRowType).
Resolving inheritance for "App\Form\Type\DraftBomRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DraftBomRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DraftBomType" (parent: .abstract.instanceof.App\Form\Type\DraftBomType).
Resolving inheritance for "App\Form\Type\DraftBomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DraftBomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DraftMovementType" (parent: .abstract.instanceof.App\Form\Type\DraftMovementType).
Resolving inheritance for "App\Form\Type\DraftMovementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DraftMovementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExpertCategoryType" (parent: .abstract.instanceof.App\Form\Type\ExpertCategoryType).
Resolving inheritance for "App\Form\Type\ExpertCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExpertCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FaqType" (parent: .abstract.instanceof.App\Form\Type\FaqType).
Resolving inheritance for "App\Form\Type\FaqType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FaqType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FatturaType" (parent: .abstract.instanceof.App\Form\Type\FatturaType).
Resolving inheritance for "App\Form\Type\FatturaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FatturaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FilaDisabilityType" (parent: .abstract.instanceof.App\Form\Type\FilaDisabilityType).
Resolving inheritance for "App\Form\Type\FilaDisabilityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FilaDisabilityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FilaIllnessCaseType" (parent: .abstract.instanceof.App\Form\Type\FilaIllnessCaseType).
Resolving inheritance for "App\Form\Type\FilaIllnessCaseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FilaIllnessCaseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FilaQuoteType" (parent: .abstract.instanceof.App\Form\Type\FilaQuoteType).
Resolving inheritance for "App\Form\Type\FilaQuoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FilaQuoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FilaRemunerationType" (parent: .abstract.instanceof.App\Form\Type\FilaRemunerationType).
Resolving inheritance for "App\Form\Type\FilaRemunerationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FilaRemunerationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FileImportType" (parent: .abstract.instanceof.App\Form\Type\FileImportType).
Resolving inheritance for "App\Form\Type\FileImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FileImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GscCustomerImportType" (parent: .abstract.instanceof.App\Form\Type\GscCustomerImportType).
Resolving inheritance for "App\Form\Type\GscCustomerImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GscCustomerImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HashtagType" (parent: .abstract.instanceof.App\Form\Type\HashtagType).
Resolving inheritance for "App\Form\Type\HashtagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HashtagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ImportFromMovementType" (parent: .abstract.instanceof.App\Form\Type\ImportFromMovementType).
Resolving inheritance for "App\Form\Type\ImportFromMovementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ImportFromMovementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IncrementCostType" (parent: .abstract.instanceof.App\Form\Type\IncrementCostType).
Resolving inheritance for "App\Form\Type\IncrementCostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IncrementCostType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InstructionType" (parent: .abstract.instanceof.App\Form\Type\InstructionType).
Resolving inheritance for "App\Form\Type\InstructionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InstructionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InstrumentCalibrationType" (parent: .abstract.instanceof.App\Form\Type\InstrumentCalibrationType).
Resolving inheritance for "App\Form\Type\InstrumentCalibrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InstrumentCalibrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IssuedBomRowType" (parent: .abstract.instanceof.App\Form\Type\IssuedBomRowType).
Resolving inheritance for "App\Form\Type\IssuedBomRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IssuedBomRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IssuedBomType" (parent: .abstract.instanceof.App\Form\Type\IssuedBomType).
Resolving inheritance for "App\Form\Type\IssuedBomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IssuedBomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemAccountingDestinationType" (parent: .abstract.instanceof.App\Form\Type\ItemAccountingDestinationType).
Resolving inheritance for "App\Form\Type\ItemAccountingDestinationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemAccountingDestinationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemBatchPortionType" (parent: .abstract.instanceof.App\Form\Type\ItemBatchPortionType).
Resolving inheritance for "App\Form\Type\ItemBatchPortionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemBatchPortionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemBatchType" (parent: .abstract.instanceof.App\Form\Type\ItemBatchType).
Resolving inheritance for "App\Form\Type\ItemBatchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemBatchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemCategoryType" (parent: .abstract.instanceof.App\Form\Type\ItemCategoryType).
Resolving inheritance for "App\Form\Type\ItemCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemType" (parent: .abstract.instanceof.App\Form\Type\ItemType).
Resolving inheritance for "App\Form\Type\ItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItinerarioType" (parent: .abstract.instanceof.App\Form\Type\ItinerarioType).
Resolving inheritance for "App\Form\Type\ItinerarioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItinerarioType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JumpDeliveryType" (parent: .abstract.instanceof.App\Form\Type\JumpDeliveryType).
Resolving inheritance for "App\Form\Type\JumpDeliveryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JumpDeliveryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\KeywordType" (parent: .abstract.instanceof.App\Form\Type\KeywordType).
Resolving inheritance for "App\Form\Type\KeywordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\KeywordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LightContactType" (parent: .abstract.instanceof.App\Form\Type\LightContactType).
Resolving inheritance for "App\Form\Type\LightContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LightContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LinkType" (parent: .abstract.instanceof.App\Form\Type\LinkType).
Resolving inheritance for "App\Form\Type\LinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ListaSpesaType" (parent: .abstract.instanceof.App\Form\Type\ListaSpesaType).
Resolving inheritance for "App\Form\Type\ListaSpesaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ListaSpesaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ListeningType" (parent: .abstract.instanceof.App\Form\Type\ListeningType).
Resolving inheritance for "App\Form\Type\ListeningType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ListeningType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MaintenancePlanType" (parent: .abstract.instanceof.App\Form\Type\MaintenancePlanType).
Resolving inheritance for "App\Form\Type\MaintenancePlanType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MaintenancePlanType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MaintenanceType" (parent: .abstract.instanceof.App\Form\Type\MaintenanceType).
Resolving inheritance for "App\Form\Type\MaintenanceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MaintenanceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MeasuringInstrumentCategoryType" (parent: .abstract.instanceof.App\Form\Type\MeasuringInstrumentCategoryType).
Resolving inheritance for "App\Form\Type\MeasuringInstrumentCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MeasuringInstrumentCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MeasuringInstrumentType" (parent: .abstract.instanceof.App\Form\Type\MeasuringInstrumentType).
Resolving inheritance for "App\Form\Type\MeasuringInstrumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MeasuringInstrumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MessageType" (parent: .abstract.instanceof.App\Form\Type\MessageType).
Resolving inheritance for "App\Form\Type\MessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MetrologicalConfirmationType" (parent: .abstract.instanceof.App\Form\Type\MetrologicalConfirmationType).
Resolving inheritance for "App\Form\Type\MetrologicalConfirmationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MetrologicalConfirmationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MilestoneType" (parent: .abstract.instanceof.App\Form\Type\MilestoneType).
Resolving inheritance for "App\Form\Type\MilestoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MilestoneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MovementAccountType" (parent: .abstract.instanceof.App\Form\Type\MovementAccountType).
Resolving inheritance for "App\Form\Type\MovementAccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MovementAccountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MovementRowType" (parent: .abstract.instanceof.App\Form\Type\MovementRowType).
Resolving inheritance for "App\Form\Type\MovementRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MovementRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MovementType" (parent: .abstract.instanceof.App\Form\Type\MovementType).
Resolving inheritance for "App\Form\Type\MovementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MovementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrganizzazioneType" (parent: .abstract.instanceof.App\Form\Type\OrganizzazioneType).
Resolving inheritance for "App\Form\Type\OrganizzazioneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrganizzazioneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OutgoingInvoiceRowToShopType" (parent: .abstract.instanceof.App\Form\Type\OutgoingInvoiceRowToShopType).
Resolving inheritance for "App\Form\Type\OutgoingInvoiceRowToShopType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OutgoingInvoiceRowToShopType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OutgoingInvoiceRowType" (parent: .abstract.instanceof.App\Form\Type\OutgoingInvoiceRowType).
Resolving inheritance for "App\Form\Type\OutgoingInvoiceRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OutgoingInvoiceRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OutgoingInvoiceType" (parent: .abstract.instanceof.App\Form\Type\OutgoingInvoiceType).
Resolving inheritance for "App\Form\Type\OutgoingInvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OutgoingInvoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PackingAssignmentType" (parent: .abstract.instanceof.App\Form\Type\PackingAssignmentType).
Resolving inheritance for "App\Form\Type\PackingAssignmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PackingAssignmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PassiveIncomeType" (parent: .abstract.instanceof.App\Form\Type\PassiveIncomeType).
Resolving inheritance for "App\Form\Type\PassiveIncomeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PassiveIncomeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PaymentTermType" (parent: .abstract.instanceof.App\Form\Type\PaymentTermType).
Resolving inheritance for "App\Form\Type\PaymentTermType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PaymentTermType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PersonContactType" (parent: .abstract.instanceof.App\Form\Type\PersonContactType).
Resolving inheritance for "App\Form\Type\PersonContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PersonContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PersonType" (parent: .abstract.instanceof.App\Form\Type\PersonType).
Resolving inheritance for "App\Form\Type\PersonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PersonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PowwowType" (parent: .abstract.instanceof.App\Form\Type\PowwowType).
Resolving inheritance for "App\Form\Type\PowwowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PowwowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PriceListRowType" (parent: .abstract.instanceof.App\Form\Type\PriceListRowType).
Resolving inheritance for "App\Form\Type\PriceListRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PriceListRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PriceListType" (parent: .abstract.instanceof.App\Form\Type\PriceListType).
Resolving inheritance for "App\Form\Type\PriceListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PriceListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PriceType" (parent: .abstract.instanceof.App\Form\Type\PriceType).
Resolving inheritance for "App\Form\Type\PriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureGroupImportType" (parent: .abstract.instanceof.App\Form\Type\ProcedureGroupImportType).
Resolving inheritance for "App\Form\Type\ProcedureGroupImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureGroupImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureModelAddDeviceType" (parent: .abstract.instanceof.App\Form\Type\ProcedureModelAddDeviceType).
Resolving inheritance for "App\Form\Type\ProcedureModelAddDeviceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureModelAddDeviceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureModelLayoutType" (parent: .abstract.instanceof.App\Form\Type\ProcedureModelLayoutType).
Resolving inheritance for "App\Form\Type\ProcedureModelLayoutType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureModelLayoutType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureModelType" (parent: .abstract.instanceof.App\Form\Type\ProcedureModelType).
Resolving inheritance for "App\Form\Type\ProcedureModelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureModelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureStepModelType" (parent: .abstract.instanceof.App\Form\Type\ProcedureStepModelType).
Resolving inheritance for "App\Form\Type\ProcedureStepModelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureStepModelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureType" (parent: .abstract.instanceof.App\Form\Type\ProcedureType).
Resolving inheritance for "App\Form\Type\ProcedureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProducedProductGroupType" (parent: .abstract.instanceof.App\Form\Type\ProducedProductGroupType).
Resolving inheritance for "App\Form\Type\ProducedProductGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProducedProductGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProducedProductType" (parent: .abstract.instanceof.App\Form\Type\ProducedProductType).
Resolving inheritance for "App\Form\Type\ProducedProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProducedProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFamilyType" (parent: .abstract.instanceof.App\Form\Type\ProductFamilyType).
Resolving inheritance for "App\Form\Type\ProductFamilyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFamilyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductType" (parent: .abstract.instanceof.App\Form\Type\ProductType).
Resolving inheritance for "App\Form\Type\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionBatchStageType" (parent: .abstract.instanceof.App\Form\Type\ProductionBatchStageType).
Resolving inheritance for "App\Form\Type\ProductionBatchStageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionBatchStageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionBatchType" (parent: .abstract.instanceof.App\Form\Type\ProductionBatchType).
Resolving inheritance for "App\Form\Type\ProductionBatchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionBatchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleBoardType" (parent: .abstract.instanceof.App\Form\Type\ProductionCycleBoardType).
Resolving inheritance for "App\Form\Type\ProductionCycleBoardType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleBoardType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleDocumentType" (parent: .abstract.instanceof.App\Form\Type\ProductionCycleDocumentType).
Resolving inheritance for "App\Form\Type\ProductionCycleDocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleDocumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleModelType" (parent: .abstract.instanceof.App\Form\Type\ProductionCycleModelType).
Resolving inheritance for "App\Form\Type\ProductionCycleModelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleModelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleStageModelPartType" (parent: .abstract.instanceof.App\Form\Type\ProductionCycleStageModelPartType).
Resolving inheritance for "App\Form\Type\ProductionCycleStageModelPartType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleStageModelPartType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleStageModelType" (parent: .abstract.instanceof.App\Form\Type\ProductionCycleStageModelType).
Resolving inheritance for "App\Form\Type\ProductionCycleStageModelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleStageModelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleStageType" (parent: .abstract.instanceof.App\Form\Type\ProductionCycleStageType).
Resolving inheritance for "App\Form\Type\ProductionCycleStageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleStageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleType" (parent: .abstract.instanceof.App\Form\Type\ProductionCycleType).
Resolving inheritance for "App\Form\Type\ProductionCycleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionLineType" (parent: .abstract.instanceof.App\Form\Type\ProductionLineType).
Resolving inheritance for "App\Form\Type\ProductionLineType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionLineType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProgettoType" (parent: .abstract.instanceof.App\Form\Type\ProgettoType).
Resolving inheritance for "App\Form\Type\ProgettoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProgettoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PromemoriaType" (parent: .abstract.instanceof.App\Form\Type\PromemoriaType).
Resolving inheritance for "App\Form\Type\PromemoriaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PromemoriaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PromoCodeType" (parent: .abstract.instanceof.App\Form\Type\PromoCodeType).
Resolving inheritance for "App\Form\Type\PromoCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PromoCodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProvinciaType" (parent: .abstract.instanceof.App\Form\Type\ProvinciaType).
Resolving inheritance for "App\Form\Type\ProvinciaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProvinciaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PtfCarachterType" (parent: .abstract.instanceof.App\Form\Type\PtfCarachterType).
Resolving inheritance for "App\Form\Type\PtfCarachterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PtfCarachterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\QuoteType" (parent: .abstract.instanceof.App\Form\Type\QuoteType).
Resolving inheritance for "App\Form\Type\QuoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\QuoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RealEstateCategoryType" (parent: .abstract.instanceof.App\Form\Type\RealEstateCategoryType).
Resolving inheritance for "App\Form\Type\RealEstateCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RealEstateCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RealEstateDesireType" (parent: .abstract.instanceof.App\Form\Type\RealEstateDesireType).
Resolving inheritance for "App\Form\Type\RealEstateDesireType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RealEstateDesireType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RealEstateType" (parent: .abstract.instanceof.App\Form\Type\RealEstateType).
Resolving inheritance for "App\Form\Type\RealEstateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RealEstateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RecapitoType" (parent: .abstract.instanceof.App\Form\Type\RecapitoType).
Resolving inheritance for "App\Form\Type\RecapitoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RecapitoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReferenceType" (parent: .abstract.instanceof.App\Form\Type\ReferenceType).
Resolving inheritance for "App\Form\Type\ReferenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReferenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReleaseNoteType" (parent: .abstract.instanceof.App\Form\Type\ReleaseNoteType).
Resolving inheritance for "App\Form\Type\ReleaseNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReleaseNoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReleaseType" (parent: .abstract.instanceof.App\Form\Type\ReleaseType).
Resolving inheritance for "App\Form\Type\ReleaseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReleaseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RigaFatturaType" (parent: .abstract.instanceof.App\Form\Type\RigaFatturaType).
Resolving inheritance for "App\Form\Type\RigaFatturaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RigaFatturaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RoleType" (parent: .abstract.instanceof.App\Form\Type\RoleType).
Resolving inheritance for "App\Form\Type\RoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RoleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SaasDefaultType" (parent: .abstract.instanceof.App\Form\Type\SaasDefaultType).
Resolving inheritance for "App\Form\Type\SaasDefaultType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SaasDefaultType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SampleInstrumentCalibrationType" (parent: .abstract.instanceof.App\Form\Type\SampleInstrumentCalibrationType).
Resolving inheritance for "App\Form\Type\SampleInstrumentCalibrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SampleInstrumentCalibrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SddCreateType" (parent: .abstract.instanceof.App\Form\Type\SddCreateType).
Resolving inheritance for "App\Form\Type\SddCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SddCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchDataImportType" (parent: .abstract.instanceof.App\Form\Type\SearchDataImportType).
Resolving inheritance for "App\Form\Type\SearchDataImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchDataImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchDataRowType" (parent: .abstract.instanceof.App\Form\Type\SearchDataRowType).
Resolving inheritance for "App\Form\Type\SearchDataRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchDataRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SectorType" (parent: .abstract.instanceof.App\Form\Type\SectorType).
Resolving inheritance for "App\Form\Type\SectorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SectorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SerialNumberType" (parent: .abstract.instanceof.App\Form\Type\SerialNumberType).
Resolving inheritance for "App\Form\Type\SerialNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SerialNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ShopType" (parent: .abstract.instanceof.App\Form\Type\ShopType).
Resolving inheritance for "App\Form\Type\ShopType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ShopType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SimulationGroupType" (parent: .abstract.instanceof.App\Form\Type\SimulationGroupType).
Resolving inheritance for "App\Form\Type\SimulationGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SimulationGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SimulationType" (parent: .abstract.instanceof.App\Form\Type\SimulationType).
Resolving inheritance for "App\Form\Type\SimulationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SimulationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SitePageType" (parent: .abstract.instanceof.App\Form\Type\SitePageType).
Resolving inheritance for "App\Form\Type\SitePageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SitePageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SpesaType" (parent: .abstract.instanceof.App\Form\Type\SpesaType).
Resolving inheritance for "App\Form\Type\SpesaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SpesaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StageModelCategoryType" (parent: .abstract.instanceof.App\Form\Type\StageModelCategoryType).
Resolving inheritance for "App\Form\Type\StageModelCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StageModelCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StockLocationType" (parent: .abstract.instanceof.App\Form\Type\StockLocationType).
Resolving inheritance for "App\Form\Type\StockLocationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StockLocationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StockMovementType" (parent: .abstract.instanceof.App\Form\Type\StockMovementType).
Resolving inheritance for "App\Form\Type\StockMovementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StockMovementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubscriptionType" (parent: .abstract.instanceof.App\Form\Type\SubscriptionType).
Resolving inheritance for "App\Form\Type\SubscriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubscriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TagType" (parent: .abstract.instanceof.App\Form\Type\TagType).
Resolving inheritance for "App\Form\Type\TagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TaskEstateType" (parent: .abstract.instanceof.App\Form\Type\TaskEstateType).
Resolving inheritance for "App\Form\Type\TaskEstateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TaskEstateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TaskType" (parent: .abstract.instanceof.App\Form\Type\TaskType).
Resolving inheritance for "App\Form\Type\TaskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TaskType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamType" (parent: .abstract.instanceof.App\Form\Type\TeamType).
Resolving inheritance for "App\Form\Type\TeamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TimeScheduleType" (parent: .abstract.instanceof.App\Form\Type\TimeScheduleType).
Resolving inheritance for "App\Form\Type\TimeScheduleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TimeScheduleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TipoCanaleType" (parent: .abstract.instanceof.App\Form\Type\TipoCanaleType).
Resolving inheritance for "App\Form\Type\TipoCanaleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TipoCanaleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TipoCaratteristicaAziendaleType" (parent: .abstract.instanceof.App\Form\Type\TipoCaratteristicaAziendaleType).
Resolving inheritance for "App\Form\Type\TipoCaratteristicaAziendaleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TipoCaratteristicaAziendaleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TipoEventoType" (parent: .abstract.instanceof.App\Form\Type\TipoEventoType).
Resolving inheritance for "App\Form\Type\TipoEventoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TipoEventoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TipoIvaType" (parent: .abstract.instanceof.App\Form\Type\TipoIvaType).
Resolving inheritance for "App\Form\Type\TipoIvaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TipoIvaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TransferEmailsType" (parent: .abstract.instanceof.App\Form\Type\TransferEmailsType).
Resolving inheritance for "App\Form\Type\TransferEmailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TransferEmailsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType" (parent: .abstract.instanceof.App\Form\Type\UserType).
Resolving inheritance for "App\Form\Type\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeviceSampleRepository" (parent: .abstract.instanceof.App\Repository\DeviceSampleRepository).
Resolving inheritance for "App\Repository\DeviceSampleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeviceSampleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartNumberRepository" (parent: .abstract.instanceof.App\Repository\PartNumberRepository).
Resolving inheritance for "App\Repository\PartNumberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartNumberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceRepository" (parent: .abstract.instanceof.App\Repository\PriceRepository).
Resolving inheritance for "App\Repository\PriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SampleInstrumentCalibrationRepository" (parent: .abstract.instanceof.App\Repository\SampleInstrumentCalibrationRepository).
Resolving inheritance for "App\Repository\SampleInstrumentCalibrationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SampleInstrumentCalibrationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppTranslationExtension" (parent: .abstract.instanceof.App\Twig\AppTranslationExtension).
Resolving inheritance for "App\Twig\AppTranslationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppTranslationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwoDIExtension" (parent: .abstract.instanceof.App\Twig\TwoDIExtension).
Resolving inheritance for "App\Twig\TwoDIExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwoDIExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "assets._version_jsFiles" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_jsFiles" (parent: assets.path_package).
Resolving inheritance for "assets._version_cssFiles" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_cssFiles" (parent: assets.path_package).
Resolving inheritance for "assets._version_libs" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_libs" (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 "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
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.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "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.user_db" (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.pub" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.pub" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.apiv2" (parent: security.firewall.config).
Resolving inheritance for "security.listener.apiv2.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.apiv2" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.apiv2" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.apiv2" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.apiv2" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.apiv2" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.apiv2" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.json_login.api" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
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.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.http_basic.main" (parent: security.authenticator.http_basic).
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.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "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 "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.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.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.deprecation" (parent: monolog.logger_prototype).
1
Removing service-argument resolver for controller "App\Controller\ApiLoginController::index": no corresponding services exist for the referenced types.
291
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\Component\Asset\PackageInterface $jsFiles.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $jsFilesPackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $cssFiles.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $cssFilesPackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $libs.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $libsPackage"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "http_client.uri_template_expander"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "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\WebLink\HttpHeaderSerializer"; 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\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; 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 "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\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_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.apiv2"; reason: private alias.
Removed service "security.user_checker.apiv2"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "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 "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Database $ceppoappfirebaseDatabase"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Auth $ceppoappfirebaseAuth"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Storage $ceppoappfirebaseStorage"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\RemoteConfig $ceppoappfirebaseRemote_config"; reason: private alias.
Removed service "Kreait\Firebase\Contract\RemoteConfig $ceppoappfirebaseRemoteConfig"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Messaging $ceppoappfirebaseMessaging"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Firestore $ceppoappfirebaseFirestore"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\DynamicLinks $ceppoappfirebaseDynamic_links"; reason: private alias.
Removed service "Kreait\Firebase\Contract\DynamicLinks $ceppoappfirebaseDynamicLinks"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; 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 "doctrine.id_generator_locator"; 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 $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $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 $deprecationLogger"; reason: private alias.
Removed service ".service_locator.6DxUFLS"; reason: private alias.
Removed service ".service_locator.27KOu4H"; reason: private alias.
Removed service ".service_locator._O6RBaz"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.JWHUQFd"; reason: private alias.
Removed service ".service_locator.4A.m7pr"; reason: private alias.
Removed service ".service_locator.Bc8DYYC"; reason: private alias.
Removed service ".service_locator.iFndl0S"; reason: private alias.
Removed service ".service_locator.wA7xHw3"; reason: private alias.
Removed service ".service_locator.EQtf0Nc"; reason: private alias.
Removed service ".service_locator.TEuNk.7"; reason: private alias.
Removed service ".service_locator.KKckzy1"; reason: private alias.
Removed service ".service_locator.hD97E0M"; reason: private alias.
Removed service ".service_locator.3sb4elp"; reason: private alias.
Removed service ".service_locator.hKMN7lQ"; reason: private alias.
Removed service ".service_locator.I.doMjj"; reason: private alias.
Removed service ".service_locator.PEZgl5r"; reason: private alias.
Removed service ".service_locator._kxiVA7"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.SqI3sc9"; reason: private alias.
Removed service ".service_locator.ijTZ70k"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.Pu_8k9o"; 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 "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.apiv2"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.apiv2"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.8jCa.4a"; reason: private alias.
Removed service ".service_locator.XMwKu7p"; reason: private alias.
Removed service ".service_locator.eQ296SW"; reason: private alias.
Removed service ".service_locator.JOoEFsb"; reason: private alias.
Removed service ".service_locator.vN89imW"; reason: private alias.
Removed service ".service_locator.FjK0m3f"; reason: private alias.
Removed service ".service_locator.JJb8Bw4"; reason: private alias.
Removed service ".service_locator.dkfoqo."; reason: private alias.
Removed service ".service_locator.iZaUgCU"; reason: private alias.
Removed service ".service_locator.yQzgTZE"; reason: private alias.
Removed service ".service_locator.6FnkRog"; reason: private alias.
Removed service ".service_locator.MEk7Mge"; reason: private alias.
Removed service ".service_locator.yks9R7v"; reason: private alias.
Removed service ".service_locator.4Fn53sR"; reason: private alias.
Removed service ".service_locator.EJPdBd5"; reason: private alias.
Removed service ".service_locator.6UAwEfF"; reason: private alias.
Removed service ".service_locator.XrTuEDR"; reason: private alias.
Removed service ".service_locator.e7YOogF"; reason: private alias.
Removed service ".service_locator.nP6GzHL"; reason: private alias.
Removed service ".service_locator.PD3ExlS"; reason: private alias.
Removed service ".service_locator.drPspL."; reason: private alias.
Removed service ".service_locator.RhzFcta"; reason: private alias.
Removed service ".service_locator.4mfkDJz"; reason: private alias.
Removed service ".service_locator.zGnd8dh"; reason: private alias.
Removed service ".service_locator.h8lEXPC"; reason: private alias.
Removed service ".service_locator.rGpaEE."; reason: private alias.
Removed service ".service_locator.DWeFmx3"; reason: private alias.
Removed service ".service_locator.qUGVNke"; reason: private alias.
Removed service ".service_locator.kggCzOs"; reason: private alias.
Removed service ".service_locator.GeFND7u"; reason: private alias.
Removed service ".service_locator.G2a4Wi1"; reason: private alias.
Removed service ".service_locator.UqXG62E"; reason: private alias.
Removed service ".service_locator.u.HdPWl"; reason: private alias.
Removed service ".service_locator.nfRPf0o"; reason: private alias.
Removed service ".service_locator.jTSL9qb"; reason: private alias.
Removed service ".service_locator.gaTSUXr"; reason: private alias.
Removed service ".service_locator.W74JSlu"; reason: private alias.
Removed service ".service_locator.eLI1CYE"; reason: private alias.
Removed service ".service_locator.oiW162L"; reason: private alias.
Removed service ".service_locator.JgCScCC"; reason: private alias.
Removed service ".service_locator.oTOTTes"; reason: private alias.
Removed service ".service_locator.YORZPt1"; reason: private alias.
Removed service ".service_locator.c2_bC2r"; reason: private alias.
Removed service ".service_locator.xnzY7Kb"; reason: private alias.
Removed service ".service_locator.qKJelw4"; reason: private alias.
Removed service ".service_locator.HM_IW4m"; reason: private alias.
Removed service ".service_locator.6uBvspE"; reason: private alias.
Removed service ".service_locator.dlP276k"; reason: private alias.
Removed service ".service_locator.ZqZi9pO"; reason: private alias.
Removed service ".service_locator.R0EXutW"; reason: private alias.
Removed service ".service_locator.BnaX2l6"; reason: private alias.
Removed service ".service_locator.dttg5.q"; reason: private alias.
Removed service ".service_locator.JNOZMso"; reason: private alias.
Removed service ".service_locator.iJhvERf"; reason: private alias.
Removed service ".service_locator.hQc7Kc0"; reason: private alias.
Removed service ".service_locator.JZE5yA3"; reason: private alias.
Removed service ".service_locator.9RZB8WN"; reason: private alias.
Removed service ".service_locator.TXsTNVY"; reason: private alias.
Removed service ".service_locator.UlANTiN"; reason: private alias.
Removed service ".service_locator.EAoSZ4m"; reason: private alias.
Removed service ".service_locator.wcooO9I"; reason: private alias.
Removed service ".service_locator.SJPN5T5"; reason: private alias.
Removed service ".service_locator.EmZ4cZI"; reason: private alias.
Removed service ".service_locator.ekBl.qm"; reason: private alias.
Removed service ".service_locator.gWko30k"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.Zh3tsX2"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
577
Changed reference of service "App\Command\CheckCalibrationDeadlinesCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\ContractDeadlineNotificationsCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\ElfCronCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\SynchronizeGimErpCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\SynchronizeGimMagCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\SynchronizeGimToiCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\ToiDailySummaryCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Command\closeTaskIntervalsCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\AbilitazioneController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AbilitazioneController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AccessBadgeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AccessBadgeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AccessLogController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AccessLogController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AddedWeightController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AddedWeightController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AddressController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AddressController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AddressPoolController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AddressPoolController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AdminController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AdminController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AgencyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AgencyController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AgentCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AgentCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AgentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AgentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AllegatoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AllegatoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AnnotationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AnnotationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AppartenenzaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AppartenenzaController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ApplicableDocumentCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ApplicableDocumentCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ArgomentoPeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ArgomentoPeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ArticoloController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ArticoloController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AssetSymbolController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AssetSymbolController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AvvisoGlobaleCatController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AvvisoGlobaleCatController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AvvisoGlobaleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AvvisoGlobaleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\AvvisoOrganizzazioneController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AvvisoOrganizzazioneController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\BankController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\BankController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\BomController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\BomController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\BomRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\BomRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\BrandController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\BrandController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\BrandKeywordController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\BrandKeywordController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\BrandToolController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\BrandToolController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CadenzaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CadenzaController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CalibrationCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CalibrationCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CalibrationProcedureController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CalibrationProcedureController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CalibrationProcedureVariantController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CalibrationProcedureVariantController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CampaignActionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CampaignActionController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CampaignController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CampaignController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CampaignSloganController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CampaignSloganController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CanaleOnlineController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CanaleOnlineController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CaratteristicaAziendaleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CaratteristicaAziendaleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CatalogueVoiceCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CatalogueVoiceCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CatalogueVoiceComponentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CatalogueVoiceComponentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CatalogueVoiceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CatalogueVoiceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CatalogueVoiceRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CatalogueVoiceRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CategoriaAvvisoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CategoriaAvvisoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoAddedItemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoAddedItemController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoBatchCeppoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoBatchCeppoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoBatchController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoBatchController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoBatchEmailController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoBatchEmailController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoBatchFreeItemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoBatchFreeItemController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoBatchItemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoBatchItemController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoBatchItineraryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoBatchItineraryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoCeppoBatchItemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoCeppoBatchItemController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoMovementController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoMovementController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoRankingItemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoRankingItemController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoRuleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoRuleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CeppoRuleExceptionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CeppoRuleExceptionController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CityController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CityController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CommentoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CommentoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CommoditySectorController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CommoditySectorController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CompetitorBrandController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CompetitorBrandController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CompetitorCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CompetitorCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CompetitorController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CompetitorController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ConfigurazioneController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ConfigurazioneController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContactAccountController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContactAccountController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContactAgentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContactAgentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContactBankAccountController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContactBankAccountController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContactGroupController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContactGroupController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContactPairingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContactPairingController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContactPoolController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContactPoolController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContactPriceListController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContactPriceListController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContactSourceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContactSourceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContattoCeppoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContattoCeppoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContattoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContattoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContractAgentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContractAgentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContractCostRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContractCostRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContractRowCeppoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContractRowCeppoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContractRowCeppoExcludedItemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContractRowCeppoExcludedItemController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContractRowCeppoItemCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContractRowCeppoItemCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContractRowCeppoItemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContractRowCeppoItemController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContractRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContractRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContractRowFreeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContractRowFreeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContractRowItemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContractRowItemController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContrattoCeppoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContrattoCeppoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ContrattoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ContrattoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CostDocumentDraftController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CostDocumentDraftController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CostDocumentRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CostDocumentRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CourseInstanceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CourseInstanceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CourseModelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CourseModelController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CourseRegistrationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CourseRegistrationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\CustomerController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CustomerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DashboardController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DashboardController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DefaultController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DeliveryNoteCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DeliveryNoteCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DeliveryNoteCeppoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DeliveryNoteCeppoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DeliveryNoteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DeliveryNoteItemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DeliveryNoteItemController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DeliveryNoteRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DeliveryNoteRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DemoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DemoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DepartmentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DepartmentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DeviceChannelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DeviceChannelController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DeviceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DeviceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DeviceSampleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DeviceSampleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DeviceSampleDeviceChannelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DeviceSampleDeviceChannelController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DeviceTypeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DeviceTypeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DisciplinaryFieldController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DisciplinaryFieldController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DiscountController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DiscountController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DocumentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DocumentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DraftBomController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DraftBomController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DraftBomRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DraftBomRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DraftMovementController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DraftMovementController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DraftMovementDocumentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DraftMovementDocumentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\DummyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DummyController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\EventoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\EventoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ExpertCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ExpertCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\FaqController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\FaqController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\FatturaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\FatturaController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\FidelityCardController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\FidelityCardController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\FilaDisabilityController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\FilaDisabilityController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\FilaIllnessCaseController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\FilaIllnessCaseController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\FilaQuoteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\FilaQuoteController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\FilaRemunerationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\FilaRemunerationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\GeneralBisController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\GeneralBisController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\GenericAttributeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\GenericAttributeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\HashtagController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\HashtagController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\HomeNotificationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\HomeNotificationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\InstructionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\InstructionController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\InstrumentCalibrationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\InstrumentCalibrationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\InstrumentSectorDataController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\InstrumentSectorDataController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\IssuedBomController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\IssuedBomController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\IssuedBomRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\IssuedBomRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ItemAccountingDestinationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ItemAccountingDestinationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ItemBatchController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ItemBatchController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ItemBatchPortionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ItemBatchPortionController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ItemCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ItemCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ItemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ItemController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ItinerarioController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ItinerarioController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\JumpDeliveryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\JumpDeliveryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\KeywordController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\KeywordController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\LightContactController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\LightContactController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\LinkController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\LinkController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\LinkedExpertController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\LinkedExpertController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ListaSpesaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ListaSpesaController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ListeningController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ListeningController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\MaintenanceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MaintenanceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\MaintenancePlanController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MaintenancePlanController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\MeasuringInstrumentCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MeasuringInstrumentCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\MeasuringInstrumentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MeasuringInstrumentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\MeasuringPointController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MeasuringPointController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\MessageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MessageController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\MetrologicalConfirmationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MetrologicalConfirmationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\MilestoneController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MilestoneController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\MovementAccountController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MovementAccountController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\MovementController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MovementController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\MovementRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MovementRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\OrganizzazioneController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\OrganizzazioneController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\OutgoingInvoiceBaseController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\OutgoingInvoiceBaseController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\OutgoingInvoiceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\OutgoingInvoiceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PackingAssignmentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PackingAssignmentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PassiveIncomeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PassiveIncomeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PaymentTermController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PaymentTermController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PersonAddressController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PersonAddressController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PersonContactController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PersonContactController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PersonController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PersonController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PgInterfaceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PgInterfaceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PostponedActionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PostponedActionController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PowwowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PowwowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PpJobController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PpJobController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PpJobRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PpJobRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PriceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PriceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PriceListController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PriceListController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PriceListRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PriceListRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProcedureController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProcedureController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProcedureDeviceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProcedureDeviceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProcedureModelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProcedureModelController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProcedureModelLayoutController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProcedureModelLayoutController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProcedureStepController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProcedureStepController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProcedureStepModelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProcedureStepModelController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProducedProductController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProducedProductController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductFamilyController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductFamilyController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductionBatchController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductionBatchController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductionBatchStageDeviceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductionBatchStageDeviceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductionBatchStagePartController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductionBatchStagePartController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductionBreakController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductionBreakController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductionCycleBoardController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductionCycleBoardController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductionCycleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductionCycleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductionCycleDocumentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductionCycleDocumentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductionCycleModelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductionCycleModelController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductionCycleStageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductionCycleStageController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductionCycleStageModelDeviceCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductionCycleStageModelDeviceCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductionCycleStageModelPartController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductionCycleStageModelPartController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductionCycleStagePartController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductionCycleStagePartController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProductionLineController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProductionLineController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProgettoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProgettoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PromemoriaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PromemoriaController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PromoCodeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PromoCodeController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ProvinciaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProvinciaController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\PtfCarachterController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PtfCarachterController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\QuoteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\QuoteController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\RealEstateCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\RealEstateCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\RealEstateController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\RealEstateController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\RealEstateDesireController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\RealEstateDesireController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\RecapitoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\RecapitoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ReferenceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ReferenceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ReleaseController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ReleaseController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\RigaFatturaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\RigaFatturaController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\SampleInstrumentCalibrationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SampleInstrumentCalibrationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\SearchDataImportController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SearchDataImportController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\SearchDataRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SearchDataRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\SectorController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SectorController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\SerialNumberController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SerialNumberController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ShopController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ShopController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ShoppingListItemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ShoppingListItemController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\SimulationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SimulationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\SimulationGroupController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SimulationGroupController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\SitePageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SitePageController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\SpesaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SpesaController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\StageModelCategoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\StageModelCategoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\StageModelCategoryRowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\StageModelCategoryRowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\StockLocationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\StockLocationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\StockMovementController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\StockMovementController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\SubscriptionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SubscriptionController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\TagController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\TagController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\TaskIntervalController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\TaskIntervalController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\TeamController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\TeamController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\TimeScheduleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\TimeScheduleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\TipoCanaleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\TipoCanaleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\TipoCaratteristicaAziendaleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\TipoCaratteristicaAziendaleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\TipoEventoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\TipoEventoController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\TipoIvaController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\TipoIvaController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\TwoFactorAuthController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\TwoFactorAuthController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\TwoFactorAuthController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\UserController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\UserController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\UserRoleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\UserRoleController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\oldPgInterfaceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\oldPgInterfaceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\EventListener\App2DSaasLogoutListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\AuthorizationListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\MaintenanceListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\TwoDIExceptionListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\AccessDeniedHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\App2DSaasAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\App2DSaasAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Security\AuthenticationExceptionHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\CeppoService" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\CeppoService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\ConfigManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\ContactService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\ContractService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\ControllerUtilsService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\ExternalDispatchers\EmailDispatcher_Old" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\ExternalDispatchers\EmailDispatcher_Old" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\ExternalDispatchers\MailerDispatcher" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\LookupsService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\PaymentService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\PdfManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\PdfManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\PdfService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\ProductionBatchService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Services\TaskService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Twig\AppTranslationExtension" 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.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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 "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 "security.authenticator.json_login.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ulsjDhc" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator..Caae5i" 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.h39.WnM" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
1366
Removed service "App\Entity"; 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 "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "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 "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackupCreateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BackupCreateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackupRestoreCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BackupRestoreCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckCalibrationDeadlinesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CheckCalibrationDeadlinesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckMaintenanceDeadlinesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CheckMaintenanceDeadlinesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckSubscriptionDeadlinesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CheckSubscriptionDeadlinesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ContractDeadlineNotificationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ContractDeadlineNotificationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CpNotificationSendCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CpNotificationSendCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ElfCronCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ElfCronCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MqttConnectionTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MqttConnectionTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PostDeployCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PostDeployCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PostponedActionsApplyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PostponedActionsApplyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizeGimErpCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SynchronizeGimErpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizeGimMagCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SynchronizeGimMagCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SynchronizeGimToiCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SynchronizeGimToiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ToiDailySummaryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ToiDailySummaryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\closeTaskIntervalsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\closeTaskIntervalsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbilitazioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbilitazioneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AbilitazioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccessBadgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccessBadgeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AccessBadgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccessLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccessLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AccessLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddedWeightController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddedWeightController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AddedWeightController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AddressPoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AddressPoolController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AddressPoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgencyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AgencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgentCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgentCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AgentCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AgentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AllegatoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AllegatoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AllegatoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnnotationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnnotationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AnnotationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiLoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AppartenenzaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AppartenenzaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AppartenenzaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApplicableDocumentCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApplicableDocumentCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApplicableDocumentCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArgomentoPeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArgomentoPeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArgomentoPeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticoloController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticoloController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArticoloController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssetSymbolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssetSymbolController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AssetSymbolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvvisoGlobaleCatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvvisoGlobaleCatController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AvvisoGlobaleCatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvvisoGlobaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvvisoGlobaleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AvvisoGlobaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvvisoOrganizzazioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvvisoOrganizzazioneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AvvisoOrganizzazioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BankController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BankController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BankController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BomRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BomRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BomRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandKeywordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandKeywordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BrandKeywordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandToolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandToolController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BrandToolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CadenzaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CadenzaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CadenzaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalibrationCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalibrationCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CalibrationCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalibrationProcedureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalibrationProcedureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CalibrationProcedureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalibrationProcedureVariantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalibrationProcedureVariantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CalibrationProcedureVariantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignActionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CampaignActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CampaignSloganController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CampaignSloganController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CampaignSloganController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CanaleOnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CanaleOnlineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CanaleOnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CaratteristicaAziendaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CaratteristicaAziendaleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CaratteristicaAziendaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogueVoiceCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogueVoiceCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CatalogueVoiceCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogueVoiceComponentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogueVoiceComponentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CatalogueVoiceComponentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogueVoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogueVoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CatalogueVoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogueVoiceRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogueVoiceRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CatalogueVoiceRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriaAvvisoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriaAvvisoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CategoriaAvvisoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoAddedItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoAddedItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoAddedItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchCeppoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchCeppoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoBatchCeppoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoBatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchEmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoBatchEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchFreeItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchFreeItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoBatchFreeItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoBatchItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoBatchItineraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoBatchItineraryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoBatchItineraryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoCeppoBatchItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoCeppoBatchItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoCeppoBatchItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoMovementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoMovementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoMovementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoRankingItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoRankingItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoRankingItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoRuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CeppoRuleExceptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CeppoRuleExceptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CeppoRuleExceptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommentoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommentoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CommentoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommoditySectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommoditySectorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CommoditySectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompetitorBrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompetitorBrandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompetitorBrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompetitorCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompetitorCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompetitorCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompetitorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompetitorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompetitorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfigurazioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigurazioneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConfigurazioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactAccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactAgentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactAgentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactAgentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactBankAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactBankAccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactBankAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactPairingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactPairingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactPairingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactPoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactPoolController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactPoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactPriceListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactPriceListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactPriceListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactSourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactSourceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactSourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContattoCeppoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContattoCeppoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContattoCeppoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContattoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContattoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContattoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractAgentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractAgentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContractAgentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractCostRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractCostRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContractCostRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowCeppoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowCeppoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContractRowCeppoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowCeppoExcludedItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowCeppoExcludedItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContractRowCeppoExcludedItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowCeppoItemCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowCeppoItemCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContractRowCeppoItemCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowCeppoItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowCeppoItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContractRowCeppoItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContractRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowFreeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowFreeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContractRowFreeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContractRowItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContractRowItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContractRowItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContrattoCeppoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContrattoCeppoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContrattoCeppoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContrattoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContrattoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContrattoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CostDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentDraftController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentDraftController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CostDocumentDraftController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentInvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CostDocumentInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentPaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CostDocumentPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CostDocumentRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CostDocumentRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CostDocumentRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseInstanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseInstanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseInstanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseModelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CourseRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CourseRegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CourseRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeliveryNoteCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteCeppoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteCeppoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeliveryNoteCeppoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeliveryNoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeliveryNoteItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryNoteRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryNoteRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeliveryNoteRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DemoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DemoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DepartmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DepartmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DepartmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceChannelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceChannelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeviceChannelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceSampleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceSampleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeviceSampleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceSampleDeviceChannelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceSampleDeviceChannelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeviceSampleDeviceChannelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeviceTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeviceTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeviceTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DisciplinaryFieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DisciplinaryFieldController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DisciplinaryFieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiscountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DraftBomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DraftBomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DraftBomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DraftBomRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DraftBomRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DraftBomRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DraftMovementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DraftMovementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DraftMovementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DraftMovementDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DraftMovementDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DraftMovementDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DummyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DummyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DummyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExpertCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExpertCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExpertCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FatturaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FatturaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FatturaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FidelityCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FidelityCardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FidelityCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilaDisabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilaDisabilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FilaDisabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilaIllnessCaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilaIllnessCaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FilaIllnessCaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilaQuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilaQuoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FilaQuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilaRemunerationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilaRemunerationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FilaRemunerationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FogNodeLocalPrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FogNodeLocalPrintController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FogNodeLocalPrintController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GeneralBisController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GeneralBisController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GeneralBisController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GeneralTrisController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GeneralTrisController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GeneralTrisController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GenericAttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GenericAttributeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GenericAttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HashtagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HashtagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HashtagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InstructionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InstructionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InstructionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InstrumentCalibrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InstrumentCalibrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InstrumentCalibrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InstrumentSectorDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InstrumentSectorDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InstrumentSectorDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IssuedBomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IssuedBomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IssuedBomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IssuedBomRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IssuedBomRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IssuedBomRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemAccountingDestinationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemAccountingDestinationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ItemAccountingDestinationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemBatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemBatchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ItemBatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemBatchPortionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemBatchPortionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ItemBatchPortionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ItemCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ItinerarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ItinerarioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ItinerarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\JumpDeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\JumpDeliveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\JumpDeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\KeywordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\KeywordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\KeywordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LightContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LightContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LightContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LinkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LinkedExpertController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LinkedExpertController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LinkedExpertController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListaSpesaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListaSpesaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ListaSpesaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListeningController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListeningController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ListeningController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenancePlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenancePlanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MaintenancePlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MeasuringInstrumentCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MeasuringInstrumentCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MeasuringInstrumentCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MeasuringInstrumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MeasuringInstrumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MeasuringInstrumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MeasuringPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MeasuringPointController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MeasuringPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MetrologicalConfirmationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MetrologicalConfirmationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MetrologicalConfirmationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MilestoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MilestoneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MilestoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MovementAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MovementAccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MovementAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MovementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MovementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MovementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MovementRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MovementRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MovementRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrganizzazioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrganizzazioneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrganizzazioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OutgoingInvoiceBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OutgoingInvoiceBaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OutgoingInvoiceBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OutgoingInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OutgoingInvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OutgoingInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PackingAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PackingAssignmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PackingAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PassiveIncomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PassiveIncomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PassiveIncomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentTermController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentTermController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PaymentTermController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonAddressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PersonAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PersonContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PgInterfaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PgInterfaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PgInterfaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PostponedActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PostponedActionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PostponedActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PowwowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PowwowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PowwowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PpJobController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PpJobController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PpJobController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PpJobRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PpJobRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PpJobRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PriceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PriceListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PriceListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PriceListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PriceListRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PriceListRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PriceListRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProcedureApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProcedureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureDeviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureDeviceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProcedureDeviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureModelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProcedureModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureModelLayoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureModelLayoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProcedureModelLayoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureStepController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureStepController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProcedureStepController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProcedureStepModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProcedureStepModelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProcedureStepModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProducedProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProducedProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProducedProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductFamilyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductFamilyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductFamilyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBatchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionBatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBatchStageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBatchStageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionBatchStageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBatchStageDeviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBatchStageDeviceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionBatchStageDeviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBatchStagePartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBatchStagePartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionBatchStagePartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionBreakController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionBreakController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionBreakController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleBoardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleBoardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionCycleBoardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionCycleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionCycleDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleModelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionCycleModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionCycleStageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStageModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStageModelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionCycleStageModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStageModelDeviceCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStageModelDeviceCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionCycleStageModelDeviceCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStageModelPartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStageModelPartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionCycleStageModelPartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionCycleStagePartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionCycleStagePartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionCycleStagePartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductionLineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductionLineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductionLineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProgettoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProgettoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProgettoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromemoriaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromemoriaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PromemoriaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromoCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromoCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PromoCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProvinciaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProvinciaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProvinciaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PtfCarachterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PtfCarachterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PtfCarachterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RealEstateCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RealEstateCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RealEstateCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RealEstateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RealEstateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RealEstateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RealEstateDesireController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RealEstateDesireController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RealEstateDesireController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecapitoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecapitoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RecapitoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReferenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReleaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReleaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReleaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RigaFatturaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RigaFatturaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RigaFatturaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RoleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SampleInstrumentCalibrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SampleInstrumentCalibrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SampleInstrumentCalibrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchDataImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchDataImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchDataImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchDataRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchDataRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchDataRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SectorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SectorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SerialNumberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SerialNumberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SerialNumberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShoppingListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShoppingListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ShoppingListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShoppingListItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShoppingListItemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ShoppingListItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SimulationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SimulationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SimulationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SimulationGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SimulationGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SimulationGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitePageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SitePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpesaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpesaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SpesaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StageModelCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StageModelCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StageModelCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StageModelCategoryRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StageModelCategoryRowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StageModelCategoryRowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StockLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StockLocationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StockLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StockMovementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StockMovementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StockMovementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TaskApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskIntervalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskIntervalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TaskIntervalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TeamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TeamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TimeScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TimeScheduleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TimeScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoCanaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoCanaleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TipoCanaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoCaratteristicaAziendaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoCaratteristicaAziendaleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TipoCaratteristicaAziendaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoEventoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoEventoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TipoEventoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoIvaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoIvaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TipoIvaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwoFactorAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwoFactorAuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TwoFactorAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRoleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserRoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\oldPgInterfaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\oldPgInterfaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\oldPgInterfaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.App\DataCollector\DatabaseDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\DataCollector\DatabaseDataCollector"; reason: abstract.
Removed service ".abstract.instanceof.App\DataCollector\DatabaseDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.App\DataCollector\GitDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\DataCollector\GitDataCollector"; reason: abstract.
Removed service ".abstract.instanceof.App\DataCollector\GitDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.App\DataCollector\OrganizationDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\DataCollector\OrganizationDataCollector"; reason: abstract.
Removed service ".abstract.instanceof.App\DataCollector\OrganizationDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\App2DSaasLogoutListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\App2DSaasLogoutListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LocaleListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LocaleListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\MessengerEventsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\MessengerEventsSubscriber"; reason: abstract.
Removed service ".instanceof.App\EventListener\TwoDIOnDEListener.0.App\EventListener\TwoDIOnDEListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\TwoDIOnDEListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AbilitazioneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AbilitazioneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AccessBadgeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AccessBadgeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AccessLogType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AccessLogType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AddedWeightType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AddedWeightType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AddressPoolType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AddressPoolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AgentCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AgentCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AgentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AgentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AllegatoFileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AllegatoFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AllegatoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AllegatoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AnnotationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AnnotationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AppartenenzaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AppartenenzaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ApplicableDocumentCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ApplicableDocumentCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ArgomentoPeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ArgomentoPeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ArticoloType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ArticoloType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AssetSymbolType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AssetSymbolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AvvisoGlobaleCatType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AvvisoGlobaleCatType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AvvisoGlobaleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AvvisoGlobaleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AvvisoOrganizzazioneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\AvvisoOrganizzazioneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BankType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BankType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BomDirtyImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BomDirtyImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BomImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BomImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BomRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BomRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BrandCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BrandCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BrandToolType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BrandToolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\BrandType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\BrandType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CadenzaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CadenzaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CalibrationCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CalibrationCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CalibrationProcedureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CalibrationProcedureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CalibrationProcedureVariantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CalibrationProcedureVariantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CampaignActionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CampaignActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CampaignSloganType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CampaignSloganType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CampaignType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CampaignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CanaleAllegatiType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CanaleAllegatiType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CanaleOnlineType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CanaleOnlineType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CaratteristicaAziendaleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CaratteristicaAziendaleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CatalogueVoiceCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CatalogueVoiceCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CatalogueVoiceComponentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CatalogueVoiceComponentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CatalogueVoiceRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CatalogueVoiceRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CatalogueVoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CatalogueVoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CategoriaAvvisoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CategoriaAvvisoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoAddedItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CeppoAddedItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchCeppoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CeppoBatchCeppoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchFreeItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CeppoBatchFreeItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CeppoBatchItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchItineraryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CeppoBatchItineraryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoBatchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CeppoBatchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CeppoRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoRuleExceptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CeppoRuleExceptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoRuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CeppoRuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CeppoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CeppoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CommentoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CommentoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CommoditySectorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CommoditySectorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompetitorBrandType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CompetitorBrandType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompetitorCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CompetitorCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CompetitorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CompetitorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ConfigurazioneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ConfigurazioneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactAccountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContactAccountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactAgentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContactAgentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContactGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactPairingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContactPairingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactPoolType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContactPoolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContactSourceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContactSourceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContattoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContattoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractAgentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContractAgentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowCeppoExcludedItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContractRowCeppoExcludedItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowCeppoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContractRowCeppoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowFreeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContractRowFreeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContractRowItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContractRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContractRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ContrattoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ContrattoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CopyIssuedBomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CopyIssuedBomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CostDocumentInvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CostDocumentInvoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CostDocumentPaymentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CostDocumentPaymentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CostDocumentRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CostDocumentRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CostDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CostDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CourseInstanceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CourseInstanceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CourseModelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CourseModelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CourseRegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\CourseRegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryNoteCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DeliveryNoteCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryNoteItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DeliveryNoteItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryNoteRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DeliveryNoteRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeliveryNoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DeliveryNoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DepartmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DepartmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeviceSampleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DeviceSampleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeviceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DeviceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DeviceTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DeviceTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DisciplinaryFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DisciplinaryFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DiscountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DiscountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DraftBomRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DraftBomRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DraftBomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DraftBomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DraftMovementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\DraftMovementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ExpertCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ExpertCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FaqType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FaqType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FatturaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FatturaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FilaDisabilityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FilaDisabilityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FilaIllnessCaseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FilaIllnessCaseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FilaQuoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FilaQuoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FilaRemunerationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FilaRemunerationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FileImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\FileImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\GscCustomerImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\GscCustomerImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HashtagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\HashtagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ImportFromMovementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ImportFromMovementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IncrementCostType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\IncrementCostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InstructionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\InstructionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\InstrumentCalibrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\InstrumentCalibrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IssuedBomRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\IssuedBomRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\IssuedBomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\IssuedBomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemAccountingDestinationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ItemAccountingDestinationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemBatchPortionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ItemBatchPortionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemBatchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ItemBatchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ItemCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ItinerarioType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ItinerarioType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JumpDeliveryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\JumpDeliveryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\KeywordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\KeywordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LightContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\LightContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LinkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\LinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ListaSpesaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ListaSpesaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ListeningType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ListeningType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MaintenancePlanType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\MaintenancePlanType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MaintenanceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\MaintenanceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MeasuringInstrumentCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\MeasuringInstrumentCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MeasuringInstrumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\MeasuringInstrumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\MessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MetrologicalConfirmationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\MetrologicalConfirmationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MilestoneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\MilestoneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MovementAccountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\MovementAccountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MovementRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\MovementRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MovementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\MovementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OrganizzazioneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\OrganizzazioneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OutgoingInvoiceRowToShopType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\OutgoingInvoiceRowToShopType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OutgoingInvoiceRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\OutgoingInvoiceRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\OutgoingInvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\OutgoingInvoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PackingAssignmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PackingAssignmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PassiveIncomeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PassiveIncomeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PaymentTermType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PaymentTermType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PersonContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PersonContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PersonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PowwowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PowwowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PriceListRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PriceListRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PriceListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PriceListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureGroupImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProcedureGroupImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureModelAddDeviceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProcedureModelAddDeviceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureModelLayoutType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProcedureModelLayoutType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureModelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProcedureModelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureStepModelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProcedureStepModelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProcedureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProcedureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProducedProductGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProducedProductGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProducedProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProducedProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductFamilyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductFamilyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionBatchStageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductionBatchStageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionBatchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductionBatchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleBoardType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductionCycleBoardType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductionCycleDocumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleModelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductionCycleModelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleStageModelPartType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductionCycleStageModelPartType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleStageModelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductionCycleStageModelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleStageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductionCycleStageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionCycleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductionCycleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProductionLineType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProductionLineType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProgettoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProgettoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PromemoriaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PromemoriaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PromoCodeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PromoCodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProvinciaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ProvinciaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PtfCarachterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PtfCarachterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\QuoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\QuoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RealEstateCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\RealEstateCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RealEstateDesireType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\RealEstateDesireType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RealEstateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\RealEstateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RecapitoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\RecapitoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReferenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ReferenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReleaseNoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ReleaseNoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ReleaseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ReleaseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RigaFatturaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\RigaFatturaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\RoleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\RoleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SaasDefaultType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SaasDefaultType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SampleInstrumentCalibrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SampleInstrumentCalibrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SddCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SddCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchDataImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SearchDataImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SearchDataRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SearchDataRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SectorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SectorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SerialNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SerialNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ShopType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\ShopType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SimulationGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SimulationGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SimulationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SimulationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SitePageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SitePageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SpesaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SpesaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StageModelCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\StageModelCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StockLocationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\StockLocationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\StockMovementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\StockMovementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\SubscriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\SubscriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TaskEstateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TaskEstateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TaskType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TaskType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TeamType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TeamType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TimeScheduleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TimeScheduleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TipoCanaleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TipoCanaleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TipoCaratteristicaAziendaleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TipoCaratteristicaAziendaleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TipoEventoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TipoEventoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TipoIvaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TipoIvaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TransferEmailsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\TransferEmailsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\UserType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeviceSampleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeviceSampleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartNumberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PartNumberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SampleInstrumentCalibrationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SampleInstrumentCalibrationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppTranslationExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppTranslationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwoDIExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwoDIExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
348
Removed service "Google\Client"; reason: unused.
Removed service "App\DoctrineFunctions\ConcatWs"; reason: unused.
Removed service "App\DoctrineFunctions\Date"; reason: unused.
Removed service "App\DoctrineFunctions\DateFormat"; reason: unused.
Removed service "App\DoctrineFunctions\IfNull"; reason: unused.
Removed service "App\DoctrineFunctions\Month"; reason: unused.
Removed service "App\DoctrineFunctions\RegexpTestFunction"; reason: unused.
Removed service "App\DoctrineFunctions\Year"; reason: unused.
Removed service "App\Filter\OrgFilter"; reason: unused.
Removed service "App\Form\DataTransformer\TagAcTransformer"; reason: unused.
Removed service "App\Repository\AccessBadgeRepository"; reason: unused.
Removed service "App\Repository\AccessLogRepository"; reason: unused.
Removed service "App\Repository\AddressPoolRepository"; reason: unused.
Removed service "App\Repository\AddressRepository"; reason: unused.
Removed service "App\Repository\AgentCategoryRepository"; reason: unused.
Removed service "App\Repository\AgentRepository"; reason: unused.
Removed service "App\Repository\AllegatoRepository"; reason: unused.
Removed service "App\Repository\AppartenenzaRepository"; reason: unused.
Removed service "App\Repository\ApplicableDocumentCategoryRepository"; reason: unused.
Removed service "App\Repository\ArgomentoPeRepository"; reason: unused.
Removed service "App\Repository\ArticoloRepository"; reason: unused.
Removed service "App\Repository\AssetSymbolRepository"; reason: unused.
Removed service "App\Repository\AvvisoGlobaleCatRepository"; reason: unused.
Removed service "App\Repository\AvvisoGlobaleRepository"; reason: unused.
Removed service "App\Repository\AvvisoOrganizzazioneRepository"; reason: unused.
Removed service "App\Repository\BankRepository"; reason: unused.
Removed service "App\Repository\BinLocationRepository"; reason: unused.
Removed service "App\Repository\BomRepository"; reason: unused.
Removed service "App\Repository\BomRowRepository"; reason: unused.
Removed service "App\Repository\BrandRepository"; reason: unused.
Removed service "App\Repository\BrandToolRepository"; reason: unused.
Removed service "App\Repository\CalibrationCategoryRepository"; reason: unused.
Removed service "App\Repository\CalibrationProcedureRepository"; reason: unused.
Removed service "App\Repository\CalibrationProcedureVariantRepository"; reason: unused.
Removed service "App\Repository\CalibrationResultRepository"; reason: unused.
Removed service "App\Repository\CampaignRepository"; reason: unused.
Removed service "App\Repository\CanaleOnlineRepository"; reason: unused.
Removed service "App\Repository\CaratteristicaAziendaleRepository"; reason: unused.
Removed service "App\Repository\CatalogueVoiceCategoryRepository"; reason: unused.
Removed service "App\Repository\CatalogueVoiceComponentRepository"; reason: unused.
Removed service "App\Repository\CatalogueVoiceRepository"; reason: unused.
Removed service "App\Repository\CatalogueVoiceRowRepository"; reason: unused.
Removed service "App\Repository\CategoriaAvvisoRepository"; reason: unused.
Removed service "App\Repository\CeppoBatchFreeItemRepository"; reason: unused.
Removed service "App\Repository\CeppoBatchRepository"; reason: unused.
Removed service "App\Repository\CeppoRepository"; reason: unused.
Removed service "App\Repository\CityRepository"; reason: unused.
Removed service "App\Repository\CommentoRepository"; reason: unused.
Removed service "App\Repository\CommoditySectorRepository"; reason: unused.
Removed service "App\Repository\CompetitorCategoryRepository"; reason: unused.
Removed service "App\Repository\ConfigurazioneRepository"; reason: unused.
Removed service "App\Repository\ContactAccountRepository"; reason: unused.
Removed service "App\Repository\ContactGroupRepository"; reason: unused.
Removed service "App\Repository\ContactPoolRepository"; reason: unused.
Removed service "App\Repository\ContactSourceRepository"; reason: unused.
Removed service "App\Repository\ContattoRepository"; reason: unused.
Removed service "App\Repository\ContractRatingRepository"; reason: unused.
Removed service "App\Repository\ContractRowFreeRepository"; reason: unused.
Removed service "App\Repository\ContractRowRepository"; reason: unused.
Removed service "App\Repository\ContractStateRepository"; reason: unused.
Removed service "App\Repository\ContrattoRepository"; reason: unused.
Removed service "App\Repository\CostDocumentInvoiceRepository"; reason: unused.
Removed service "App\Repository\CostDocumentPaymentRepository"; reason: unused.
Removed service "App\Repository\CostDocumentRepository"; reason: unused.
Removed service "App\Repository\CostDocumentRowRepository"; reason: unused.
Removed service "App\Repository\CourseInstanceRepository"; reason: unused.
Removed service "App\Repository\CourseModelRepository"; reason: unused.
Removed service "App\Repository\CourseRegistrationRepository"; reason: unused.
Removed service "App\Repository\CurrencyCausalCodeRepository"; reason: unused.
Removed service "App\Repository\DeliveryNoteCategoryRepository"; reason: unused.
Removed service "App\Repository\DeliveryNoteRepository"; reason: unused.
Removed service "App\Repository\DepartmentRepository"; reason: unused.
Removed service "App\Repository\DeviceChannelRepository"; reason: unused.
Removed service "App\Repository\DeviceRepository"; reason: unused.
Removed service "App\Repository\DeviceSampleDeviceChannelRepository"; reason: unused.
Removed service "App\Repository\DeviceTypeRepository"; reason: unused.
Removed service "App\Repository\DisciplinaryFieldRepository"; reason: unused.
Removed service "App\Repository\DiscountCategoryRepository"; reason: unused.
Removed service "App\Repository\DraftBomRepository"; reason: unused.
Removed service "App\Repository\EventoRepository"; reason: unused.
Removed service "App\Repository\ExpertCategoryRepository"; reason: unused.
Removed service "App\Repository\FaqRepository"; reason: unused.
Removed service "App\Repository\FatturaRepository"; reason: unused.
Removed service "App\Repository\FilaQuoteRepository"; reason: unused.
Removed service "App\Repository\FilaRemunerationRepository"; reason: unused.
Removed service "App\Repository\FinalPlannerStageSlotRepository"; reason: unused.
Removed service "App\Repository\HashtagRepository"; reason: unused.
Removed service "App\Repository\HomeNotificationRepository"; reason: unused.
Removed service "App\Repository\InstructionRepository"; reason: unused.
Removed service "App\Repository\InstrumentCalibrationRepository"; reason: unused.
Removed service "App\Repository\InstrumentSectorDataRepository"; reason: unused.
Removed service "App\Repository\IssuedBomRepository"; reason: unused.
Removed service "App\Repository\IssuedBomRowRepository"; reason: unused.
Removed service "App\Repository\ItemAccountingDestinationRepository"; reason: unused.
Removed service "App\Repository\ItemBatchPortionRepository"; reason: unused.
Removed service "App\Repository\ItemBatchRepository"; reason: unused.
Removed service "App\Repository\ItemCategoryRepository"; reason: unused.
Removed service "App\Repository\ItemDestinationTypeRepository"; reason: unused.
Removed service "App\Repository\ItemGroupRepository"; reason: unused.
Removed service "App\Repository\ItemRepository"; reason: unused.
Removed service "App\Repository\ItinerarioRepository"; reason: unused.
Removed service "App\Repository\KeywordRepository"; reason: unused.
Removed service "App\Repository\LayoutCategoryRepository"; reason: unused.
Removed service "App\Repository\LightContactRepository"; reason: unused.
Removed service "App\Repository\LinkRepository"; reason: unused.
Removed service "App\Repository\ListaSpesaRepository"; reason: unused.
Removed service "App\Repository\ListeningRepository"; reason: unused.
Removed service "App\Repository\MaintenanceRepository"; reason: unused.
Removed service "App\Repository\MeasuringInstrumentCategoryRepository"; reason: unused.
Removed service "App\Repository\MeasuringInstrumentRepository"; reason: unused.
Removed service "App\Repository\MeasuringInstrumentStateRepository"; reason: unused.
Removed service "App\Repository\MeetingRepository"; reason: unused.
Removed service "App\Repository\MessageRepository"; reason: unused.
Removed service "App\Repository\MetrologicalConfirmationRepository"; reason: unused.
Removed service "App\Repository\MilestoneRepository"; reason: unused.
Removed service "App\Repository\MovementAccountRepository"; reason: unused.
Removed service "App\Repository\MovementRepository"; reason: unused.
Removed service "App\Repository\MunicipalityCodeRepository"; reason: unused.
Removed service "App\Repository\MunicipalityRepository"; reason: unused.
Removed service "App\Repository\NazioneRepository"; reason: unused.
Removed service "App\Repository\OccorrenzaRepository"; reason: unused.
Removed service "App\Repository\OrganizzazioneRepository"; reason: unused.
Removed service "App\Repository\OutgoingInvoiceRepository"; reason: unused.
Removed service "App\Repository\PaymentMethodRepository"; reason: unused.
Removed service "App\Repository\PaymentTermRepository"; reason: unused.
Removed service "App\Repository\PersonRepository"; reason: unused.
Removed service "App\Repository\PowwowRepository"; reason: unused.
Removed service "App\Repository\PriceListRepository"; reason: unused.
Removed service "App\Repository\ProcedureModelCategoryRepository"; reason: unused.
Removed service "App\Repository\ProcedureModelLayoutRepository"; reason: unused.
Removed service "App\Repository\ProcedureModelRepository"; reason: unused.
Removed service "App\Repository\ProcedureRepository"; reason: unused.
Removed service "App\Repository\ProcedureStepModelRepository"; reason: unused.
Removed service "App\Repository\ProducedProductRepository"; reason: unused.
Removed service "App\Repository\ProductCategoryRepository"; reason: unused.
Removed service "App\Repository\ProductFamilyRepository"; reason: unused.
Removed service "App\Repository\ProductRepository"; reason: unused.
Removed service "App\Repository\ProductionBatchRepository"; reason: unused.
Removed service "App\Repository\ProductionBatchStageDeviceRepository"; reason: unused.
Removed service "App\Repository\ProductionBatchStagePartRepository"; reason: unused.
Removed service "App\Repository\ProductionBatchStageRepository"; reason: unused.
Removed service "App\Repository\ProductionBreakRepository"; reason: unused.
Removed service "App\Repository\ProductionCycleDocumentRepository"; reason: unused.
Removed service "App\Repository\ProductionCycleModelRepository"; reason: unused.
Removed service "App\Repository\ProductionCycleRepository"; reason: unused.
Removed service "App\Repository\ProductionCycleStageModelDeviceCategoryRepository"; reason: unused.
Removed service "App\Repository\ProductionCycleStageModelPartRepository"; reason: unused.
Removed service "App\Repository\ProductionCycleStageModelRepository"; reason: unused.
Removed service "App\Repository\ProductionCycleStagePartRepository"; reason: unused.
Removed service "App\Repository\ProductionCycleStageRepository"; reason: unused.
Removed service "App\Repository\ProductionLineRepository"; reason: unused.
Removed service "App\Repository\ProgettoRepository"; reason: unused.
Removed service "App\Repository\PromemoriaRepository"; reason: unused.
Removed service "App\Repository\PromoCodeRepository"; reason: unused.
Removed service "App\Repository\ProvinciaRepository"; reason: unused.
Removed service "App\Repository\PtfCarachterRepository"; reason: unused.
Removed service "App\Repository\QuoteRepository"; reason: unused.
Removed service "App\Repository\RealEstateCategoryRepository"; reason: unused.
Removed service "App\Repository\RealEstateDesireRepository"; reason: unused.
Removed service "App\Repository\RealEstateRepository"; reason: unused.
Removed service "App\Repository\RecapitoRepository"; reason: unused.
Removed service "App\Repository\ReferenceRepository"; reason: unused.
Removed service "App\Repository\ReleaseNoteRepository"; reason: unused.
Removed service "App\Repository\ReleaseRepository"; reason: unused.
Removed service "App\Repository\RoleRepository"; reason: unused.
Removed service "App\Repository\SearchDataImportRepository"; reason: unused.
Removed service "App\Repository\SearchDataRowRepository"; reason: unused.
Removed service "App\Repository\SectorRepository"; reason: unused.
Removed service "App\Repository\SerialNumberRepository"; reason: unused.
Removed service "App\Repository\ShopRepository"; reason: unused.
Removed service "App\Repository\SimulationGroupRepository"; reason: unused.
Removed service "App\Repository\SimulationRepository"; reason: unused.
Removed service "App\Repository\SitePageRepository"; reason: unused.
Removed service "App\Repository\SpesaRepository"; reason: unused.
Removed service "App\Repository\StageModelCategoryRepository"; reason: unused.
Removed service "App\Repository\StageModelCategoryRowRepository"; reason: unused.
Removed service "App\Repository\StockLocationRepository"; reason: unused.
Removed service "App\Repository\StockMovementRepository"; reason: unused.
Removed service "App\Repository\SubscriptionCategoryRepository"; reason: unused.
Removed service "App\Repository\SubscriptionRepository"; reason: unused.
Removed service "App\Repository\TagRepository"; reason: unused.
Removed service "App\Repository\TaskRepository"; reason: unused.
Removed service "App\Repository\TeamMemberRepository"; reason: unused.
Removed service "App\Repository\TeamRepository"; reason: unused.
Removed service "App\Repository\TimeScheduleRepository"; reason: unused.
Removed service "App\Repository\TipoAllegatoRepository"; reason: unused.
Removed service "App\Repository\TipoCanaleRepository"; reason: unused.
Removed service "App\Repository\TipoCaratteristicaAziendaleRepository"; reason: unused.
Removed service "App\Repository\TipoEventoRepository"; reason: unused.
Removed service "App\Repository\TipoIvaRepository"; reason: unused.
Removed service "App\Repository\TipoPeriodoRepository"; reason: unused.
Removed service "App\Repository\TipoRecapitoRepository"; reason: unused.
Removed service "App\Repository\VerificaEventoRepository"; reason: unused.
Removed service "App\Repository\WarehouseRepository"; reason: unused.
Removed service "App\Security\AuthenticationExceptionHandler"; reason: unused.
Removed service "App\Security\UserProvider"; reason: unused.
Removed service "App\Services\ExternalDispatchers\EmailDispatcher_Old"; reason: unused.
Removed service "App\Services\WebPathResolver"; reason: unused.
Removed service "App\Utils\AddressPoolCategory"; reason: unused.
Removed service "App\Utils\AddressUtils"; reason: unused.
Removed service "App\Utils\AnnotationCategory"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiAddedWeight"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiAddressData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiAllowedChange"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiAppBoxData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiBasketData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiBoxCategory"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiBoxData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiBoxSubCategory"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiCeppoData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiChange"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiChannelData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiContactData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiContractData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiContractRowCeppo"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiContractRowFree"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiContractRowItem"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiCustomerData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiDeliveryNoteData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiDiscount"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiFreeCategory"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiFreeItemData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiFreeVisibleCategory"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiGenericResponse"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiItemData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiJumpDelivery"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiPaymentMethod"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiPostponedActionData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiRegistrationData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiUserData"; reason: unused.
Removed service "App\Utils\ApiClasses\ApiWishlist"; reason: unused.
Removed service "App\Utils\ApiClasses\GenericSelectizeClass"; reason: unused.
Removed service "App\Utils\CanvasJsUtils"; reason: unused.
Removed service "App\Utils\CeppoBatchBox"; reason: unused.
Removed service "App\Utils\CeppoBatchCategory"; reason: unused.
Removed service "App\Utils\CeppoCategory"; reason: unused.
Removed service "App\Utils\DeviceData"; reason: unused.
Removed service "App\Utils\ElectronicInvoicing"; reason: unused.
Removed service "App\Utils\FidelityCardFamily"; reason: unused.
Removed service "App\Utils\Financial\AssetClass"; reason: unused.
Removed service "App\Utils\GeneralParameters"; reason: unused.
Removed service "App\Utils\ItemDestination"; reason: unused.
Removed service "App\Utils\LoyaltyCategory"; reason: unused.
Removed service "App\Utils\MaintenancePlanCategory"; reason: unused.
Removed service "App\Utils\MeasuringPointCategory"; reason: unused.
Removed service "App\Utils\Production\BlockingProduct"; reason: unused.
Removed service "App\Utils\Production\PlannerStageSlot"; reason: unused.
Removed service "App\Utils\Production\StockAvailability"; reason: unused.
Removed service "App\Utils\StrUtils"; reason: unused.
Removed service "App\Utils\TaskCategory"; reason: unused.
Removed service "App\Utils\TimeUtils"; reason: unused.
Removed service "App\Utils\TransmissionCategory"; reason: unused.
Removed service "App\Utils\XlsImportFormUtils"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "mailer.default_transport"; 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 ".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.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "twig.template_iterator"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~L.7qL_X"; 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"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.apiv2"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "Kreait\Firebase\Factory"; reason: unused.
Removed service "Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory"; reason: unused.
Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\GifWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PngWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\SvgWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\WebPWriter"; reason: unused.
Removed service ".service_locator.EeknzOa"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
790
Inlined service ".service_locator..Caae5i.App\Controller\AbilitazioneController" to "App\Controller\AbilitazioneController".
Inlined service ".service_locator..Caae5i.App\Controller\AccessBadgeController" to "App\Controller\AccessBadgeController".
Inlined service ".service_locator..Caae5i.App\Controller\AccessLogController" to "App\Controller\AccessLogController".
Inlined service ".service_locator..Caae5i.App\Controller\AddedWeightController" to "App\Controller\AddedWeightController".
Inlined service ".service_locator..Caae5i.App\Controller\AddressController" to "App\Controller\AddressController".
Inlined service ".service_locator..Caae5i.App\Controller\AddressPoolController" to "App\Controller\AddressPoolController".
Inlined service ".service_locator..Caae5i.App\Controller\AdminController" to "App\Controller\AdminController".
Inlined service ".service_locator..Caae5i.App\Controller\AgencyController" to "App\Controller\AgencyController".
Inlined service ".service_locator..Caae5i.App\Controller\AgentCategoryController" to "App\Controller\AgentCategoryController".
Inlined service ".service_locator..Caae5i.App\Controller\AgentController" to "App\Controller\AgentController".
Inlined service ".service_locator..Caae5i.App\Controller\AllegatoController" to "App\Controller\AllegatoController".
Inlined service ".service_locator..Caae5i.App\Controller\AnnotationController" to "App\Controller\AnnotationController".
Inlined service ".service_locator..Caae5i.App\Controller\ApiController" to "App\Controller\ApiController".
Inlined service ".service_locator..Caae5i.App\Controller\ApiLoginController" to "App\Controller\ApiLoginController".
Inlined service ".service_locator..Caae5i.App\Controller\AppartenenzaController" to "App\Controller\AppartenenzaController".
Inlined service ".service_locator..Caae5i.App\Controller\ApplicableDocumentCategoryController" to "App\Controller\ApplicableDocumentCategoryController".
Inlined service ".service_locator..Caae5i.App\Controller\ArgomentoPeController" to "App\Controller\ArgomentoPeController".
Inlined service ".service_locator..Caae5i.App\Controller\ArticoloController" to "App\Controller\ArticoloController".
Inlined service ".service_locator..Caae5i.App\Controller\AssetSymbolController" to "App\Controller\AssetSymbolController".
Inlined service ".service_locator..Caae5i.App\Controller\AvvisoGlobaleCatController" to "App\Controller\AvvisoGlobaleCatController".
Inlined service ".service_locator..Caae5i.App\Controller\AvvisoGlobaleController" to "App\Controller\AvvisoGlobaleController".
Inlined service ".service_locator..Caae5i.App\Controller\AvvisoOrganizzazioneController" to "App\Controller\AvvisoOrganizzazioneController".
Inlined service ".service_locator..Caae5i.App\Controller\BankController" to "App\Controller\BankController".
Inlined service ".service_locator..Caae5i.App\Controller\BomController" to "App\Controller\BomController".
Inlined service ".service_locator..Caae5i.App\Controller\BomRowController" to "App\Controller\BomRowController".
Inlined service ".service_locator..Caae5i.App\Controller\BrandController" to "App\Controller\BrandController".
Inlined service ".service_locator..Caae5i.App\Controller\BrandKeywordController" to "App\Controller\BrandKeywordController".
Inlined service ".service_locator..Caae5i.App\Controller\BrandToolController" to "App\Controller\BrandToolController".
Inlined service ".service_locator..Caae5i.App\Controller\CadenzaController" to "App\Controller\CadenzaController".
Inlined service ".service_locator..Caae5i.App\Controller\CalibrationCategoryController" to "App\Controller\CalibrationCategoryController".
Inlined service ".service_locator..Caae5i.App\Controller\CalibrationProcedureController" to "App\Controller\CalibrationProcedureController".
Inlined service ".service_locator..Caae5i.App\Controller\CalibrationProcedureVariantController" to "App\Controller\CalibrationProcedureVariantController".
Inlined service ".service_locator..Caae5i.App\Controller\CampaignActionController" to "App\Controller\CampaignActionController".
Inlined service ".service_locator..Caae5i.App\Controller\CampaignController" to "App\Controller\CampaignController".
Inlined service ".service_locator..Caae5i.App\Controller\CampaignSloganController" to "App\Controller\CampaignSloganController".
Inlined service ".service_locator..Caae5i.App\Controller\CanaleOnlineController" to "App\Controller\CanaleOnlineController".
Inlined service ".service_locator..Caae5i.App\Controller\CaratteristicaAziendaleController" to "App\Controller\CaratteristicaAziendaleController".
Inlined service ".service_locator..Caae5i.App\Controller\CatalogueVoiceCategoryController" to "App\Controller\CatalogueVoiceCategoryController".
Inlined service ".service_locator..Caae5i.App\Controller\CatalogueVoiceComponentController" to "App\Controller\CatalogueVoiceComponentController".
Inlined service ".service_locator..Caae5i.App\Controller\CatalogueVoiceController" to "App\Controller\CatalogueVoiceController".
Inlined service ".service_locator..Caae5i.App\Controller\CatalogueVoiceRowController" to "App\Controller\CatalogueVoiceRowController".
Inlined service ".service_locator..Caae5i.App\Controller\CategoriaAvvisoController" to "App\Controller\CategoriaAvvisoController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoAddedItemController" to "App\Controller\CeppoAddedItemController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoBatchCeppoController" to "App\Controller\CeppoBatchCeppoController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoBatchController" to "App\Controller\CeppoBatchController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoBatchEmailController" to "App\Controller\CeppoBatchEmailController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoBatchFreeItemController" to "App\Controller\CeppoBatchFreeItemController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoBatchItemController" to "App\Controller\CeppoBatchItemController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoBatchItineraryController" to "App\Controller\CeppoBatchItineraryController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoCeppoBatchItemController" to "App\Controller\CeppoCeppoBatchItemController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoController" to "App\Controller\CeppoController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoMovementController" to "App\Controller\CeppoMovementController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoRankingItemController" to "App\Controller\CeppoRankingItemController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoRowController" to "App\Controller\CeppoRowController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoRuleController" to "App\Controller\CeppoRuleController".
Inlined service ".service_locator..Caae5i.App\Controller\CeppoRuleExceptionController" to "App\Controller\CeppoRuleExceptionController".
Inlined service ".service_locator..Caae5i.App\Controller\CityController" to "App\Controller\CityController".
Inlined service ".service_locator..Caae5i.App\Controller\CommentoController" to "App\Controller\CommentoController".
Inlined service ".service_locator..Caae5i.App\Controller\CommoditySectorController" to "App\Controller\CommoditySectorController".
Inlined service ".service_locator..Caae5i.App\Controller\CompetitorBrandController" to "App\Controller\CompetitorBrandController".
Inlined service ".service_locator..Caae5i.App\Controller\CompetitorCategoryController" to "App\Controller\CompetitorCategoryController".
Inlined service ".service_locator..Caae5i.App\Controller\CompetitorController" to "App\Controller\CompetitorController".
Inlined service ".service_locator..Caae5i.App\Controller\ConfigurazioneController" to "App\Controller\ConfigurazioneController".
Inlined service ".service_locator..Caae5i.App\Controller\ContactAccountController" to "App\Controller\ContactAccountController".
Inlined service ".service_locator..Caae5i.App\Controller\ContactAgentController" to "App\Controller\ContactAgentController".
Inlined service ".service_locator..Caae5i.App\Controller\ContactBankAccountController" to "App\Controller\ContactBankAccountController".
Inlined service ".service_locator..Caae5i.App\Controller\ContactGroupController" to "App\Controller\ContactGroupController".
Inlined service ".service_locator..Caae5i.App\Controller\ContactPairingController" to "App\Controller\ContactPairingController".
Inlined service ".service_locator..Caae5i.App\Controller\ContactPoolController" to "App\Controller\ContactPoolController".
Inlined service ".service_locator..Caae5i.App\Controller\ContactPriceListController" to "App\Controller\ContactPriceListController".
Inlined service ".service_locator..Caae5i.App\Controller\ContactSourceController" to "App\Controller\ContactSourceController".
Inlined service ".service_locator..Caae5i.App\Controller\ContattoCeppoController" to "App\Controller\ContattoCeppoController".
Inlined service ".service_locator..Caae5i.App\Controller\ContattoController" to "App\Controller\ContattoController".
Inlined service ".service_locator..Caae5i.App\Controller\ContractAgentController" to "App\Controller\ContractAgentController".
Inlined service ".service_locator..Caae5i.App\Controller\ContractCostRowController" to "App\Controller\ContractCostRowController".
Inlined service ".service_locator..Caae5i.App\Controller\ContractRowCeppoController" to "App\Controller\ContractRowCeppoController".
Inlined service ".service_locator..Caae5i.App\Controller\ContractRowCeppoExcludedItemController" to "App\Controller\ContractRowCeppoExcludedItemController".
Inlined service ".service_locator..Caae5i.App\Controller\ContractRowCeppoItemCategoryController" to "App\Controller\ContractRowCeppoItemCategoryController".
Inlined service ".service_locator..Caae5i.App\Controller\ContractRowCeppoItemController" to "App\Controller\ContractRowCeppoItemController".
Inlined service ".service_locator..Caae5i.App\Controller\ContractRowController" to "App\Controller\ContractRowController".
Inlined service ".service_locator..Caae5i.App\Controller\ContractRowFreeController" to "App\Controller\ContractRowFreeController".
Inlined service ".service_locator..Caae5i.App\Controller\ContractRowItemController" to "App\Controller\ContractRowItemController".
Inlined service ".service_locator..Caae5i.App\Controller\ContrattoCeppoController" to "App\Controller\ContrattoCeppoController".
Inlined service ".service_locator..Caae5i.App\Controller\ContrattoController" to "App\Controller\ContrattoController".
Inlined service ".service_locator..Caae5i.App\Controller\CostDocumentController" to "App\Controller\CostDocumentController".
Inlined service ".service_locator..Caae5i.App\Controller\CostDocumentDraftController" to "App\Controller\CostDocumentDraftController".
Inlined service ".service_locator..Caae5i.App\Controller\CostDocumentInvoiceController" to "App\Controller\CostDocumentInvoiceController".
Inlined service ".service_locator..Caae5i.App\Controller\CostDocumentPaymentController" to "App\Controller\CostDocumentPaymentController".
Inlined service ".service_locator..Caae5i.App\Controller\CostDocumentRowController" to "App\Controller\CostDocumentRowController".
Inlined service ".service_locator..Caae5i.App\Controller\CourseInstanceController" to "App\Controller\CourseInstanceController".
Inlined service ".service_locator..Caae5i.App\Controller\CourseModelController" to "App\Controller\CourseModelController".
Inlined service ".service_locator..Caae5i.App\Controller\CourseRegistrationController" to "App\Controller\CourseRegistrationController".
Inlined service ".service_locator..Caae5i.App\Controller\CustomerController" to "App\Controller\CustomerController".
Inlined service ".service_locator..Caae5i.App\Controller\DashboardController" to "App\Controller\DashboardController".
Inlined service "security.helper" to "App\Controller\DefaultController".
Inlined service ".service_locator..Caae5i.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator..Caae5i.App\Controller\DeliveryNoteCategoryController" to "App\Controller\DeliveryNoteCategoryController".
Inlined service ".service_locator..Caae5i.App\Controller\DeliveryNoteCeppoController" to "App\Controller\DeliveryNoteCeppoController".
Inlined service ".service_locator..Caae5i.App\Controller\DeliveryNoteController" to "App\Controller\DeliveryNoteController".
Inlined service ".service_locator..Caae5i.App\Controller\DeliveryNoteItemController" to "App\Controller\DeliveryNoteItemController".
Inlined service ".service_locator..Caae5i.App\Controller\DeliveryNoteRowController" to "App\Controller\DeliveryNoteRowController".
Inlined service ".service_locator..Caae5i.App\Controller\DemoController" to "App\Controller\DemoController".
Inlined service ".service_locator..Caae5i.App\Controller\DepartmentController" to "App\Controller\DepartmentController".
Inlined service ".service_locator..Caae5i.App\Controller\DeviceChannelController" to "App\Controller\DeviceChannelController".
Inlined service ".service_locator..Caae5i.App\Controller\DeviceController" to "App\Controller\DeviceController".
Inlined service ".service_locator..Caae5i.App\Controller\DeviceSampleController" to "App\Controller\DeviceSampleController".
Inlined service ".service_locator..Caae5i.App\Controller\DeviceSampleDeviceChannelController" to "App\Controller\DeviceSampleDeviceChannelController".
Inlined service ".service_locator..Caae5i.App\Controller\DeviceTypeController" to "App\Controller\DeviceTypeController".
Inlined service ".service_locator..Caae5i.App\Controller\DisciplinaryFieldController" to "App\Controller\DisciplinaryFieldController".
Inlined service ".service_locator..Caae5i.App\Controller\DiscountController" to "App\Controller\DiscountController".
Inlined service ".service_locator..Caae5i.App\Controller\DocumentController" to "App\Controller\DocumentController".
Inlined service ".service_locator..Caae5i.App\Controller\DraftBomController" to "App\Controller\DraftBomController".
Inlined service ".service_locator..Caae5i.App\Controller\DraftBomRowController" to "App\Controller\DraftBomRowController".
Inlined service ".service_locator..Caae5i.App\Controller\DraftMovementController" to "App\Controller\DraftMovementController".
Inlined service ".service_locator..Caae5i.App\Controller\DraftMovementDocumentController" to "App\Controller\DraftMovementDocumentController".
Inlined service ".service_locator..Caae5i.App\Controller\DummyController" to "App\Controller\DummyController".
Inlined service ".service_locator..Caae5i.App\Controller\EventoController" to "App\Controller\EventoController".
Inlined service ".service_locator..Caae5i.App\Controller\ExpertCategoryController" to "App\Controller\ExpertCategoryController".
Inlined service ".service_locator..Caae5i.App\Controller\FaqController" to "App\Controller\FaqController".
Inlined service "App\Services\ElectronicInvoiceService" to "App\Controller\FatturaController".
Inlined service ".service_locator..Caae5i.App\Controller\FatturaController" to "App\Controller\FatturaController".
Inlined service ".service_locator..Caae5i.App\Controller\FidelityCardController" to "App\Controller\FidelityCardController".
Inlined service ".service_locator..Caae5i.App\Controller\FilaDisabilityController" to "App\Controller\FilaDisabilityController".
Inlined service ".service_locator..Caae5i.App\Controller\FilaIllnessCaseController" to "App\Controller\FilaIllnessCaseController".
Inlined service ".service_locator..Caae5i.App\Controller\FilaQuoteController" to "App\Controller\FilaQuoteController".
Inlined service ".service_locator..Caae5i.App\Controller\FilaRemunerationController" to "App\Controller\FilaRemunerationController".
Inlined service ".service_locator..Caae5i.App\Controller\FogNodeLocalPrintController" to "App\Controller\FogNodeLocalPrintController".
Inlined service ".service_locator..Caae5i.App\Controller\GeneralBisController" to "App\Controller\GeneralBisController".
Inlined service ".service_locator..Caae5i.App\Controller\GeneralTrisController" to "App\Controller\GeneralTrisController".
Inlined service ".service_locator..Caae5i.App\Controller\GenericAttributeController" to "App\Controller\GenericAttributeController".
Inlined service ".service_locator..Caae5i.App\Controller\HashtagController" to "App\Controller\HashtagController".
Inlined service ".service_locator..Caae5i.App\Controller\HomeNotificationController" to "App\Controller\HomeNotificationController".
Inlined service ".service_locator..Caae5i.App\Controller\InstructionController" to "App\Controller\InstructionController".
Inlined service ".service_locator..Caae5i.App\Controller\InstrumentCalibrationController" to "App\Controller\InstrumentCalibrationController".
Inlined service ".service_locator..Caae5i.App\Controller\InstrumentSectorDataController" to "App\Controller\InstrumentSectorDataController".
Inlined service ".service_locator..Caae5i.App\Controller\IssuedBomController" to "App\Controller\IssuedBomController".
Inlined service ".service_locator..Caae5i.App\Controller\IssuedBomRowController" to "App\Controller\IssuedBomRowController".
Inlined service ".service_locator..Caae5i.App\Controller\ItemAccountingDestinationController" to "App\Controller\ItemAccountingDestinationController".
Inlined service ".service_locator..Caae5i.App\Controller\ItemBatchController" to "App\Controller\ItemBatchController".
Inlined service ".service_locator..Caae5i.App\Controller\ItemBatchPortionController" to "App\Controller\ItemBatchPortionController".
Inlined service ".service_locator..Caae5i.App\Controller\ItemCategoryController" to "App\Controller\ItemCategoryController".
Inlined service ".service_locator..Caae5i.App\Controller\ItemController" to "App\Controller\ItemController".
Inlined service ".service_locator..Caae5i.App\Controller\ItinerarioController" to "App\Controller\ItinerarioController".
Inlined service ".service_locator..Caae5i.App\Controller\JumpDeliveryController" to "App\Controller\JumpDeliveryController".
Inlined service ".service_locator..Caae5i.App\Controller\KeywordController" to "App\Controller\KeywordController".
Inlined service ".service_locator..Caae5i.App\Controller\LightContactController" to "App\Controller\LightContactController".
Inlined service ".service_locator..Caae5i.App\Controller\LinkController" to "App\Controller\LinkController".
Inlined service ".service_locator..Caae5i.App\Controller\LinkedExpertController" to "App\Controller\LinkedExpertController".
Inlined service ".service_locator..Caae5i.App\Controller\ListaSpesaController" to "App\Controller\ListaSpesaController".
Inlined service ".service_locator..Caae5i.App\Controller\ListeningController" to "App\Controller\ListeningController".
Inlined service ".service_locator..Caae5i.App\Controller\MaintenanceController" to "App\Controller\MaintenanceController".
Inlined service ".service_locator..Caae5i.App\Controller\MaintenancePlanController" to "App\Controller\MaintenancePlanController".
Inlined service ".service_locator..Caae5i.App\Controller\MeasuringInstrumentCategoryController" to "App\Controller\MeasuringInstrumentCategoryController".
Inlined service ".service_locator..Caae5i.App\Controller\MeasuringInstrumentController" to "App\Controller\MeasuringInstrumentController".
Inlined service ".service_locator..Caae5i.App\Controller\MeasuringPointController" to "App\Controller\MeasuringPointController".
Inlined service "App\Services\ExternalDispatchers\DiscordDispatcher" to "App\Controller\MessageController".
Inlined service ".service_locator..Caae5i.App\Controller\MessageController" to "App\Controller\MessageController".
Inlined service ".service_locator..Caae5i.App\Controller\MetrologicalConfirmationController" to "App\Controller\MetrologicalConfirmationController".
Inlined service ".service_locator..Caae5i.App\Controller\MilestoneController" to "App\Controller\MilestoneController".
Inlined service ".service_locator..Caae5i.App\Controller\MovementAccountController" to "App\Controller\MovementAccountController".
Inlined service ".service_locator..Caae5i.App\Controller\MovementController" to "App\Controller\MovementController".
Inlined service ".service_locator..Caae5i.App\Controller\MovementRowController" to "App\Controller\MovementRowController".
Inlined service ".service_locator..Caae5i.App\Controller\OrganizzazioneController" to "App\Controller\OrganizzazioneController".
Inlined service ".service_locator..Caae5i.App\Controller\OutgoingInvoiceBaseController" to "App\Controller\OutgoingInvoiceBaseController".
Inlined service ".service_locator..Caae5i.App\Controller\OutgoingInvoiceController" to "App\Controller\OutgoingInvoiceController".
Inlined service ".service_locator..Caae5i.App\Controller\PackingAssignmentController" to "App\Controller\PackingAssignmentController".
Inlined service ".service_locator..Caae5i.App\Controller\PassiveIncomeController" to "App\Controller\PassiveIncomeController".
Inlined service ".service_locator..Caae5i.App\Controller\PaymentTermController" to "App\Controller\PaymentTermController".
Inlined service ".service_locator..Caae5i.App\Controller\PersonAddressController" to "App\Controller\PersonAddressController".
Inlined service ".service_locator..Caae5i.App\Controller\PersonContactController" to "App\Controller\PersonContactController".
Inlined service ".service_locator..Caae5i.App\Controller\PersonController" to "App\Controller\PersonController".
Inlined service ".service_locator..Caae5i.App\Controller\PgInterfaceController" to "App\Controller\PgInterfaceController".
Inlined service ".service_locator..Caae5i.App\Controller\PostponedActionController" to "App\Controller\PostponedActionController".
Inlined service ".service_locator..Caae5i.App\Controller\PowwowController" to "App\Controller\PowwowController".
Inlined service ".service_locator..Caae5i.App\Controller\PpJobController" to "App\Controller\PpJobController".
Inlined service ".service_locator..Caae5i.App\Controller\PpJobRowController" to "App\Controller\PpJobRowController".
Inlined service ".service_locator..Caae5i.App\Controller\PriceController" to "App\Controller\PriceController".
Inlined service ".service_locator..Caae5i.App\Controller\PriceListController" to "App\Controller\PriceListController".
Inlined service ".service_locator..Caae5i.App\Controller\PriceListRowController" to "App\Controller\PriceListRowController".
Inlined service ".service_locator..Caae5i.App\Controller\ProcedureApiController" to "App\Controller\ProcedureApiController".
Inlined service "App\Services\ZipService" to "App\Controller\ProcedureController".
Inlined service ".service_locator..Caae5i.App\Controller\ProcedureController" to "App\Controller\ProcedureController".
Inlined service ".service_locator..Caae5i.App\Controller\ProcedureDeviceController" to "App\Controller\ProcedureDeviceController".
Inlined service ".service_locator..Caae5i.App\Controller\ProcedureModelController" to "App\Controller\ProcedureModelController".
Inlined service ".service_locator..Caae5i.App\Controller\ProcedureModelLayoutController" to "App\Controller\ProcedureModelLayoutController".
Inlined service ".service_locator..Caae5i.App\Controller\ProcedureStepController" to "App\Controller\ProcedureStepController".
Inlined service ".service_locator..Caae5i.App\Controller\ProcedureStepModelController" to "App\Controller\ProcedureStepModelController".
Inlined service ".service_locator..Caae5i.App\Controller\ProducedProductController" to "App\Controller\ProducedProductController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductController" to "App\Controller\ProductController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductFamilyController" to "App\Controller\ProductFamilyController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionBatchController" to "App\Controller\ProductionBatchController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionBatchStageController" to "App\Controller\ProductionBatchStageController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionBatchStageDeviceController" to "App\Controller\ProductionBatchStageDeviceController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionBatchStagePartController" to "App\Controller\ProductionBatchStagePartController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionBreakController" to "App\Controller\ProductionBreakController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionCycleBoardController" to "App\Controller\ProductionCycleBoardController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionCycleController" to "App\Controller\ProductionCycleController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionCycleDocumentController" to "App\Controller\ProductionCycleDocumentController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionCycleModelController" to "App\Controller\ProductionCycleModelController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionCycleStageController" to "App\Controller\ProductionCycleStageController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionCycleStageModelController" to "App\Controller\ProductionCycleStageModelController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionCycleStageModelDeviceCategoryController" to "App\Controller\ProductionCycleStageModelDeviceCategoryController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionCycleStageModelPartController" to "App\Controller\ProductionCycleStageModelPartController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionCycleStagePartController" to "App\Controller\ProductionCycleStagePartController".
Inlined service ".service_locator..Caae5i.App\Controller\ProductionLineController" to "App\Controller\ProductionLineController".
Inlined service ".service_locator..Caae5i.App\Controller\ProgettoController" to "App\Controller\ProgettoController".
Inlined service ".service_locator..Caae5i.App\Controller\PromemoriaController" to "App\Controller\PromemoriaController".
Inlined service ".service_locator..Caae5i.App\Controller\PromoCodeController" to "App\Controller\PromoCodeController".
Inlined service ".service_locator..Caae5i.App\Controller\ProvinciaController" to "App\Controller\ProvinciaController".
Inlined service ".service_locator..Caae5i.App\Controller\PtfCarachterController" to "App\Controller\PtfCarachterController".
Inlined service ".service_locator..Caae5i.App\Controller\QuoteController" to "App\Controller\QuoteController".
Inlined service ".service_locator..Caae5i.App\Controller\RealEstateCategoryController" to "App\Controller\RealEstateCategoryController".
Inlined service ".service_locator..Caae5i.App\Controller\RealEstateController" to "App\Controller\RealEstateController".
Inlined service ".service_locator..Caae5i.App\Controller\RealEstateDesireController" to "App\Controller\RealEstateDesireController".
Inlined service ".service_locator..Caae5i.App\Controller\RecapitoController" to "App\Controller\RecapitoController".
Inlined service ".service_locator..Caae5i.App\Controller\ReferenceController" to "App\Controller\ReferenceController".
Inlined service ".service_locator..Caae5i.App\Controller\ReleaseController" to "App\Controller\ReleaseController".
Inlined service ".service_locator..Caae5i.App\Controller\RigaFatturaController" to "App\Controller\RigaFatturaController".
Inlined service ".service_locator..Caae5i.App\Controller\RoleController" to "App\Controller\RoleController".
Inlined service ".service_locator..Caae5i.App\Controller\SampleInstrumentCalibrationController" to "App\Controller\SampleInstrumentCalibrationController".
Inlined service ".service_locator..Caae5i.App\Controller\SearchDataImportController" to "App\Controller\SearchDataImportController".
Inlined service ".service_locator..Caae5i.App\Controller\SearchDataRowController" to "App\Controller\SearchDataRowController".
Inlined service ".service_locator..Caae5i.App\Controller\SectorController" to "App\Controller\SectorController".
Inlined service ".service_locator..Caae5i.App\Controller\SerialNumberController" to "App\Controller\SerialNumberController".
Inlined service ".service_locator..Caae5i.App\Controller\ShopController" to "App\Controller\ShopController".
Inlined service ".service_locator..Caae5i.App\Controller\ShoppingListController" to "App\Controller\ShoppingListController".
Inlined service ".service_locator..Caae5i.App\Controller\ShoppingListItemController" to "App\Controller\ShoppingListItemController".
Inlined service ".service_locator..Caae5i.App\Controller\SimulationController" to "App\Controller\SimulationController".
Inlined service ".service_locator..Caae5i.App\Controller\SimulationGroupController" to "App\Controller\SimulationGroupController".
Inlined service ".service_locator..Caae5i.App\Controller\SitePageController" to "App\Controller\SitePageController".
Inlined service ".service_locator..Caae5i.App\Controller\SpesaController" to "App\Controller\SpesaController".
Inlined service ".service_locator..Caae5i.App\Controller\StageModelCategoryController" to "App\Controller\StageModelCategoryController".
Inlined service ".service_locator..Caae5i.App\Controller\StageModelCategoryRowController" to "App\Controller\StageModelCategoryRowController".
Inlined service ".service_locator..Caae5i.App\Controller\StockLocationController" to "App\Controller\StockLocationController".
Inlined service ".service_locator..Caae5i.App\Controller\StockMovementController" to "App\Controller\StockMovementController".
Inlined service ".service_locator..Caae5i.App\Controller\SubscriptionController" to "App\Controller\SubscriptionController".
Inlined service ".service_locator..Caae5i.App\Controller\TagController" to "App\Controller\TagController".
Inlined service ".service_locator..Caae5i.App\Controller\TaskApiController" to "App\Controller\TaskApiController".
Inlined service ".service_locator..Caae5i.App\Controller\TaskController" to "App\Controller\TaskController".
Inlined service ".service_locator..Caae5i.App\Controller\TaskIntervalController" to "App\Controller\TaskIntervalController".
Inlined service ".service_locator..Caae5i.App\Controller\TeamController" to "App\Controller\TeamController".
Inlined service ".service_locator..Caae5i.App\Controller\TimeScheduleController" to "App\Controller\TimeScheduleController".
Inlined service ".service_locator..Caae5i.App\Controller\TipoCanaleController" to "App\Controller\TipoCanaleController".
Inlined service ".service_locator..Caae5i.App\Controller\TipoCaratteristicaAziendaleController" to "App\Controller\TipoCaratteristicaAziendaleController".
Inlined service ".service_locator..Caae5i.App\Controller\TipoEventoController" to "App\Controller\TipoEventoController".
Inlined service ".service_locator..Caae5i.App\Controller\TipoIvaController" to "App\Controller\TipoIvaController".
Inlined service "App\Services\GoogleAuthenticatorService" to "App\Controller\TwoFactorAuthController".
Inlined service ".service_locator..Caae5i.App\Controller\TwoFactorAuthController" to "App\Controller\TwoFactorAuthController".
Inlined service ".service_locator..Caae5i.App\Controller\UserController" to "App\Controller\UserController".
Inlined service ".service_locator..Caae5i.App\Controller\UserRoleController" to "App\Controller\UserRoleController".
Inlined service ".service_locator..Caae5i.App\Controller\oldPgInterfaceController" to "App\Controller\oldPgInterfaceController".
Inlined service "App\DataLoader\DatabaseLoader" to "App\DataCollector\DatabaseDataCollector".
Inlined service "App\DataLoader\GitLoader" to "App\DataCollector\GitDataCollector".
Inlined service "App\DataLoader\OrganizationLoader" to "App\DataCollector\OrganizationDataCollector".
Inlined service "mailer.mailer" to "App\Services\ExternalDispatchers\MailerDispatcher".
Inlined service "App\Services\QRCodeService" to "App\Services\GoogleAuthenticatorService".
Inlined service "Endroid\QrCode\Builder\Builder" to "App\Services\QRCodeService".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets._version_jsFiles" to "assets._package_jsFiles".
Inlined service "assets._version_cssFiles" to "assets._package_cssFiles".
Inlined service "assets._version_libs" to "assets._package_libs".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "http_client.uri_template_expander.rize" 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 "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 "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.LD5oJC8" 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.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "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.5Z6tYHb" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.F9PKc.7" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.async".
Inlined service "messenger.transport_factory" to "messenger.transport.async".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.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 "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\AppTranslationExtension" to "twig".
Inlined service "App\Twig\TwoDIExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service "assets.packages" to "twig.extension.assets".
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.8QzOt3J" 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.legacy_schema_manager_factory" 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.chZ8yoo" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.tRQzyGK" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.qFHBwJP" to "security.helper".
Inlined service ".service_locator.RAwIKe." to "security.helper".
Inlined service ".service_locator.j3xbHUM" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.v8NUoeW" to "security.access_map".
Inlined service ".security.request_matcher.B1MbZvU" to "security.access_map".
Inlined service ".security.request_matcher.UpuwiI5" to "security.access_map".
Inlined service ".security.request_matcher.i86lnd3" to "security.access_map".
Inlined service ".security.request_matcher.3Eo.BhC" to "security.access_map".
Inlined service ".security.request_matcher.fYxpPlf" to "security.access_map".
Inlined service ".security.request_matcher.AQEbZUl" to "security.access_map".
Inlined service ".security.request_matcher.qHr6.SW" to "security.access_map".
Inlined service ".security.request_matcher.IYDOZSX" to "security.access_map".
Inlined service ".security.request_matcher.HXmEPEu" to "security.access_map".
Inlined service ".security.request_matcher.KeMwl._" to "security.access_map".
Inlined service ".security.request_matcher.ZiDthcn" to "security.access_map".
Inlined service ".security.request_matcher.2apN9F_" to "security.access_map".
Inlined service ".security.request_matcher.kwwjnnZ" to "security.access_map".
Inlined service ".security.request_matcher.uY3Xt0X" to "security.access_map".
Inlined service ".security.request_matcher.VhczGK6" to "security.access_map".
Inlined service ".security.request_matcher.uEUCZUI" to "security.access_map".
Inlined service ".security.request_matcher.qnxwTYx" to "security.access_map".
Inlined service ".security.request_matcher.4BL_KC1" to "security.access_map".
Inlined service ".security.request_matcher.Zrd8Mum" to "security.access_map".
Inlined service ".security.request_matcher.GyBA3LD" to "security.access_map".
Inlined service ".security.request_matcher.7zBlWaD" to "security.access_map".
Inlined service ".security.request_matcher.zpU.nVE" to "security.access_map".
Inlined service ".security.request_matcher.6YgBRuz" to "security.access_map".
Inlined service ".security.request_matcher.RdClF_r" to "security.access_map".
Inlined service ".security.request_matcher.HngI2oY" to "security.access_map".
Inlined service ".security.request_matcher.o7y7nI5" to "security.access_map".
Inlined service ".security.request_matcher.NsgBpjM" to "security.access_map".
Inlined service ".security.request_matcher.0u1622X" to "security.access_map".
Inlined service ".security.request_matcher.8EyquQ7" to "security.access_map".
Inlined service ".security.request_matcher.zkCsngr" to "security.access_map".
Inlined service ".security.request_matcher.l2sYiYB" to "security.access_map".
Inlined service ".security.request_matcher.e8rocM8" to "security.access_map".
Inlined service ".security.request_matcher..D5Va6_" to "security.access_map".
Inlined service ".security.request_matcher.vbeeF2q" to "security.access_map".
Inlined service ".security.request_matcher.zBO.Jwv" to "security.access_map".
Inlined service ".security.request_matcher.s7ju10f" to "security.access_map".
Inlined service ".security.request_matcher.y5gUKKC" to "security.access_map".
Inlined service ".security.request_matcher.R3GXhuw" to "security.access_map".
Inlined service ".security.request_matcher.Kva4R.q" to "security.access_map".
Inlined service ".security.request_matcher.6ZWK4lO" to "security.access_map".
Inlined service ".security.request_matcher.en.1Hrl" to "security.access_map".
Inlined service ".security.request_matcher.3t5Rwi7" to "security.access_map".
Inlined service ".security.request_matcher.q.qqbdk" to "security.access_map".
Inlined service ".security.request_matcher._bZJJTD" to "security.access_map".
Inlined service ".security.request_matcher.WnNHHbV" to "security.access_map".
Inlined service ".security.request_matcher.IfBnO5O" to "security.access_map".
Inlined service ".security.request_matcher.ZgKsp5t" to "security.access_map".
Inlined service ".security.request_matcher.tFgFQpW" to "security.access_map".
Inlined service ".security.request_matcher.WQffC3_" to "security.access_map".
Inlined service ".security.request_matcher.2oS8BnH" to "security.access_map".
Inlined service ".security.request_matcher.mizrQdq" to "security.access_map".
Inlined service ".security.request_matcher.WJgN9Wj" to "security.access_map".
Inlined service ".security.request_matcher.iRJ7PrI" to "security.access_map".
Inlined service ".security.request_matcher.9_kG2WD" to "security.access_map".
Inlined service ".security.request_matcher.__NkVP4" to "security.access_map".
Inlined service ".security.request_matcher.taJTRxl" to "security.access_map".
Inlined service ".security.request_matcher.o15LfF0" to "security.access_map".
Inlined service ".security.request_matcher.Otpt2ha" to "security.access_map".
Inlined service ".security.request_matcher.DFDvi9e" to "security.access_map".
Inlined service ".security.request_matcher.F4_4ft6" to "security.access_map".
Inlined service ".security.request_matcher.aj82HJg" to "security.access_map".
Inlined service ".security.request_matcher.OyzyixD" to "security.access_map".
Inlined service ".security.request_matcher.5Ip2b0p" to "security.access_map".
Inlined service ".security.request_matcher.0F2qNea" to "security.access_map".
Inlined service ".security.request_matcher.JUXK1hc" to "security.access_map".
Inlined service ".security.request_matcher..Iqr7Er" to "security.access_map".
Inlined service ".security.request_matcher.A1OtVWS" to "security.access_map".
Inlined service ".security.request_matcher.pE5M4Nz" to "security.access_map".
Inlined service ".security.request_matcher.mta4eXe" to "security.access_map".
Inlined service ".security.request_matcher.4VJWDXD" to "security.access_map".
Inlined service ".security.request_matcher.Dx1l71w" to "security.access_map".
Inlined service ".security.request_matcher.k0KHFLr" to "security.access_map".
Inlined service ".security.request_matcher.SWQdVIC" to "security.access_map".
Inlined service ".security.request_matcher.e9aAmIz" to "security.access_map".
Inlined service ".security.request_matcher.3H8U9ym" to "security.access_map".
Inlined service ".security.request_matcher.f1wv8QG" to "security.access_map".
Inlined service ".security.request_matcher.T427aFm" to "security.access_map".
Inlined service ".security.request_matcher.Ex7hg5g" to "security.access_map".
Inlined service ".security.request_matcher.2JYv_yq" to "security.access_map".
Inlined service ".security.request_matcher.H2nsGNU" to "security.access_map".
Inlined service ".security.request_matcher.5H0VANN" to "security.access_map".
Inlined service ".security.request_matcher.K1gt_X3" to "security.access_map".
Inlined service ".security.request_matcher.lGUijMv" to "security.access_map".
Inlined service ".security.request_matcher.K1gt_X3" to "security.access_map".
Inlined service ".security.request_matcher.lGUijMv" to "security.access_map".
Inlined service ".security.request_matcher.5fCcU5U" to "security.access_map".
Inlined service ".security.request_matcher.76S16Ii" to "security.access_map".
Inlined service ".security.request_matcher.npPc.hx" to "security.access_map".
Inlined service ".security.request_matcher.30.wZNI" to "security.access_map".
Inlined service ".security.request_matcher.MtE_Y19" to "security.access_map".
Inlined service ".security.request_matcher.1HUWpJR" to "security.access_map".
Inlined service ".security.request_matcher._h1pmzz" to "security.access_map".
Inlined service ".security.request_matcher.x4SRV2e" to "security.access_map".
Inlined service ".security.request_matcher.iCrkHzf" to "security.access_map".
Inlined service ".security.request_matcher.Kuuink0" to "security.access_map".
Inlined service ".security.request_matcher.aYqIFC9" to "security.access_map".
Inlined service ".security.request_matcher.XadtLk_" to "security.access_map".
Inlined service ".security.request_matcher.7onsfBz" to "security.access_map".
Inlined service ".security.request_matcher.0r6a9YU" to "security.access_map".
Inlined service ".security.request_matcher.ESynNgr" to "security.access_map".
Inlined service ".security.request_matcher.2IHd6Vo" to "security.access_map".
Inlined service ".security.request_matcher.7Ab4pc." to "security.access_map".
Inlined service ".security.request_matcher.Ll9Y2J1" to "security.access_map".
Inlined service ".security.request_matcher.kp_W.lL" to "security.access_map".
Inlined service ".security.request_matcher.Agv6KQm" to "security.access_map".
Inlined service ".security.request_matcher.o_fbiGn" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.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.pDWoD9A" to ".security.request_matcher.oaI6WvJ".
Inlined service "security.firewall.map.config.pub" to "security.firewall.map.context.pub".
Inlined service ".security.request_matcher.M_tu7Yx" to ".security.request_matcher.kFdTLqb".
Inlined service "debug.security.firewall.authenticator.apiv2.inner" to "debug.security.firewall.authenticator.apiv2".
Inlined service "security.exception_listener.apiv2" to "security.firewall.map.context.apiv2".
Inlined service "security.firewall.map.config.apiv2" to "security.firewall.map.context.apiv2".
Inlined service ".security.request_matcher.AMZT15Y" to ".security.request_matcher.vhy2oy3".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "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.fOcekG_" to ".security.request_matcher.v8NUoeW".
Inlined service ".security.request_matcher.qJq2jHX" to ".security.request_matcher.B1MbZvU".
Inlined service ".security.request_matcher.vSBIAh6" to ".security.request_matcher.UpuwiI5".
Inlined service ".security.request_matcher.wvv6bns" to ".security.request_matcher.i86lnd3".
Inlined service ".security.request_matcher.p8KhNgL" to ".security.request_matcher.3Eo.BhC".
Inlined service ".security.request_matcher.InSSlt0" to ".security.request_matcher.fYxpPlf".
Inlined service ".security.request_matcher.Ie7DZZd" to ".security.request_matcher.AQEbZUl".
Inlined service ".security.request_matcher.Ysi0e45" to ".security.request_matcher.qHr6.SW".
Inlined service ".security.request_matcher.Ad5qi_x" to ".security.request_matcher.IYDOZSX".
Inlined service ".security.request_matcher.neKYliS" to ".security.request_matcher.HXmEPEu".
Inlined service ".security.request_matcher.vrc1Lly" to ".security.request_matcher.KeMwl._".
Inlined service ".security.request_matcher.6jIJ59p" to ".security.request_matcher.ZiDthcn".
Inlined service ".security.request_matcher.hZuKPzS" to ".security.request_matcher.2apN9F_".
Inlined service ".security.request_matcher.R.ezZ8V" to ".security.request_matcher.kwwjnnZ".
Inlined service ".security.request_matcher.CGvvxKL" to ".security.request_matcher.uY3Xt0X".
Inlined service ".security.request_matcher.2gm4PJy" to ".security.request_matcher.VhczGK6".
Inlined service ".security.request_matcher.o1ft5K2" to ".security.request_matcher.uEUCZUI".
Inlined service ".security.request_matcher.uva3FXZ" to ".security.request_matcher.qnxwTYx".
Inlined service ".security.request_matcher.d0dO1.e" to ".security.request_matcher.4BL_KC1".
Inlined service ".security.request_matcher.DO3O.B_" to ".security.request_matcher.Zrd8Mum".
Inlined service ".security.request_matcher.IyMv9vM" to ".security.request_matcher.GyBA3LD".
Inlined service ".security.request_matcher.F1uZ3N_" to ".security.request_matcher.7zBlWaD".
Inlined service ".security.request_matcher.GtzGs8W" to ".security.request_matcher.zpU.nVE".
Inlined service ".security.request_matcher.eJJnvHZ" to ".security.request_matcher.6YgBRuz".
Inlined service ".security.request_matcher.XERal8l" to ".security.request_matcher.RdClF_r".
Inlined service ".security.request_matcher.alzpW2K" to ".security.request_matcher.HngI2oY".
Inlined service ".security.request_matcher.ig8fXkt" to ".security.request_matcher.o7y7nI5".
Inlined service ".security.request_matcher.mATnt_5" to ".security.request_matcher.NsgBpjM".
Inlined service ".security.request_matcher.17tvubw" to ".security.request_matcher.0u1622X".
Inlined service ".security.request_matcher.uYaOnkG" to ".security.request_matcher.8EyquQ7".
Inlined service ".security.request_matcher..Milhlr" to ".security.request_matcher.zkCsngr".
Inlined service ".security.request_matcher.j1P5EVc" to ".security.request_matcher.l2sYiYB".
Inlined service ".security.request_matcher.rAXf4fu" to ".security.request_matcher.e8rocM8".
Inlined service ".security.request_matcher.a4IFzN5" to ".security.request_matcher..D5Va6_".
Inlined service ".security.request_matcher.xXNNPIv" to ".security.request_matcher.vbeeF2q".
Inlined service ".security.request_matcher.NMNcDM." to ".security.request_matcher.zBO.Jwv".
Inlined service ".security.request_matcher.BGj8hcU" to ".security.request_matcher.s7ju10f".
Inlined service ".security.request_matcher.H4ti95h" to ".security.request_matcher.y5gUKKC".
Inlined service ".security.request_matcher.nqI_76W" to ".security.request_matcher.R3GXhuw".
Inlined service ".security.request_matcher.rlIy22J" to ".security.request_matcher.Kva4R.q".
Inlined service ".security.request_matcher.kFIQB7J" to ".security.request_matcher.6ZWK4lO".
Inlined service ".security.request_matcher.UN77adS" to ".security.request_matcher.en.1Hrl".
Inlined service ".security.request_matcher.WYIjAXu" to ".security.request_matcher.3t5Rwi7".
Inlined service ".security.request_matcher.JnSX1bf" to ".security.request_matcher.q.qqbdk".
Inlined service ".security.request_matcher.GP96EGP" to ".security.request_matcher._bZJJTD".
Inlined service ".security.request_matcher.5QrL.vB" to ".security.request_matcher.WnNHHbV".
Inlined service ".security.request_matcher.OzRKzvF" to ".security.request_matcher.IfBnO5O".
Inlined service ".security.request_matcher.1R_g848" to ".security.request_matcher.ZgKsp5t".
Inlined service ".security.request_matcher.7t4T.At" to ".security.request_matcher.tFgFQpW".
Inlined service ".security.request_matcher.D_zH1.I" to ".security.request_matcher.WQffC3_".
Inlined service ".security.request_matcher.qU0KhTS" to ".security.request_matcher.2oS8BnH".
Inlined service ".security.request_matcher.7kyrRz6" to ".security.request_matcher.mizrQdq".
Inlined service ".security.request_matcher..s5be0P" to ".security.request_matcher.WJgN9Wj".
Inlined service ".security.request_matcher.YbtWmby" to ".security.request_matcher.iRJ7PrI".
Inlined service ".security.request_matcher.ISN4nGE" to ".security.request_matcher.9_kG2WD".
Inlined service ".security.request_matcher.qJXh_cw" to ".security.request_matcher.__NkVP4".
Inlined service ".security.request_matcher.VE7JhNt" to ".security.request_matcher.taJTRxl".
Inlined service ".security.request_matcher.sq6DGC3" to ".security.request_matcher.o15LfF0".
Inlined service ".security.request_matcher.ves1weB" to ".security.request_matcher.Otpt2ha".
Inlined service ".security.request_matcher.FRFpW06" to ".security.request_matcher.DFDvi9e".
Inlined service ".security.request_matcher.w4AzDpZ" to ".security.request_matcher.F4_4ft6".
Inlined service ".security.request_matcher.f5_Zxmi" to ".security.request_matcher.aj82HJg".
Inlined service ".security.request_matcher.oti6Hcw" to ".security.request_matcher.OyzyixD".
Inlined service ".security.request_matcher.gZXi2dj" to ".security.request_matcher.5Ip2b0p".
Inlined service ".security.request_matcher.LDc2Ege" to ".security.request_matcher.0F2qNea".
Inlined service ".security.request_matcher.O24UFFn" to ".security.request_matcher.JUXK1hc".
Inlined service ".security.request_matcher.VtJwUiW" to ".security.request_matcher..Iqr7Er".
Inlined service ".security.request_matcher.HC3R0xD" to ".security.request_matcher.A1OtVWS".
Inlined service ".security.request_matcher.e5Ru4Hk" to ".security.request_matcher.pE5M4Nz".
Inlined service ".security.request_matcher.JbLL62g" to ".security.request_matcher.mta4eXe".
Inlined service ".security.request_matcher.of95Ih4" to ".security.request_matcher.4VJWDXD".
Inlined service ".security.request_matcher.XYc_iAU" to ".security.request_matcher.Dx1l71w".
Inlined service ".security.request_matcher.cncDu.0" to ".security.request_matcher.k0KHFLr".
Inlined service ".security.request_matcher.lKY1Kae" to ".security.request_matcher.SWQdVIC".
Inlined service ".security.request_matcher.KwAR_nd" to ".security.request_matcher.e9aAmIz".
Inlined service ".security.request_matcher.c75GE_m" to ".security.request_matcher.3H8U9ym".
Inlined service ".security.request_matcher.gAFu81V" to ".security.request_matcher.f1wv8QG".
Inlined service ".security.request_matcher.wYXyMit" to ".security.request_matcher.T427aFm".
Inlined service ".security.request_matcher.7TU_GR3" to ".security.request_matcher.Ex7hg5g".
Inlined service ".security.request_matcher.6PpPXnI" to ".security.request_matcher.2JYv_yq".
Inlined service ".security.request_matcher.VZ250bO" to ".security.request_matcher.H2nsGNU".
Inlined service ".security.request_matcher.zS0s5k5" to ".security.request_matcher.5H0VANN".
Inlined service ".security.request_matcher.lpB12xN" to ".security.request_matcher.K1gt_X3".
Inlined service ".security.request_matcher.7nmsu.9" to ".security.request_matcher.lGUijMv".
Inlined service ".security.request_matcher.tjMVmXO" to ".security.request_matcher.5fCcU5U".
Inlined service ".security.request_matcher.7dqn404" to ".security.request_matcher.76S16Ii".
Inlined service ".security.request_matcher.YRgzacx" to ".security.request_matcher.npPc.hx".
Inlined service ".security.request_matcher.JQyXL4Z" to ".security.request_matcher.30.wZNI".
Inlined service ".security.request_matcher.1iR_7bH" to ".security.request_matcher.MtE_Y19".
Inlined service ".security.request_matcher.yURBk4t" to ".security.request_matcher.1HUWpJR".
Inlined service ".security.request_matcher.I.Z3IZM" to ".security.request_matcher._h1pmzz".
Inlined service ".security.request_matcher.lFCp6iT" to ".security.request_matcher.x4SRV2e".
Inlined service ".security.request_matcher.e3H74GW" to ".security.request_matcher.iCrkHzf".
Inlined service ".security.request_matcher.r5qCu36" to ".security.request_matcher.Kuuink0".
Inlined service ".security.request_matcher.lg6V574" to ".security.request_matcher.aYqIFC9".
Inlined service ".security.request_matcher.DwH.44d" to ".security.request_matcher.XadtLk_".
Inlined service ".security.request_matcher.8BT2rxM" to ".security.request_matcher.7onsfBz".
Inlined service ".security.request_matcher.yTgS_50" to ".security.request_matcher.0r6a9YU".
Inlined service ".security.request_matcher.Dz4C5RH" to ".security.request_matcher.ESynNgr".
Inlined service ".security.request_matcher.hk2FyY1" to ".security.request_matcher.2IHd6Vo".
Inlined service ".security.request_matcher.VZ24qVC" to ".security.request_matcher.7Ab4pc.".
Inlined service ".security.request_matcher.SdojRGl" to ".security.request_matcher.Ll9Y2J1".
Inlined service ".security.request_matcher.6cR7Pw3" to ".security.request_matcher.kp_W.lL".
Inlined service ".security.request_matcher.ZbiSu6O" to ".security.request_matcher.Agv6KQm".
Inlined service ".security.request_matcher.v1hFn9w" to ".security.request_matcher.o_fbiGn".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.apiv2.inner" to "debug.security.event_dispatcher.apiv2".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.GdYfzP1" to ".service_locator.GdYfzP1.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service ".service_locator.gzuWunD" to "console.command_loader".
Inlined service ".service_locator.GdYfzP1.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.apiv2", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", ".debug.http_client", "debug.security.event_dispatcher.apiv2", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.