Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (0)
Time
Message
deprecation
The "Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension::getMappingResourceConfigDirectory()" method will require a new "string|null $bundleDir" argument in the next major version of its parent class "Symfony\Bridge\Doctrine\DependencyInjection\AbstractDoctrineExtension", not defining it is deprecated.
Class "App\Security\IamLdapUserProvider" should implement method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier(string $identifier): UserInterface": loads the user for the given user identifier (e.g. username or email). This method must throw UserNotFoundException if the user is not found.
Class "App\Security\LdapUser" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Since doctrine/doctrine-bundle 2.4: Setting the "doctrine.dbal.host", "port", "dbname", "user" or "password" options while the "url" one is defined is deprecated
App\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Class "App\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
Method "Symfony\Component\Security\Core\User\UserInterface::getRoles()" might add "array" 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.
Method "Symfony\Component\Security\Core\User\EquatableInterface::isEqualTo()" might add "bool" 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-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
Since symfony/maker-bundle 1.29: The "Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest" class is deprecated, use "Symfony\Bundle\MakerBundle\Maker\MakeTest" instead.
Since symfony/maker-bundle 1.29: The "Symfony\Bundle\MakerBundle\Maker\MakeUnitTest" class is deprecated, use "Symfony\Bundle\MakerBundle\Maker\MakeTest" instead.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint" class is deprecated, use the new security system with "Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint" class is deprecated, use "Symfony\Component\Security\Http\Firewall\ChannelListener" directly (and optionally configure the HTTP(s) ports there).
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
Method "Swift_Transport::ping()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_LoadBalancedTransport" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Swift_Transport::ping()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_FailoverTransport" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Swift_Transport_LoadBalancedTransport::getNextTransport()" might add "Swift_Transport" as a native return type declaration in the future. Do the same in child class "Swift_Transport_FailoverTransport" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Handler\MaintenanceHandler" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Handler\SessionIdleHandler" service.
Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "app.handler.session_idle" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.fTzLpoD" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.51tckF0" service.
Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
Since twig/twig 3.15: Add explicit parentheses around the "??" binary operator to avoid behavior change in the next major version as its precedence will change in "@WebProfiler/Collector/notifier.html.twig" at line 141.
Log messages generated during the compilation of the service container.
Messages
Class
425
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AbstractTaskCommand" (parent: .abstract.instanceof.App\Command\AbstractTaskCommand).
Resolving inheritance for "App\Command\AbstractTaskCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AbstractTaskCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ForeignLanguageTaskCommand" (parent: .abstract.instanceof.App\Command\ForeignLanguageTaskCommand).
Resolving inheritance for "App\Command\ForeignLanguageTaskCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ForeignLanguageTaskCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\checkQueueCommand" (parent: .abstract.instanceof.App\Command\checkQueueCommand).
Resolving inheritance for "App\Command\checkQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\checkQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runAuthUrlTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runAuthUrlTaskByIdCommand).
Resolving inheritance for "App\Command\runAuthUrlTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runAuthUrlTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runCSVToTableTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runCSVToTableTaskByIdCommand).
Resolving inheritance for "App\Command\runCSVToTableTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runCSVToTableTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runCallTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runCallTaskByIdCommand).
Resolving inheritance for "App\Command\runCallTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runCallTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runCheckEmailTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runCheckEmailTaskByIdCommand).
Resolving inheritance for "App\Command\runCheckEmailTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runCheckEmailTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runChecklistFlowChartCommand" (parent: .abstract.instanceof.App\Command\runChecklistFlowChartCommand).
Resolving inheritance for "App\Command\runChecklistFlowChartCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runChecklistFlowChartCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runConditionalTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runConditionalTaskByIdCommand).
Resolving inheritance for "App\Command\runConditionalTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runConditionalTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runConvertToTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runConvertToTaskByIdCommand).
Resolving inheritance for "App\Command\runConvertToTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runConvertToTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runDbTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runDbTaskByIdCommand).
Resolving inheritance for "App\Command\runDbTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runDbTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runDeadTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runDeadTaskByIdCommand).
Resolving inheritance for "App\Command\runDeadTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runDeadTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runEmailSendTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runEmailSendTaskByIdCommand).
Resolving inheritance for "App\Command\runEmailSendTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runEmailSendTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runEmailTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runEmailTaskByIdCommand).
Resolving inheritance for "App\Command\runEmailTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runEmailTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runExitTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runExitTaskByIdCommand).
Resolving inheritance for "App\Command\runExitTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runExitTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runFtpInTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runFtpInTaskByIdCommand).
Resolving inheritance for "App\Command\runFtpInTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runFtpInTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runFtpTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runFtpTaskByIdCommand).
Resolving inheritance for "App\Command\runFtpTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runFtpTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runGenJwtTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runGenJwtTaskByIdCommand).
Resolving inheritance for "App\Command\runGenJwtTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runGenJwtTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runImportJsonTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runImportJsonTaskByIdCommand).
Resolving inheritance for "App\Command\runImportJsonTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runImportJsonTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runInTxtTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runInTxtTaskByIdCommand).
Resolving inheritance for "App\Command\runInTxtTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runInTxtTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runIteratorTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runIteratorTaskByIdCommand).
Resolving inheritance for "App\Command\runIteratorTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runIteratorTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runJsonToTableTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runJsonToTableTaskByIdCommand).
Resolving inheritance for "App\Command\runJsonToTableTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runJsonToTableTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runJsonpathQueryTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runJsonpathQueryTaskByIdCommand).
Resolving inheritance for "App\Command\runJsonpathQueryTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runJsonpathQueryTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runLoopControlTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runLoopControlTaskByIdCommand).
Resolving inheritance for "App\Command\runLoopControlTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runLoopControlTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runMailTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runMailTaskByIdCommand).
Resolving inheritance for "App\Command\runMailTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runMailTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runManageVarsTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runManageVarsTaskByIdCommand).
Resolving inheritance for "App\Command\runManageVarsTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runManageVarsTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runNavWebTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runNavWebTaskByIdCommand).
Resolving inheritance for "App\Command\runNavWebTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runNavWebTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runOcrTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runOcrTaskByIdCommand).
Resolving inheritance for "App\Command\runOcrTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runOcrTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runOutTxtTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runOutTxtTaskByIdCommand).
Resolving inheritance for "App\Command\runOutTxtTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runOutTxtTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runPdfRTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runPdfRTaskByIdCommand).
Resolving inheritance for "App\Command\runPdfRTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runPdfRTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runRepeatTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runRepeatTaskByIdCommand).
Resolving inheritance for "App\Command\runRepeatTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runRepeatTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runRunWorkflowTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runRunWorkflowTaskByIdCommand).
Resolving inheritance for "App\Command\runRunWorkflowTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runRunWorkflowTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSbatchTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runSbatchTaskByIdCommand).
Resolving inheritance for "App\Command\runSbatchTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSbatchTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSftpGetTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runSftpGetTaskByIdCommand).
Resolving inheritance for "App\Command\runSftpGetTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSftpGetTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSleepTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runSleepTaskByIdCommand).
Resolving inheritance for "App\Command\runSleepTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSleepTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSmsTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runSmsTaskByIdCommand).
Resolving inheritance for "App\Command\runSmsTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSmsTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSoapCallTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runSoapCallTaskByIdCommand).
Resolving inheritance for "App\Command\runSoapCallTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSoapCallTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSshTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runSshTaskByIdCommand).
Resolving inheritance for "App\Command\runSshTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSshTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTelegramTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runTelegramTaskByIdCommand).
Resolving inheritance for "App\Command\runTelegramTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTelegramTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTextCategorizationTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runTextCategorizationTaskByIdCommand).
Resolving inheritance for "App\Command\runTextCategorizationTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTextCategorizationTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTextExtractFeaturesTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runTextExtractFeaturesTaskByIdCommand).
Resolving inheritance for "App\Command\runTextExtractFeaturesTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTextExtractFeaturesTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTextGenerateTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runTextGenerateTaskByIdCommand).
Resolving inheritance for "App\Command\runTextGenerateTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTextGenerateTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTextSentimentAnalysisTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runTextSentimentAnalysisTaskByIdCommand).
Resolving inheritance for "App\Command\runTextSentimentAnalysisTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTextSentimentAnalysisTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runWfExceptionTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runWfExceptionTaskByIdCommand).
Resolving inheritance for "App\Command\runWfExceptionTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runWfExceptionTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runWinRMTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runWinRMTaskByIdCommand).
Resolving inheritance for "App\Command\runWinRMTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runWinRMTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runXmlToTableTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runXmlToTableTaskByIdCommand).
Resolving inheritance for "App\Command\runXmlToTableTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runXmlToTableTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runXpathQueryTaskByIdCommand" (parent: .abstract.instanceof.App\Command\runXpathQueryTaskByIdCommand).
Resolving inheritance for "App\Command\runXpathQueryTaskByIdCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runXpathQueryTaskByIdCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiV1Controller" (parent: .abstract.instanceof.App\Controller\ApiV1Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiV1Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiV1Controller).
Resolving inheritance for "App\Controller\ApiV1Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiV1Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriesController" (parent: .abstract.instanceof.App\Controller\CategoriesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriesController).
Resolving inheritance for "App\Controller\CategoriesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChecklistController" (parent: .abstract.instanceof.App\Controller\ChecklistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChecklistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChecklistController).
Resolving inheritance for "App\Controller\ChecklistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChecklistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConnectionsController" (parent: .abstract.instanceof.App\Controller\ConnectionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConnectionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConnectionsController).
Resolving inheritance for "App\Controller\ConnectionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConnectionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\AutomaTarsWorkflowController" (parent: .abstract.instanceof.App\Controller\Custom\TIM\AutomaTarsWorkflowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\AutomaTarsWorkflowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\AutomaTarsWorkflowController).
Resolving inheritance for "App\Controller\Custom\TIM\AutomaTarsWorkflowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\AutomaTarsWorkflowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\ManageConfigCustomController" (parent: .abstract.instanceof.App\Controller\Custom\TIM\ManageConfigCustomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\ManageConfigCustomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\ManageConfigCustomController).
Resolving inheritance for "App\Controller\Custom\TIM\ManageConfigCustomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\ManageConfigCustomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\ServiceAssuranceController" (parent: .abstract.instanceof.App\Controller\Custom\TIM\ServiceAssuranceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\ServiceAssuranceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\ServiceAssuranceController).
Resolving inheritance for "App\Controller\Custom\TIM\ServiceAssuranceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\ServiceAssuranceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\ServiceAssuranceKenaController" (parent: .abstract.instanceof.App\Controller\Custom\TIM\ServiceAssuranceKenaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\ServiceAssuranceKenaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\ServiceAssuranceKenaController).
Resolving inheritance for "App\Controller\Custom\TIM\ServiceAssuranceKenaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\ServiceAssuranceKenaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\TIMPowerONController" (parent: .abstract.instanceof.App\Controller\Custom\TIM\TIMPowerONController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\TIMPowerONController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\TIMPowerONController).
Resolving inheritance for "App\Controller\Custom\TIM\TIMPowerONController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\TIMPowerONController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\WebappController" (parent: .abstract.instanceof.App\Controller\Custom\TIM\WebappController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\WebappController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\WebappController).
Resolving inheritance for "App\Controller\Custom\TIM\WebappController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\WebappController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FavoriteController" (parent: .abstract.instanceof.App\Controller\FavoriteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FavoriteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FavoriteController).
Resolving inheritance for "App\Controller\FavoriteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FavoriteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManageConfigController" (parent: .abstract.instanceof.App\Controller\ManageConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManageConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManageConfigController).
Resolving inheritance for "App\Controller\ManageConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManageConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParametersController" (parent: .abstract.instanceof.App\Controller\ParametersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParametersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParametersController).
Resolving inheritance for "App\Controller\ParametersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParametersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RolesController" (parent: .abstract.instanceof.App\Controller\RolesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RolesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RolesController).
Resolving inheritance for "App\Controller\RolesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RolesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticheController" (parent: .abstract.instanceof.App\Controller\StatisticheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticheController).
Resolving inheritance for "App\Controller\StatisticheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SycoreController" (parent: .abstract.instanceof.App\Controller\SycoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SycoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SycoreController).
Resolving inheritance for "App\Controller\SycoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SycoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TableStructuresController" (parent: .abstract.instanceof.App\Controller\TableStructuresController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TableStructuresController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TableStructuresController).
Resolving inheritance for "App\Controller\TableStructuresController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TableStructuresController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskActionController" (parent: .abstract.instanceof.App\Controller\TaskActionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskActionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskActionController).
Resolving inheritance for "App\Controller\TaskActionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskActionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\AuthUrlController" (parent: .abstract.instanceof.App\Controller\Tasks\AuthUrlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\AuthUrlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\AuthUrlController).
Resolving inheritance for "App\Controller\Tasks\AuthUrlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\AuthUrlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\CSVController" (parent: .abstract.instanceof.App\Controller\Tasks\CSVController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\CSVController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\CSVController).
Resolving inheritance for "App\Controller\Tasks\CSVController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\CSVController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\ConditionalController" (parent: .abstract.instanceof.App\Controller\Tasks\ConditionalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\ConditionalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\ConditionalController).
Resolving inheritance for "App\Controller\Tasks\ConditionalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\ConditionalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\DbController" (parent: .abstract.instanceof.App\Controller\Tasks\DbController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\DbController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\DbController).
Resolving inheritance for "App\Controller\Tasks\DbController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\DbController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\DeadController" (parent: .abstract.instanceof.App\Controller\Tasks\DeadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\DeadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\DeadController).
Resolving inheritance for "App\Controller\Tasks\DeadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\DeadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\EmailInController" (parent: .abstract.instanceof.App\Controller\Tasks\EmailInController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\EmailInController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\EmailInController).
Resolving inheritance for "App\Controller\Tasks\EmailInController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\EmailInController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\EmailOutController" (parent: .abstract.instanceof.App\Controller\Tasks\EmailOutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\EmailOutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\EmailOutController).
Resolving inheritance for "App\Controller\Tasks\EmailOutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\EmailOutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\ExitController" (parent: .abstract.instanceof.App\Controller\Tasks\ExitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\ExitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\ExitController).
Resolving inheritance for "App\Controller\Tasks\ExitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\ExitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\ImportJsonController" (parent: .abstract.instanceof.App\Controller\Tasks\ImportJsonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\ImportJsonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\ImportJsonController).
Resolving inheritance for "App\Controller\Tasks\ImportJsonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\ImportJsonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\IteratorController" (parent: .abstract.instanceof.App\Controller\Tasks\IteratorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\IteratorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\IteratorController).
Resolving inheritance for "App\Controller\Tasks\IteratorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\IteratorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\LegacyTaskController" (parent: .abstract.instanceof.App\Controller\Tasks\LegacyTaskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\LegacyTaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\LegacyTaskController).
Resolving inheritance for "App\Controller\Tasks\LegacyTaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\LegacyTaskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\NavWebController" (parent: .abstract.instanceof.App\Controller\Tasks\NavWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\NavWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\NavWebController).
Resolving inheritance for "App\Controller\Tasks\NavWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\NavWebController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\OcrController" (parent: .abstract.instanceof.App\Controller\Tasks\OcrController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\OcrController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\OcrController).
Resolving inheritance for "App\Controller\Tasks\OcrController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\OcrController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\PdfrController" (parent: .abstract.instanceof.App\Controller\Tasks\PdfrController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\PdfrController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\PdfrController).
Resolving inheritance for "App\Controller\Tasks\PdfrController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\PdfrController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\RunWorkflowController" (parent: .abstract.instanceof.App\Controller\Tasks\RunWorkflowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\RunWorkflowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\RunWorkflowController).
Resolving inheritance for "App\Controller\Tasks\RunWorkflowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\RunWorkflowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\SftpInController" (parent: .abstract.instanceof.App\Controller\Tasks\SftpInController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\SftpInController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\SftpInController).
Resolving inheritance for "App\Controller\Tasks\SftpInController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\SftpInController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\SftpOutController" (parent: .abstract.instanceof.App\Controller\Tasks\SftpOutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\SftpOutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\SftpOutController).
Resolving inheritance for "App\Controller\Tasks\SftpOutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\SftpOutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\SshController" (parent: .abstract.instanceof.App\Controller\Tasks\SshController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\SshController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\SshController).
Resolving inheritance for "App\Controller\Tasks\SshController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\SshController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\TarsController" (parent: .abstract.instanceof.App\Controller\Tasks\TarsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\TarsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\TarsController).
Resolving inheritance for "App\Controller\Tasks\TarsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\TarsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\WinRMController" (parent: .abstract.instanceof.App\Controller\Tasks\WinRMController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\WinRMController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\WinRMController).
Resolving inheritance for "App\Controller\Tasks\WinRMController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\WinRMController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnlockWflController" (parent: .abstract.instanceof.App\Controller\UnlockWflController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnlockWflController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnlockWflController).
Resolving inheritance for "App\Controller\UnlockWflController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnlockWflController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkflowDashboardController" (parent: .abstract.instanceof.App\Controller\WorkflowDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkflowDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkflowDashboardController).
Resolving inheritance for "App\Controller\WorkflowDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkflowDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkflowDesignerController" (parent: .abstract.instanceof.App\Controller\WorkflowDesignerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkflowDesignerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkflowDesignerController).
Resolving inheritance for "App\Controller\WorkflowDesignerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkflowDesignerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkflowManagementController" (parent: .abstract.instanceof.App\Controller\WorkflowManagementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkflowManagementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkflowManagementController).
Resolving inheritance for "App\Controller\WorkflowManagementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkflowManagementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkspaceController" (parent: .abstract.instanceof.App\Controller\WorkspaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkspaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkspaceController).
Resolving inheritance for "App\Controller\WorkspaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkspaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.app.checklist_controller_service" (parent: .abstract.instanceof.app.checklist_controller_service).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.app.checklist_controller_service" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.app.checklist_controller_service).
Resolving inheritance for "app.checklist_controller_service" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.app.checklist_controller_service).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.app.api_service" (parent: .abstract.instanceof.app.api_service).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.app.api_service" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.app.api_service).
Resolving inheritance for "app.api_service" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.app.api_service).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
Resolving inheritance for "security.user.provider.concrete.chain_provider" (parent: security.user.provider.chain).
Resolving inheritance for "security.user.provider.concrete.entity_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.ldap_ext" (parent: security.user.provider.ldap).
Resolving inheritance for "security.user.provider.concrete.ldap_int" (parent: security.user.provider.ldap).
Resolving inheritance for "security.user.provider.concrete.ldap_srv" (parent: security.user.provider.ldap).
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.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
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.authentication.listener.form.main" (parent: security.authentication.listener.form).
Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
Resolving inheritance for "security.authentication.listener.basic.main" (parent: security.authentication.listener.basic).
Resolving inheritance for "security.authentication.provider.rememberme.main" (parent: security.authentication.provider.rememberme).
Resolving inheritance for "security.authentication.rememberme.services.simplehash.main" (parent: security.authentication.rememberme.services.simplehash).
Resolving inheritance for "security.authentication.listener.rememberme.main" (parent: security.authentication.listener.rememberme).
Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.one" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.logout_listener.one" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.one" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.one" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.provider.ldap_bind.one" (parent: security.authentication.provider.ldap_bind).
Resolving inheritance for "security.authentication.success_handler.one.form_login_ldap" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.one.form_login_ldap" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authentication.listener.form.one" (parent: security.authentication.listener.form).
Resolving inheritance for "security.authentication.form_entry_point.one" (parent: security.authentication.form_entry_point).
Resolving inheritance for "security.authentication.provider.dao.one" (parent: security.authentication.provider.dao).
Resolving inheritance for "security.authentication.listener.basic.one" (parent: security.authentication.listener.basic).
Resolving inheritance for "security.authentication.provider.rememberme.one" (parent: security.authentication.provider.rememberme).
Resolving inheritance for "security.authentication.rememberme.services.simplehash.one" (parent: security.authentication.rememberme.services.simplehash).
Resolving inheritance for "security.authentication.listener.rememberme.one" (parent: security.authentication.listener.rememberme).
Resolving inheritance for "security.authentication.listener.anonymous.one" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.one" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.one" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.one" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.two" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
Resolving inheritance for "security.logout_listener.two" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.two" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.two" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.provider.ldap_bind.two" (parent: security.authentication.provider.ldap_bind).
Resolving inheritance for "security.authentication.success_handler.two.form_login_ldap" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.two.form_login_ldap" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authentication.listener.form.two" (parent: security.authentication.listener.form).
Resolving inheritance for "security.authentication.form_entry_point.two" (parent: security.authentication.form_entry_point).
Resolving inheritance for "security.authentication.provider.dao.two" (parent: security.authentication.provider.dao).
Resolving inheritance for "security.authentication.listener.basic.two" (parent: security.authentication.listener.basic).
Resolving inheritance for "security.authentication.provider.rememberme.two" (parent: security.authentication.provider.rememberme).
Resolving inheritance for "security.authentication.rememberme.services.simplehash.two" (parent: security.authentication.rememberme.services.simplehash).
Resolving inheritance for "security.authentication.listener.rememberme.two" (parent: security.authentication.listener.rememberme).
Resolving inheritance for "security.authentication.listener.anonymous.two" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.two" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.two" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.two" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.three" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.3" (parent: security.context_listener).
Resolving inheritance for "security.logout_listener.three" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.three" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.three" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.provider.ldap_bind.three" (parent: security.authentication.provider.ldap_bind).
Resolving inheritance for "security.authentication.success_handler.three.form_login_ldap" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.three.form_login_ldap" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authentication.listener.form.three" (parent: security.authentication.listener.form).
Resolving inheritance for "security.authentication.form_entry_point.three" (parent: security.authentication.form_entry_point).
Resolving inheritance for "security.authentication.provider.dao.three" (parent: security.authentication.provider.dao).
Resolving inheritance for "security.authentication.listener.basic.three" (parent: security.authentication.listener.basic).
Resolving inheritance for "security.authentication.provider.rememberme.three" (parent: security.authentication.provider.rememberme).
Resolving inheritance for "security.authentication.rememberme.services.simplehash.three" (parent: security.authentication.rememberme.services.simplehash).
Resolving inheritance for "security.authentication.listener.rememberme.three" (parent: security.authentication.listener.rememberme).
Resolving inheritance for "security.authentication.listener.anonymous.three" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.three" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.three" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.three" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.four" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.4" (parent: security.context_listener).
Resolving inheritance for "security.logout_listener.four" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.four" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.four" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.provider.ldap_bind.four" (parent: security.authentication.provider.ldap_bind).
Resolving inheritance for "security.authentication.success_handler.four.form_login_ldap" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.four.form_login_ldap" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authentication.listener.form.four" (parent: security.authentication.listener.form).
Resolving inheritance for "security.authentication.form_entry_point.four" (parent: security.authentication.form_entry_point).
Resolving inheritance for "security.authentication.provider.dao.four" (parent: security.authentication.provider.dao).
Resolving inheritance for "security.authentication.listener.basic.four" (parent: security.authentication.listener.basic).
Resolving inheritance for "security.authentication.provider.rememberme.four" (parent: security.authentication.provider.rememberme).
Resolving inheritance for "security.authentication.rememberme.services.simplehash.four" (parent: security.authentication.rememberme.services.simplehash).
Resolving inheritance for "security.authentication.listener.rememberme.four" (parent: security.authentication.listener.rememberme).
Resolving inheritance for "security.authentication.listener.anonymous.four" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.four" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.four" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.four" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.iam" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.5" (parent: security.context_listener).
Resolving inheritance for "security.logout_listener.iam" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.iam" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.iam" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.provider.ldap_bind.iam" (parent: security.authentication.provider.ldap_bind).
Resolving inheritance for "security.authentication.success_handler.iam.form_login_ldap" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.iam.form_login_ldap" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authentication.listener.form.iam" (parent: security.authentication.listener.form).
Resolving inheritance for "security.authentication.form_entry_point.iam" (parent: security.authentication.form_entry_point).
Resolving inheritance for "security.authentication.provider.dao.iam" (parent: security.authentication.provider.dao).
Resolving inheritance for "security.authentication.listener.basic.iam" (parent: security.authentication.listener.basic).
Resolving inheritance for "security.authentication.provider.rememberme.iam" (parent: security.authentication.provider.rememberme).
Resolving inheritance for "security.authentication.rememberme.services.simplehash.iam" (parent: security.authentication.rememberme.services.simplehash).
Resolving inheritance for "security.authentication.listener.rememberme.iam" (parent: security.authentication.listener.rememberme).
Resolving inheritance for "security.authentication.listener.anonymous.iam" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.iam" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.iam" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.iam" (parent: security.firewall.context).
Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.buffer" (parent: swiftmailer.transport.buffer.abstract).
Resolving inheritance for "swiftmailer.transport.configurator.default" (parent: swiftmailer.transport.smtp.configurator.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.smtp" (parent: swiftmailer.transport.smtp.abstract).
Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
Resolving inheritance for "swiftmailer.mailer.default.plugin.impersonate" (parent: swiftmailer.plugin.impersonate.abstract).
Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
216
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "App\Security\IamUserInterface"; reason: private alias.
Removed service "App\Security\IamUserProviderInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.filesystem"; reason: private alias.
Removed service "session.storage"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.ldap_iam_user_provider"; 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.authentication.session_strategy.one"; reason: private alias.
Removed service "security.user_checker.one"; reason: private alias.
Removed service "security.authentication.session_strategy.two"; reason: private alias.
Removed service "security.user_checker.two"; reason: private alias.
Removed service "security.authentication.session_strategy.three"; reason: private alias.
Removed service "security.user_checker.three"; reason: private alias.
Removed service "security.authentication.session_strategy.four"; reason: private alias.
Removed service "security.user_checker.four"; reason: private alias.
Removed service "security.authentication.session_strategy.iam"; reason: private alias.
Removed service "security.user_checker.iam"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "swiftmailer.plugin.impersonate"; reason: private alias.
Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
Removed service "swiftmailer.mailer"; reason: private alias.
Removed service "Swift_Mailer"; reason: private alias.
Removed service "Swift_Transport"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $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 $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".service_locator.hlWiSOy"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.SMaQWzt"; reason: private alias.
Removed service ".service_locator.Awbmk1Q"; reason: private alias.
Removed service ".service_locator.Bpk59z8"; reason: private alias.
Removed service ".service_locator.YNsI3rQ"; reason: private alias.
Removed service ".service_locator.fVnbBHs"; reason: private alias.
Removed service ".service_locator.AvSbiyu"; reason: private alias.
Removed service ".service_locator.1QVykew"; reason: private alias.
Removed service ".service_locator.wKF4yn1"; reason: private alias.
Removed service ".service_locator.i2UnAhx"; reason: private alias.
Removed service ".service_locator.Za9MpXe"; reason: private alias.
Removed service ".service_locator.VPhYdBw"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.0ghLsew"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.6u2lGWO"; reason: private alias.
Removed service ".service_locator.I52XyF9"; reason: private alias.
Removed service ".service_locator.DH8KDP7"; reason: private alias.
Removed service ".service_locator.Bio6FLW"; reason: private alias.
Removed service ".service_locator.WZ2ymoR"; reason: private alias.
Removed service ".service_locator.AK.8Wok"; reason: private alias.
Removed service ".service_locator.rydB.nq"; reason: private alias.
Removed service ".service_locator.IRrA_1v"; reason: private alias.
Removed service ".service_locator.hMCgpUt"; reason: private alias.
Removed service ".service_locator.k8NAgii"; reason: private alias.
Removed service ".service_locator..Z1j9D7"; reason: private alias.
Removed service ".service_locator.neofwpA"; reason: private alias.
Removed service ".service_locator.JmHnXRx"; reason: private alias.
Removed service ".service_locator.d.J.cLA"; reason: private alias.
Removed service ".service_locator.WUQLDJD"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
92
Changed reference of service "App\Handler\SessionIdleHandler" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Handler\SessionIdleHandler" previously pointing to "router.default" to "router".
Changed reference of service "app.handler.session_idle" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "app.handler.session_idle" previously pointing to "router.default" to "router".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "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 "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.one" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme.one" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.2" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.two" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme.two" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.three" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme.three" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.4" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.four" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme.four" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.5" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form.iam" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme.iam" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.smtp" to "swiftmailer.mailer.default.transport".
Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.smtp" to "swiftmailer.mailer.default.transport".
Changed reference of service ".service_locator.fTzLpoD" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service ".service_locator.51tckF0" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
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.mx0UMmY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Nr4AJ19" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
315
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine.dbal.logger.chain"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authentication.listener.form"; reason: abstract.
Removed service "security.authentication.listener.x509"; reason: abstract.
Removed service "security.authentication.listener.json"; reason: abstract.
Removed service "security.authentication.listener.remote_user"; reason: abstract.
Removed service "security.authentication.listener.basic"; reason: abstract.
Removed service "security.authentication.provider.dao"; reason: abstract.
Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "swiftmailer.mailer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AbstractTaskCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AbstractTaskCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ForeignLanguageTaskCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ForeignLanguageTaskCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\checkQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\checkQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runAuthUrlTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runAuthUrlTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runCSVToTableTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runCSVToTableTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runCallTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runCallTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runCheckEmailTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runCheckEmailTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runChecklistFlowChartCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runChecklistFlowChartCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runConditionalTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runConditionalTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runConvertToTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runConvertToTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runDbTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runDbTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runDeadTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runDeadTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runEmailSendTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runEmailSendTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runEmailTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runEmailTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runExitTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runExitTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runFtpInTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runFtpInTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runFtpTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runFtpTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runGenJwtTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runGenJwtTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runImportJsonTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runImportJsonTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runInTxtTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runInTxtTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runIteratorTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runIteratorTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runJsonToTableTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runJsonToTableTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runJsonpathQueryTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runJsonpathQueryTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runLoopControlTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runLoopControlTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runMailTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runMailTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runManageVarsTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runManageVarsTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runNavWebTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runNavWebTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runOcrTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runOcrTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runOutTxtTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runOutTxtTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runPdfRTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runPdfRTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runRepeatTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runRepeatTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runRunWorkflowTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runRunWorkflowTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSbatchTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runSbatchTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSftpGetTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runSftpGetTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSleepTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runSleepTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSmsTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runSmsTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSoapCallTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runSoapCallTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runSshTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runSshTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTelegramTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runTelegramTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTextCategorizationTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runTextCategorizationTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTextExtractFeaturesTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runTextExtractFeaturesTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTextGenerateTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runTextGenerateTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runTextSentimentAnalysisTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runTextSentimentAnalysisTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runWfExceptionTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runWfExceptionTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runWinRMTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runWinRMTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runXmlToTableTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runXmlToTableTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\runXpathQueryTaskByIdCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\runXpathQueryTaskByIdCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiV1Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiV1Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiV1Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CategoriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ChecklistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ChecklistController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ChecklistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConnectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConnectionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConnectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\AutomaTarsWorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\AutomaTarsWorkflowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Custom\TIM\AutomaTarsWorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\ManageConfigCustomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\ManageConfigCustomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Custom\TIM\ManageConfigCustomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\ServiceAssuranceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\ServiceAssuranceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Custom\TIM\ServiceAssuranceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\ServiceAssuranceKenaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\ServiceAssuranceKenaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Custom\TIM\ServiceAssuranceKenaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\TIMPowerONController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\TIMPowerONController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Custom\TIM\TIMPowerONController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Custom\TIM\WebappController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Custom\TIM\WebappController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Custom\TIM\WebappController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FavoriteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManageConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManageConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ManageConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ParametersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ParametersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ParametersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RolesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RolesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RolesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticheController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StatisticheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SycoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SycoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SycoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TableStructuresController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TableStructuresController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TableStructuresController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskActionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TaskActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\AuthUrlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\AuthUrlController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\AuthUrlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\CSVController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\CSVController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\CSVController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\ConditionalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\ConditionalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\ConditionalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\DbController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\DbController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\DbController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\DeadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\DeadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\DeadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\EmailInController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\EmailInController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\EmailInController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\EmailOutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\EmailOutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\EmailOutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\ExitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\ExitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\ExitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\ImportJsonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\ImportJsonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\ImportJsonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\IteratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\IteratorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\IteratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\LegacyTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\LegacyTaskController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\LegacyTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\NavWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\NavWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\NavWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\OcrController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\OcrController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\OcrController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\PdfrController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\PdfrController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\PdfrController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\RunWorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\RunWorkflowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\RunWorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\SftpInController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\SftpInController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\SftpInController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\SftpOutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\SftpOutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\SftpOutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\SshController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\SshController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\SshController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\TarsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\TarsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\TarsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tasks\WinRMController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tasks\WinRMController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tasks\WinRMController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnlockWflController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnlockWflController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UnlockWflController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkflowDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkflowDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WorkflowDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkflowDesignerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkflowDesignerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WorkflowDesignerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkflowManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkflowManagementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WorkflowManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkspaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkspaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WorkspaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.app.checklist_controller_service"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.app.checklist_controller_service"; reason: abstract.
Removed service ".abstract.instanceof.app.checklist_controller_service"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.app.api_service"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.app.api_service"; reason: abstract.
Removed service ".abstract.instanceof.app.api_service"; reason: abstract.
133
Removed service "App\Command\Custom\libs\WebappFunctions"; reason: unused.
Removed service "App\Command\libs\ConditionalExpression"; reason: unused.
Removed service "App\Command\libs\ExpressionLanguageFuncs"; reason: unused.
Removed service "App\Command\libs\Functions"; reason: unused.
Removed service "App\Command\libs\ParametersSubs"; reason: unused.
Removed service "App\Command\libs\Tasks\Common"; reason: unused.
Removed service "App\Command\libs\Tasks\GraphLinksModel"; reason: unused.
Removed service "App\Command\libs\WinRm"; reason: unused.
Removed service "App\Command\libs\WinRm\Exceptions\PythonNotFound"; reason: unused.
Removed service "App\Command\libs\WinRm\Exceptions\WinRmExecution"; reason: unused.
Removed service "App\Command\libs\WinRm\Exceptions\WinRmResponse"; reason: unused.
Removed service "App\Handler\MaintenanceHandler"; reason: unused.
Removed service "App\Handler\SessionIdleHandler"; reason: unused.
Removed service "App\Repository\UserRepository"; reason: unused.
Removed service "App\Security\LdapUser"; reason: unused.
Removed service "App\Service\BaseFirewallMatcher"; reason: unused.
Removed service "App\Service\FirstFirewallMatcher"; reason: unused.
Removed service "App\Service\FourFirewallMatcher"; reason: unused.
Removed service "App\Service\IAMFirewallMatcher"; reason: unused.
Removed service "App\Service\SecondFirewallMatcher"; reason: unused.
Removed service "App\Service\ThirdFirewallMatcher"; reason: unused.
Removed service "App\Utility\Email_reader"; reason: unused.
Removed service "App\Utility\ExcelFactory"; reason: unused.
Removed service "App\Utility\Statistiche"; reason: unused.
Removed service "App\converger\command_parser\ChecklistQueryColsInfo"; reason: unused.
Removed service "App\converger\command_parser\CommandParserFactory"; reason: unused.
Removed service "App\converger\command_parser\DataTypes"; reason: unused.
Removed service "App\converger\command_parser\OtherCommandParser"; reason: unused.
Removed service "App\converger\command_parser\Parameter"; reason: unused.
Removed service "App\converger\command_parser\ParameterMap"; reason: unused.
Removed service "App\converger\command_parser\ProxyPreparedStatement"; reason: unused.
Removed service "App\converger\command_parser\QueryColParamInfo"; reason: unused.
Removed service "App\converger\command_parser\SQLCommandParser"; reason: unused.
Removed service "App\converger\command_parser\SpecialParameterFactory"; reason: unused.
Removed service "App\converger\command_parser\TaskInfo"; reason: unused.
Removed service "App\converger\command_parser\expr\Expression"; reason: unused.
Removed service "App\converger\command_parser\expr\ExpressionParser"; reason: unused.
Removed service "App\converger\command_parser\expr\OperatorAdd"; reason: unused.
Removed service "App\converger\command_parser\expr\OperatorConcat"; reason: unused.
Removed service "App\converger\command_parser\expr\OperatorDivide"; reason: unused.
Removed service "App\converger\command_parser\expr\OperatorFactory"; reason: unused.
Removed service "App\converger\command_parser\expr\OperatorModulo"; reason: unused.
Removed service "App\converger\command_parser\expr\OperatorMultiply"; reason: unused.
Removed service "App\converger\command_parser\expr\OperatorSubtract"; reason: unused.
Removed service "App\converger\command_parser\expr\OperatorType"; reason: unused.
Removed service "App\converger\command_parser\expr\ResultTerm"; reason: unused.
Removed service "App\converger\command_parser\expr\TermLiteralNumeric"; reason: unused.
Removed service "App\converger\command_parser\expr\TermLiteralString"; reason: unused.
Removed service "App\converger\command_parser\expr\TermVariable"; reason: unused.
Removed service "App\converger\rest_api_util\ApiRestClientException"; reason: unused.
Removed service "App\converger\rest_api_util\ContentType"; reason: unused.
Removed service "App\converger\rest_api_util\FileUploadEntry"; reason: unused.
Removed service "App\converger\rest_api_util\MimeType"; reason: unused.
Removed service "App\converger\rest_api_util\RequestARC"; reason: unused.
Removed service "App\converger\rest_api_util\RequestMethod"; reason: unused.
Removed service "App\converger\rest_api_util\ResponseARC"; reason: unused.
Removed service "App\converger\rest_api_util\logwrap\ConsoleLogger"; reason: unused.
Removed service "App\converger\rest_api_util\logwrap\MonologWrapper"; reason: unused.
Removed service "App\converger\rest_api_util\telegram\TelegramBotClient"; reason: unused.
Removed service "App\converger\rest_api_util\webEx\WebExAPIClient"; reason: unused.
Removed service "App\converger\util\Counter"; reason: unused.
Removed service "App\converger\util\logwrap\ConsoleLogger"; reason: unused.
Removed service "App\converger\util\logwrap\MonologWrapper"; reason: unused.
Removed service "excel.factory"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; 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.native"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.php_bridge"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.storage.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "doctrine.dbal.logger"; reason: unused.
Removed service ".1_ServiceLocator~wwFzMBr"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_password_hasher"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authentication.listener.anonymous"; reason: unused.
Removed service "security.authentication.provider.anonymous"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "security.user_providers"; reason: unused.
Removed service "swiftmailer.transport.failover"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.doctrine"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.nLgZj7R"; reason: unused.
365
Inlined service ".service_locator.mx0UMmY.App\Controller\ApiV1Controller" to "App\Controller\ApiV1Controller".
Inlined service ".service_locator.mx0UMmY.App\Controller\CategoriesController" to "App\Controller\CategoriesController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ChecklistController" to "App\Controller\ChecklistController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ConnectionsController" to "App\Controller\ConnectionsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Custom\TIM\AutomaTarsWorkflowController" to "App\Controller\Custom\TIM\AutomaTarsWorkflowController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Custom\TIM\ManageConfigCustomController" to "App\Controller\Custom\TIM\ManageConfigCustomController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Custom\TIM\ServiceAssuranceController" to "App\Controller\Custom\TIM\ServiceAssuranceController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Custom\TIM\ServiceAssuranceKenaController" to "App\Controller\Custom\TIM\ServiceAssuranceKenaController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Custom\TIM\TIMPowerONController" to "App\Controller\Custom\TIM\TIMPowerONController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Custom\TIM\WebappController" to "App\Controller\Custom\TIM\WebappController".
Inlined service ".service_locator.mx0UMmY.App\Controller\FavoriteController" to "App\Controller\FavoriteController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ManageConfigController" to "App\Controller\ManageConfigController".
Inlined service ".service_locator.mx0UMmY.App\Controller\ParametersController" to "App\Controller\ParametersController".
Inlined service ".service_locator.mx0UMmY.App\Controller\RolesController" to "App\Controller\RolesController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.mx0UMmY.App\Controller\StatisticheController" to "App\Controller\StatisticheController".
Inlined service ".service_locator.mx0UMmY.App\Controller\SycoreController" to "App\Controller\SycoreController".
Inlined service ".service_locator.mx0UMmY.App\Controller\TableStructuresController" to "App\Controller\TableStructuresController".
Inlined service ".service_locator.mx0UMmY.App\Controller\TaskActionController" to "App\Controller\TaskActionController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\AuthUrlController" to "App\Controller\Tasks\AuthUrlController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\CSVController" to "App\Controller\Tasks\CSVController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\ConditionalController" to "App\Controller\Tasks\ConditionalController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\DbController" to "App\Controller\Tasks\DbController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\DeadController" to "App\Controller\Tasks\DeadController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\EmailInController" to "App\Controller\Tasks\EmailInController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\EmailOutController" to "App\Controller\Tasks\EmailOutController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\ExitController" to "App\Controller\Tasks\ExitController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\ImportJsonController" to "App\Controller\Tasks\ImportJsonController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\IteratorController" to "App\Controller\Tasks\IteratorController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\LegacyTaskController" to "App\Controller\Tasks\LegacyTaskController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\NavWebController" to "App\Controller\Tasks\NavWebController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\OcrController" to "App\Controller\Tasks\OcrController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\PdfrController" to "App\Controller\Tasks\PdfrController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\RunWorkflowController" to "App\Controller\Tasks\RunWorkflowController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\SftpInController" to "App\Controller\Tasks\SftpInController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\SftpOutController" to "App\Controller\Tasks\SftpOutController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\SshController" to "App\Controller\Tasks\SshController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\TarsController" to "App\Controller\Tasks\TarsController".
Inlined service ".service_locator.mx0UMmY.App\Controller\Tasks\WinRMController" to "App\Controller\Tasks\WinRMController".
Inlined service ".service_locator.mx0UMmY.App\Controller\UnlockWflController" to "App\Controller\UnlockWflController".
Inlined service ".service_locator.mx0UMmY.App\Controller\WorkflowDashboardController" to "App\Controller\WorkflowDashboardController".
Inlined service "App\Repository\WorkflowRepository" to "App\Controller\WorkflowDesignerController".
Inlined service "App\Repository\GoJsRepository" to "App\Controller\WorkflowDesignerController".
Inlined service ".service_locator.mx0UMmY.App\Controller\WorkflowDesignerController" to "App\Controller\WorkflowDesignerController".
Inlined service ".service_locator.mx0UMmY.App\Controller\WorkflowManagementController" to "App\Controller\WorkflowManagementController".
Inlined service ".service_locator.mx0UMmY.App\Controller\WorkspaceController" to "App\Controller\WorkspaceController".
Inlined service "ext_ldap_adapter" to "ldap".
Inlined service "ext_ldap2_adapter" to "ldap2".
Inlined service "ext_ldap3_adapter" to "ldap3".
Inlined service "ext_ldapiam_adapter" to "ldapiam".
Inlined service ".service_locator.mx0UMmY.app.checklist_controller_service" to "app.checklist_controller_service".
Inlined service ".service_locator.mx0UMmY.app.api_service" to "app.api_service".
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.cEhBhXG" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transports" to "mailer.mailer".
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" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler" to "session.storage.native".
Inlined service ".service_locator.JzpSxHw" 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.y4dplYt" 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.19_mNxd" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "swiftmailer.data_collector" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "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.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service ".zenstruck.twig.service_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "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.kahiSx0" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator..9a.imQ" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.Xbsa8iG" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.query.compatibility_layer" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.compatibility_layer" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.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 "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.p5J7_rX" to "security.access_map".
Inlined service ".security.request_matcher.eKXDm4f" to "security.access_map".
Inlined service ".security.request_matcher.hWb.H5S" to "security.access_map".
Inlined service ".security.request_matcher.qxdKjTE" to "security.access_map".
Inlined service ".security.request_matcher.52C7wTw" to "security.access_map".
Inlined service ".security.request_matcher.KREqRKA" to "security.access_map".
Inlined service ".security.request_matcher.02pdvmq" to "security.access_map".
Inlined service ".security.request_matcher.pb_kxQe" to "security.access_map".
Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.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.authentication.success_handler.one.form_login_ldap" to "security.authentication.listener.form.one".
Inlined service "security.authentication.failure_handler.one.form_login_ldap" to "security.authentication.listener.form.one".
Inlined service "security.exception_listener.one" to "security.firewall.map.context.one".
Inlined service "security.logout_listener.one" to "security.firewall.map.context.one".
Inlined service "security.firewall.map.config.one" to "security.firewall.map.context.one".
Inlined service "ldap2" to "security.authentication.provider.ldap_bind.two".
Inlined service "security.authentication.success_handler.two.form_login_ldap" to "security.authentication.listener.form.two".
Inlined service "security.authentication.failure_handler.two.form_login_ldap" to "security.authentication.listener.form.two".
Inlined service "security.exception_listener.two" to "security.firewall.map.context.two".
Inlined service "security.logout_listener.two" to "security.firewall.map.context.two".
Inlined service "security.firewall.map.config.two" to "security.firewall.map.context.two".
Inlined service "ldap3" to "security.authentication.provider.ldap_bind.three".
Inlined service "security.authentication.success_handler.three.form_login_ldap" to "security.authentication.listener.form.three".
Inlined service "security.authentication.failure_handler.three.form_login_ldap" to "security.authentication.listener.form.three".
Inlined service "security.exception_listener.three" to "security.firewall.map.context.three".
Inlined service "security.logout_listener.three" to "security.firewall.map.context.three".
Inlined service "security.firewall.map.config.three" to "security.firewall.map.context.three".
Inlined service "security.authentication.success_handler.four.form_login_ldap" to "security.authentication.listener.form.four".
Inlined service "security.authentication.failure_handler.four.form_login_ldap" to "security.authentication.listener.form.four".
Inlined service "security.exception_listener.four" to "security.firewall.map.context.four".
Inlined service "security.logout_listener.four" to "security.firewall.map.context.four".
Inlined service "security.firewall.map.config.four" to "security.firewall.map.context.four".
Inlined service "security.authentication.success_handler.iam.form_login_ldap" to "security.authentication.listener.form.iam".
Inlined service "security.authentication.failure_handler.iam.form_login_ldap" to "security.authentication.listener.form.iam".
Inlined service "security.exception_listener.iam" to "security.firewall.map.context.iam".
Inlined service "security.logout_listener.iam" to "security.firewall.map.context.iam".
Inlined service "security.firewall.map.config.iam" to "security.firewall.map.context.iam".
Inlined service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~_rWnU7e" to "swiftmailer.mailer.default.transport.authhandler".
Inlined service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~_rWnU7e" to "swiftmailer.mailer.default.transport.authhandler".
Inlined service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~_rWnU7e" to "swiftmailer.mailer.default.transport.authhandler".
Inlined service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~_rWnU7e" to "swiftmailer.mailer.default.transport.authhandler".
Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.default.transport.buffer".
Inlined service ".service_locator.NqCcufm" to ".zenstruck.twig.service_runtime".
Inlined service ".service_locator.RBNR2f2" to ".zenstruck.twig.function_runtime".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "doctrine.dbal.well_known_schema_asset_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
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 ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.OSH1YoD" to ".service_locator.OSH1YoD.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service ".service_locator.VtE_qj_" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.OSH1YoD.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "swiftmailer.mailer.default.transport.buffer" to "swiftmailer.mailer.default.transport".
Inlined service "swiftmailer.mailer.default.transport.authhandler" to "swiftmailer.mailer.default.transport".
Inlined service "swiftmailer.mailer.default.transport.eventdispatcher" to "swiftmailer.mailer.default.transport".
Inlined service "swiftmailer.mailer.default.plugin.impersonate" to "swiftmailer.mailer.default.transport".
Inlined service "swiftmailer.transport.configurator.default" to "swiftmailer.mailer.default.transport".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
1
Tag "container.decorator" was defined on service(s) "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", "event_dispatcher", ".container.private.validator", but was never used.