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 (4)
Time
Message
deprecation
Method "Symfony\Contracts\Service\ServiceSubscriberInterface::getSubscribedServices()" might add "array" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\Controller\BaseController" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\JsSelect2Bundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getUsername()" might add "string" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\UserBundle\Entity\BaseUser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\UserBundle\Entity\BaseUser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserInterface::getPassword()" might add "?string" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\UserBundle\Entity\BaseUser" now to avoid errors or add an explicit @return annotation to suppress this message.
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 "ProjectBiz\UserBundle\Entity\BaseUser" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "ProjectBiz\UserBundle\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).
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "ProjectBiz\UserBundle\Entity\User" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "ProjectBiz\UserBundle\Entity\User" should implement it.
Method "Doctrine\DBAL\Types\Type::getSQLDeclaration()" might add "string" as a native return type declaration in the future. Do the same in child class "ProjectBiz\DatabaseBundle\Type\TextType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "ProjectBiz\WatchDogBundle\Command\WatchDogBuildCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "ProjectBiz\WatchDogBundle\Command\WatchDogBuildOnRequestCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\DebugBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\ImportExportBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PdfWriterBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\ScheduleBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "SensioLabs\Security\Command\SecurityCheckerCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\DebugBundle\DataCollector\MiscellaneousCollector" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\TableView\Accessor\KeyBasedAccessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\TableView\Accessor\ColumnContextMenuAccessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\TableView\Accessor\ContextMenuAccessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of ProjectBiz\PortalBundle\Service\Filter::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
The "ProjectBiz\PortalBundle\Service\Filter::buildCriteria()" method will require a new "array $readableColumnsInView" argument in the next major version of its interface "ProjectBiz\DatabaseBundle\Database\Criteria\CriteriaBuilderInterface", not defining it is deprecated.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "ProjectBiz\PortalBundle\Command\CreateVersionCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\Notification\NotificationCenter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\Twig\BodyClassExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\Twig\PHPExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\Twig\CustomNotificationExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\Form\Type\NoteType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\Twig\TableViewExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\Twig\BuildTableExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\View\Twig\MenuViewExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
The "ProjectBiz\PortalBundle\Security\APIAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\Security\APIAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\Security\APIAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationFailure()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\Security\APIAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\PortalBundle\Security\APIAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "ProjectBiz\PortalBundle\Command\DeleteOldRecordsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "ProjectBiz\PortalBundle\Command\CheckDSGVOConstraintsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "ProjectBiz\PortalBundle\Command\CheckDatabaseCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "ProjectBiz\PortalBundle\Command\CheckRequirementsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "ProjectBiz\PortalBundle\Command\TruncateUnencryptedTablesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "ProjectBiz\PortalBundle\Command\ExportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\FormBundle\Form\Type\LogType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\FormBundle\Form\Type\TableSelectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\FormBundle\Form\Type\LinkType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\FormBundle\Form\Type\UserSelectionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\FormBundle\Form\Type\RightsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\FormBundle\Form\Type\EuroType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\FormBundle\Form\Type\DateTimeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\FormBundle\Form\Type\FilterColumnsType" 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\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
The "ProjectBiz\UserBundle\EventListener\AnonymousAuthenticationListener" class extends "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" that is deprecated since Symfony 5.3, 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 "projectbiz.citibiz.picture.file_repo" service.
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 "citibiz.generic_repository" service.
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 "ProjectBiz\PortalBundle\Controller\DSGVOController" service.
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 "ProjectBiz\PortalBundle\Controller\FileUploadController" 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 "ProjectBiz\PortalBundle\Controller\MobileController" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "ProjectBiz\PortalBundle\Controller\ViewManagementController" service.
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 "citibiz.portal.version_command" 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 "citibiz.monolog_flashbag_handler" 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 "projectbiz.portal.flash_bag_helper" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.generic_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.note_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.attachment_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.generic_refs_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.delete_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.search_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.xhr.auto_increment" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.individual_mail_controller" 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 "projectbiz.portal.mobile_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.mobile_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.man_sort_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.dsgvo_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.image_upload_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.optical_code_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.test_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.sitemap_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "citibiz.portal.api_contoller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "citibiz.portal.custom_notification_contoller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.file_upload_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.maindocument_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.projectroom_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.portal.base_controller" 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 "projectbiz.user.authentication_event_listener" 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 "projectbiz.menu.menu_helper" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "projectbiz.form.report_controller" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "citibiz.form.directory_selection_controller" service.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "ProjectBiz\UserBundle\EventListener\LocaleListener" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Doctrine\DBAL\Types\Type::getSQLDeclaration()" might add "string" as a native return type declaration in the future. Do the same in child class "ProjectBiz\DatabaseBundle\Type\TextType" now to avoid errors or add an explicit @return annotation to suppress this message.
User Notice: Install the curl extension or run "composer require amphp/http-client:^4.2.1" to perform async HTTP operations, including full HTTP/2 support
Log messages generated during the compilation of the service container.
Messages
Class
241
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SensioLabs\Security\Command\SecurityCheckerCommand" (parent: .abstract.instanceof.SensioLabs\Security\Command\SecurityCheckerCommand).
Resolving inheritance for "SensioLabs\Security\Command\SecurityCheckerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SensioLabs\Security\Command\SecurityCheckerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.miscellaneous_collector" (parent: .abstract.instanceof.miscellaneous_collector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.miscellaneous_collector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.miscellaneous_collector).
Resolving inheritance for "miscellaneous_collector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.miscellaneous_collector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\Controller\BauPortalDebug\SpmDebugController" (parent: .abstract.instanceof.ProjectBiz\Controller\BauPortalDebug\SpmDebugController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\Controller\BauPortalDebug\SpmDebugController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\Controller\BauPortalDebug\SpmDebugController).
Resolving inheritance for "ProjectBiz\Controller\BauPortalDebug\SpmDebugController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\Controller\BauPortalDebug\SpmDebugController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\Controller\BauPortal\CockpitController" (parent: .abstract.instanceof.ProjectBiz\Controller\BauPortal\CockpitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\Controller\BauPortal\CockpitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\Controller\BauPortal\CockpitController).
Resolving inheritance for "ProjectBiz\Controller\BauPortal\CockpitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\Controller\BauPortal\CockpitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\Controller\BauPortal\ExcelController" (parent: .abstract.instanceof.ProjectBiz\Controller\BauPortal\ExcelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\Controller\BauPortal\ExcelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\Controller\BauPortal\ExcelController).
Resolving inheritance for "ProjectBiz\Controller\BauPortal\ExcelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\Controller\BauPortal\ExcelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\Controller\BauPortal\WelcomeController" (parent: .abstract.instanceof.ProjectBiz\Controller\BauPortal\WelcomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\Controller\BauPortal\WelcomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\Controller\BauPortal\WelcomeController).
Resolving inheritance for "ProjectBiz\Controller\BauPortal\WelcomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\Controller\BauPortal\WelcomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\EventDispatcher\EventDispatcherInterface.0.projectbiz.citibiz.picture.file_repo" (parent: .abstract.instanceof.projectbiz.citibiz.picture.file_repo).
Resolving inheritance for "projectbiz.citibiz.picture.file_repo" (parent: .instanceof.Symfony\Contracts\EventDispatcher\EventDispatcherInterface.0.projectbiz.citibiz.picture.file_repo).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.bau_portal.excel_controller" (parent: .abstract.instanceof.projectbiz.bau_portal.excel_controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.bau_portal.excel_controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.bau_portal.excel_controller).
Resolving inheritance for "projectbiz.bau_portal.excel_controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.bau_portal.excel_controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.bau_portal.cockpit_controller" (parent: .abstract.instanceof.projectbiz.bau_portal.cockpit_controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.bau_portal.cockpit_controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.bau_portal.cockpit_controller).
Resolving inheritance for "projectbiz.bau_portal.cockpit_controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.bau_portal.cockpit_controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.spm_debug_controller" (parent: .abstract.instanceof.spm_debug_controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.spm_debug_controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.spm_debug_controller).
Resolving inheritance for "spm_debug_controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.spm_debug_controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.citibiz.mpmkanban_controller" (parent: .abstract.instanceof.projectbiz.citibiz.mpmkanban_controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.citibiz.mpmkanban_controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.citibiz.mpmkanban_controller).
Resolving inheritance for "projectbiz.citibiz.mpmkanban_controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.citibiz.mpmkanban_controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.citibiz.kanban_controller" (parent: .abstract.instanceof.projectbiz.citibiz.kanban_controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.citibiz.kanban_controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.citibiz.kanban_controller).
Resolving inheritance for "projectbiz.citibiz.kanban_controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.citibiz.kanban_controller).
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._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.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 "monolog.logger" (parent: monolog.logger_prototype).
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.user.provider.concrete.users_in_memory" (parent: security.user.provider.in_memory).
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.login" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for ".instanceof.Symfony\Contracts\EventDispatcher\EventDispatcherInterface.0.citibiz.generic_repository" (parent: .abstract.instanceof.citibiz.generic_repository).
Resolving inheritance for "citibiz.generic_repository" (parent: .instanceof.Symfony\Contracts\EventDispatcher\EventDispatcherInterface.0.citibiz.generic_repository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\APIController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\APIController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\APIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\APIController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\APIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\APIController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AboutController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\AboutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AboutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AboutController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\AboutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AboutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AccountController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AccountController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AdminController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AdminController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AttachmentController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\AttachmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AttachmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AttachmentController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\AttachmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AttachmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AutoIncrementController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\AutoIncrementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AutoIncrementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AutoIncrementController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\AutoIncrementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AutoIncrementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\BaseController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\BaseController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\CustomNotificationController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\CustomNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\CustomNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\CustomNotificationController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\CustomNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\CustomNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\DSGVOController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\DSGVOController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\DSGVOController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\DSGVOController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\DSGVOController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\DSGVOController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\DeleteController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\DeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\DeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\DeleteController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\DeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\DeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\FileUploadController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\FileUploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\FileUploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\FileUploadController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\FileUploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\FileUploadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\FormEditController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\FormEditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\FormEditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\FormEditController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\FormEditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\FormEditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\FormsController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\FormsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\FormsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\FormsController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\FormsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\FormsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\GenericController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\GenericController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\GenericController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\GenericController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\GenericController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\GenericController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\GenericEditController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\GenericEditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\GenericEditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\GenericEditController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\GenericEditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\GenericEditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ImageUploadController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\ImageUploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ImageUploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ImageUploadController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\ImageUploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ImageUploadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\IndividualMailController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\IndividualMailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\IndividualMailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\IndividualMailController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\IndividualMailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\IndividualMailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ListingController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\ListingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ListingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ListingController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\ListingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ListingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ListingRefsController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\ListingRefsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ListingRefsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ListingRefsController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\ListingRefsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ListingRefsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\LoginController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\LoginController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\MaindocumentController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\MaindocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\MaindocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\MaindocumentController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\MaindocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\MaindocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ManSortController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\ManSortController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ManSortController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ManSortController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\ManSortController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ManSortController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\MobileController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\MobileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\MobileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\MobileController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\MobileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\MobileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\NoteController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\NoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\NoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\NoteController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\NoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\NoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\OpticalCodeController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\OpticalCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\OpticalCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\OpticalCodeController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\OpticalCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\OpticalCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\PagesController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\PagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\PagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\PagesController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\PagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\PagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ProjectroomController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\ProjectroomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ProjectroomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ProjectroomController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\ProjectroomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ProjectroomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\SearchController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\SearchController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\SitemapController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\SitemapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\SitemapController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\TableController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\TableController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\TableController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\TableController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\TableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\TableController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\TestController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\TestController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ToolsController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\ToolsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ToolsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ToolsController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\ToolsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ToolsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\UserManagementController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\UserManagementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\UserManagementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\UserManagementController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\UserManagementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\UserManagementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\WelcomeController" (parent: .abstract.instanceof.ProjectBiz\PortalBundle\Controller\WelcomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\WelcomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\WelcomeController).
Resolving inheritance for "ProjectBiz\PortalBundle\Controller\WelcomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\WelcomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.portal.generic_edit_controller" (parent: .abstract.instanceof.projectbiz.portal.generic_edit_controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.portal.generic_edit_controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.portal.generic_edit_controller).
Resolving inheritance for "projectbiz.portal.generic_edit_controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.portal.generic_edit_controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.portal.form_edit_controller" (parent: .abstract.instanceof.projectbiz.portal.form_edit_controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.portal.form_edit_controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.portal.form_edit_controller).
Resolving inheritance for "projectbiz.portal.form_edit_controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.portal.form_edit_controller).
Resolving inheritance for "projectbiz.portal.command_listener" (parent: projectbiz.portal.command).
Resolving inheritance for "projectbiz.portal.delete_old_records_command" (parent: projectbiz.portal.command).
Resolving inheritance for "projectbiz.portal.check_dsgvo_constraints_command" (parent: projectbiz.portal.command).
Resolving inheritance for "projectbiz.portal.check_database_command" (parent: projectbiz.portal.command).
Resolving inheritance for "projectbiz.portal.create_version_command" (parent: projectbiz.portal.command).
Resolving inheritance for "projectbiz.portal.truncate_unencrypted_tables_command" (parent: projectbiz.portal.command).
Resolving inheritance for "projectbiz.portal.export" (parent: projectbiz.portal.command).
Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.ProjectBiz\WatchDogBundle\Command\WatchDogBuildCommand" (parent: .abstract.instanceof.ProjectBiz\WatchDogBundle\Command\WatchDogBuildCommand).
Resolving inheritance for "ProjectBiz\WatchDogBundle\Command\WatchDogBuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.ProjectBiz\WatchDogBundle\Command\WatchDogBuildCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.ProjectBiz\WatchDogBundle\Command\WatchDogBuildOnRequestCommand" (parent: .abstract.instanceof.ProjectBiz\WatchDogBundle\Command\WatchDogBuildOnRequestCommand).
Resolving inheritance for "ProjectBiz\WatchDogBundle\Command\WatchDogBuildOnRequestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.ProjectBiz\WatchDogBundle\Command\WatchDogBuildOnRequestCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.watchdog.controller" (parent: .abstract.instanceof.projectbiz.watchdog.controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.watchdog.controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.watchdog.controller).
Resolving inheritance for "projectbiz.watchdog.controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.watchdog.controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\ImportExportBundle\Controller\ExportController" (parent: .abstract.instanceof.ProjectBiz\ImportExportBundle\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\ImportExportBundle\Controller\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\ImportExportBundle\Controller\ExportController).
Resolving inheritance for "ProjectBiz\ImportExportBundle\Controller\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\ImportExportBundle\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\ImportExportBundle\Controller\ImportController" (parent: .abstract.instanceof.ProjectBiz\ImportExportBundle\Controller\ImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\ImportExportBundle\Controller\ImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\ImportExportBundle\Controller\ImportController).
Resolving inheritance for "ProjectBiz\ImportExportBundle\Controller\ImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\ImportExportBundle\Controller\ImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\ImportExportBundle\Controller\ImportExportBaseController" (parent: .abstract.instanceof.ProjectBiz\ImportExportBundle\Controller\ImportExportBaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\ImportExportBundle\Controller\ImportExportBaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\ImportExportBundle\Controller\ImportExportBaseController).
Resolving inheritance for "ProjectBiz\ImportExportBundle\Controller\ImportExportBaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\ImportExportBundle\Controller\ImportExportBaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\ImportExportBundle\Controller\ImportExportController" (parent: .abstract.instanceof.ProjectBiz\ImportExportBundle\Controller\ImportExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\ImportExportBundle\Controller\ImportExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\ImportExportBundle\Controller\ImportExportController).
Resolving inheritance for "ProjectBiz\ImportExportBundle\Controller\ImportExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\ImportExportBundle\Controller\ImportExportController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.projectbiz.import_export.form.import" (parent: .abstract.instanceof.projectbiz.import_export.form.import).
Resolving inheritance for "projectbiz.import_export.form.import" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.projectbiz.import_export.form.import).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.projectbiz.import_export.form.select_interface" (parent: .abstract.instanceof.projectbiz.import_export.form.select_interface).
Resolving inheritance for "projectbiz.import_export.form.select_interface" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.projectbiz.import_export.form.select_interface).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.projectbiz.import_export.form.review" (parent: .abstract.instanceof.projectbiz.import_export.form.review).
Resolving inheritance for "projectbiz.import_export.form.review" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.projectbiz.import_export.form.review).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.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.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.portal" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
1
Skipping service "projectbiz.form.form_descriptor_factory": Class or interface "ProjectBiz\FormBundle\Form\FormDescriptorFactory" cannot be loaded.
9
Removing method "setEventDispatcher" of service "projectbiz.portal.form_edit_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashBagHelper" of service "projectbiz.portal.form_edit_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "projectbiz.portal.form_edit_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDispatcher" of service "projectbiz.portal.generic_edit_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFlashBagHelper" of service "projectbiz.portal.generic_edit_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "projectbiz.portal.generic_edit_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityContextWrapper" of service "projectbiz.portal.generic_edit_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTableHelper" of service "projectbiz.portal.generic_edit_controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setFormatter" of service "projectbiz.watchdog.controller" from controller candidates: the method is called at instantiation, thus cannot be an action.
218
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "ProjectBiz\MenuBundle\Service\MenuHelper"; reason: private alias.
Removed service "ProjectBiz\MenuBundle\Service\MenuHelperInterface"; reason: private alias.
Removed service "ProjectBiz\PortalBundle\Util\GlobalContextProviderInterface"; reason: private alias.
Removed service "ProjectBiz\DatabaseBundle\Database\Criteria\CriteriaBuilder"; reason: private alias.
Removed service "ProjectBiz\PortalBundle\Util\Injector"; reason: private alias.
Removed service "ProjectBiz\PortalBundle\Formatter\Formatter"; reason: private alias.
Removed service "ProjectBiz\PortalBundle\Service\DSGVO"; reason: private alias.
Removed service "ProjectBiz\PortalBundle\Service\FormHelper"; reason: private alias.
Removed service "ProjectBiz\PortalBundle\Service\IndividualMail"; reason: private alias.
Removed service "ProjectBiz\PortalBundle\Service\Config"; reason: private alias.
Removed service "ProjectBiz\PortalBundle\Service\StandardLogHeader"; reason: private alias.
Removed service "ProjectBiz\WatchDogBundle\Service\WatchDog"; reason: private alias.
Removed service "ProjectBiz\UserBundle\Security\UserProvider"; reason: private alias.
Removed service "ProjectBiz\FormBundle\Report\ReportFactory"; reason: private alias.
Removed service "ProjectBiz\DebugBundle\DataCollector\MiscellaneousCollector"; reason: private alias.
Removed service "ProjectBiz\ImportExportBundle\Mapping\DataTransformerFactory"; 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\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\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 "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; 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 "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 "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; 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\Http\Authentication\UserAuthenticatorInterface"; 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.deleteable_users"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "ProjectBiz\DatabaseBundle\Database\GenericRepositoryFactoryInterface"; reason: private alias.
Removed service "ProjectBiz\DatabaseBundle\Database\TableHelperInterface"; reason: private alias.
Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
Removed service "swiftmailer.spool"; reason: private alias.
Removed service "swiftmailer.transport.real"; reason: private alias.
Removed service "Swift_Spool"; 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 "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "ProjectBiz\DatabaseBundle\Database\TableHelper"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $portalLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.NeQ.9WG"; reason: private alias.
Removed service ".service_locator.wKF4yn1"; reason: private alias.
Removed service ".service_locator.KtoFWjy"; reason: private alias.
Removed service ".service_locator.aHhL_Nu"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.18lhGCQ"; reason: private alias.
Removed service ".service_locator.ahwWKhV"; reason: private alias.
Removed service ".service_locator.sFnC5Qt"; reason: private alias.
Removed service ".service_locator.73JZ6Us"; reason: private alias.
Removed service ".service_locator.KS_Fdgm"; reason: private alias.
Removed service ".service_locator.kQpD8UR"; reason: private alias.
Removed service ".service_locator..y1ZIdh"; 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 "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; 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.P6zr5lD"; reason: private alias.
Removed service ".service_locator.Ikxe6LN"; reason: private alias.
Removed service ".service_locator.JjV3EMI"; reason: private alias.
Removed service ".service_locator..3IJEwt"; reason: private alias.
Removed service ".service_locator.5OwXejo"; reason: private alias.
Removed service ".service_locator.tmK6R0f"; reason: private alias.
Removed service ".service_locator.oSZyXsf"; reason: private alias.
Removed service ".service_locator.HQhXAgz"; reason: private alias.
Removed service ".service_locator.R2WAPLk"; reason: private alias.
Removed service ".service_locator.LK8S7lD"; reason: private alias.
Removed service ".service_locator.fJHypEB"; reason: private alias.
Removed service ".service_locator.hwUecW0"; reason: private alias.
Removed service ".service_locator.tlQjEFS"; reason: private alias.
Removed service ".service_locator.vbfVdJE"; reason: private alias.
Removed service ".service_locator.qt0sEPl"; reason: private alias.
Removed service ".service_locator.XGpr0TZ"; reason: private alias.
Removed service ".service_locator.lP6hmkF"; reason: private alias.
Removed service ".service_locator.C8LIh5o"; reason: private alias.
Removed service ".service_locator.F19Jt_j"; reason: private alias.
Removed service ".service_locator.Ggd3UWw"; reason: private alias.
Removed service ".service_locator.XdzOqWh"; reason: private alias.
Removed service ".service_locator.h8yTZd8"; reason: private alias.
Removed service ".service_locator..SlaM3H"; reason: private alias.
Removed service ".service_locator.MMa.ZsT"; reason: private alias.
Removed service ".service_locator.L0rFhJm"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
134
Changed reference of service "projectbiz.menu.menu_item" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ProjectBiz\MenuBundle\Menu\MenuItemContainer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ProjectBiz\PortalBundle\View\TableView\Accessor\ColumnContextMenuAccessor" previously pointing to "router.default" to "router".
Changed reference of service "ProjectBiz\PortalBundle\View\TableView\Accessor\ColumnContextMenuAccessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ProjectBiz\PortalBundle\View\TableView\Accessor\ContextMenuAccessor" previously pointing to "router.default" to "router".
Changed reference of service "ProjectBiz\PortalBundle\View\TableView\Accessor\ContextMenuAccessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "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 "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.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "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 "ProjectBiz\DatabaseBundle\Database\TableInfo" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "citibiz.table_helper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ProjectBiz\PortalBundle\Controller\DeleteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ProjectBiz\PortalBundle\Controller\FormEditController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ProjectBiz\PortalBundle\Controller\GenericEditController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ProjectBiz\PortalBundle\Controller\ListingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ProjectBiz\PortalBundle\Controller\ListingRefsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ProjectBiz\PortalBundle\Controller\MobileController" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "ProjectBiz\PortalBundle\Controller\SearchController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ProjectBiz\PortalBundle\Controller\TestController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "citibiz.monolog_flashbag_handler" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "citibiz.access_control_listener" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.portal.flash_bag_helper" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "projectbiz.portal.flash_bag_helper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.portal.generic_controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.portal.generic_controller" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.portal.note_controller" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.portal.generic_refs_controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.portal.generic_refs_controller" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.portal.generic_edit_controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.portal.generic_edit_controller" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.portal.form_edit_controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.portal.form_edit_controller" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.portal.global_context_provider" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.portal.unified_options_listener" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.portal.access_chain_listener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.portal.mail_link_generator" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.portal.delete_controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.portal.delete_controller" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.portal.search_controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.portal.search_controller" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.portal.formatter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.portal.menu_view.twig_extension" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.portal.menu_view.twig_extension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.portal.mobile_controller" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "projectbiz.portal.test_controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "project_biz.notifications_helper" previously pointing to "router.default" to "router".
Changed reference of service "citibiz.guest_user_factory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "citibiz.session_expiration_listener" previously pointing to "router.default" to "router".
Changed reference of service "citibiz.session_expiration_listener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.user.authentication_event_listener" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "projectbiz.user.authentication_event_listener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.menu.menu_helper" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.menu.menu_helper" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "projectbiz.form.report_controller" previously pointing to "router.default" to "router".
Changed reference of service "citibiz.form.type.extended_file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "citibiz.form.type.generic_table" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "citibiz.form.type.generic_table" previously pointing to "router.default" to "router".
Changed reference of service "citibiz.form.type.filter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "citibiz.form.type.filter_field" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "citibiz.spm" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "citibiz.spm" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.citibiz.price_list_editor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.citibiz.price_list_controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.watchdog.controller" previously pointing to "router.default" to "router".
Changed reference of service "projectbiz.import_export.data_transformers.number" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.import_export.data_transformers.euro" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.import_export.data_transformers.integer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.import_export.data_transformers.percent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.import_export.data_transformers.date" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "projectbiz.import_export.data_transformers.datetime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ProjectBiz\DatabaseBundle\Database\TableInfoInterface" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.bYwR8h3" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.HTSrQlZ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.A3lulUr" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Di5Vd6r" 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.PiLzjtB" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator..7QVkNf" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.0ouNtd9" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7AifA0A" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7AifA0A" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Nbj0gjG" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.H2V9T36" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
252
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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "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 "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.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.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.SensioLabs\Security\Command\SecurityCheckerCommand"; reason: abstract.
Removed service ".abstract.instanceof.SensioLabs\Security\Command\SecurityCheckerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.miscellaneous_collector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.miscellaneous_collector"; reason: abstract.
Removed service ".abstract.instanceof.miscellaneous_collector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\Controller\BauPortalDebug\SpmDebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\Controller\BauPortalDebug\SpmDebugController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\Controller\BauPortalDebug\SpmDebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\Controller\BauPortal\CockpitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\Controller\BauPortal\CockpitController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\Controller\BauPortal\CockpitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\Controller\BauPortal\ExcelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\Controller\BauPortal\ExcelController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\Controller\BauPortal\ExcelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\Controller\BauPortal\WelcomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\Controller\BauPortal\WelcomeController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\Controller\BauPortal\WelcomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\EventDispatcher\EventDispatcherInterface.0.projectbiz.citibiz.picture.file_repo"; reason: abstract.
Removed service ".abstract.instanceof.projectbiz.citibiz.picture.file_repo"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.bau_portal.excel_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.bau_portal.excel_controller"; reason: abstract.
Removed service ".abstract.instanceof.projectbiz.bau_portal.excel_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.bau_portal.cockpit_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.bau_portal.cockpit_controller"; reason: abstract.
Removed service ".abstract.instanceof.projectbiz.bau_portal.cockpit_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.spm_debug_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.spm_debug_controller"; reason: abstract.
Removed service ".abstract.instanceof.spm_debug_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.citibiz.mpmkanban_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.citibiz.mpmkanban_controller"; reason: abstract.
Removed service ".abstract.instanceof.projectbiz.citibiz.mpmkanban_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.citibiz.kanban_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.citibiz.kanban_controller"; reason: abstract.
Removed service ".abstract.instanceof.projectbiz.citibiz.kanban_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\EventDispatcher\EventDispatcherInterface.0.citibiz.generic_repository"; reason: abstract.
Removed service ".abstract.instanceof.citibiz.generic_repository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\APIController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\APIController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\APIController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AboutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AboutController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\AboutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AttachmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AttachmentController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\AttachmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\AutoIncrementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\AutoIncrementController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\AutoIncrementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\CustomNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\CustomNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\CustomNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\DSGVOController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\DSGVOController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\DSGVOController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\DeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\DeleteController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\DeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\FileUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\FileUploadController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\FileUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\FormEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\FormEditController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\FormEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\FormsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\FormsController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\FormsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\GenericController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\GenericController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\GenericController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\GenericEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\GenericEditController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\GenericEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ImageUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ImageUploadController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\ImageUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\IndividualMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\IndividualMailController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\IndividualMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ListingController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\ListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ListingRefsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ListingRefsController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\ListingRefsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\MaindocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\MaindocumentController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\MaindocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ManSortController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ManSortController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\ManSortController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\MobileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\MobileController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\MobileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\NoteController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\OpticalCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\OpticalCodeController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\OpticalCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\PagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\PagesController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\PagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ProjectroomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ProjectroomController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\ProjectroomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\SitemapController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\TableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\TableController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\TableController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\ToolsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\ToolsController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\ToolsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\UserManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\UserManagementController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\UserManagementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\PortalBundle\Controller\WelcomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\PortalBundle\Controller\WelcomeController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\PortalBundle\Controller\WelcomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.portal.generic_edit_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.portal.generic_edit_controller"; reason: abstract.
Removed service ".abstract.instanceof.projectbiz.portal.generic_edit_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.portal.form_edit_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.portal.form_edit_controller"; reason: abstract.
Removed service ".abstract.instanceof.projectbiz.portal.form_edit_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.ProjectBiz\WatchDogBundle\Command\WatchDogBuildCommand"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\WatchDogBundle\Command\WatchDogBuildCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.ProjectBiz\WatchDogBundle\Command\WatchDogBuildOnRequestCommand"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\WatchDogBundle\Command\WatchDogBuildOnRequestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.projectbiz.watchdog.controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.projectbiz.watchdog.controller"; reason: abstract.
Removed service ".abstract.instanceof.projectbiz.watchdog.controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\ImportExportBundle\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\ImportExportBundle\Controller\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\ImportExportBundle\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\ImportExportBundle\Controller\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\ImportExportBundle\Controller\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\ImportExportBundle\Controller\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\ImportExportBundle\Controller\ImportExportBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\ImportExportBundle\Controller\ImportExportBaseController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\ImportExportBundle\Controller\ImportExportBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ProjectBiz\ImportExportBundle\Controller\ImportExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ProjectBiz\ImportExportBundle\Controller\ImportExportController"; reason: abstract.
Removed service ".abstract.instanceof.ProjectBiz\ImportExportBundle\Controller\ImportExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.projectbiz.import_export.form.import"; reason: abstract.
Removed service ".abstract.instanceof.projectbiz.import_export.form.import"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.projectbiz.import_export.form.select_interface"; reason: abstract.
Removed service ".abstract.instanceof.projectbiz.import_export.form.select_interface"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.projectbiz.import_export.form.review"; reason: abstract.
Removed service ".abstract.instanceof.projectbiz.import_export.form.review"; reason: abstract.
92
Removed service "ProjectBiz\Controller\BauPortal\SubscriptionController"; 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 "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; 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 ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.factory.service"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; 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 "mime_types"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~QPSVvgA"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "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 "twig.extension.weblink"; reason: unused.
Removed service "twig.runtime.serializer"; reason: unused.
Removed service "twig.extension.serializer"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; 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.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "security.authentication.listener.anonymous"; reason: unused.
Removed service "citibiz.token_factory"; reason: unused.
Removed service "citibiz.guest_user_factory"; reason: unused.
Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~Ml.pQqV"; reason: unused.
Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~Ml.pQqV"; reason: unused.
Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~Ml.pQqV"; reason: unused.
Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~Ml.pQqV"; reason: unused.
Removed service "swiftmailer.transport.failover"; reason: unused.
Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "citibiz.position_type_repo"; reason: unused.
Removed service "citibiz.spm"; reason: unused.
Removed service "citibiz.pricelist"; reason: unused.
Removed service "citibiz.special_pricelist"; reason: unused.
Removed service "projectbiz.citibiz.view_management_context_provider"; reason: unused.
Removed service "projectbiz.citibiz.pdf.price_group.price_group_repo"; reason: unused.
Removed service "projectbiz.citibiz.pdf.price_group.file_repo"; reason: unused.
Removed service "projectbiz.citibiz.pdf.yellowsheet.file_repo"; reason: unused.
Removed service "projectbiz.citibiz.pdf.price_group"; reason: unused.
Removed service "projectbiz.citibiz.price_list_editor"; reason: unused.
Removed service "projectbiz.citibiz.price_list_controller"; reason: unused.
Removed service "projectbiz.citibiz.pdf.yellowsheet"; reason: unused.
Removed service "projectbiz.citibiz.pdf.long_text"; reason: unused.
Removed service "projectbiz.citibiz.schedule_controller"; reason: unused.
Removed service "projectbiz.citibiz.offer_controller"; reason: unused.
Removed service "projectbiz.citibiz.DocDigi_controller"; reason: unused.
Removed service "projectbiz.citibiz.gant_controller"; reason: unused.
Removed service "projectbiz.citibiz.sealing_controller"; reason: unused.
Removed service "projectbiz.pdf_writer.pdf_writer"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.nLgZj7R"; reason: unused.
266
Inlined service "SensioLabs\Security\SecurityChecker" to "SensioLabs\Security\Command\SecurityCheckerCommand".
Inlined service ".service_locator.A3lulUr.ProjectBiz\Controller\BauPortalDebug\SpmDebugController" to "ProjectBiz\Controller\BauPortalDebug\SpmDebugController".
Inlined service ".service_locator.Di5Vd6r.ProjectBiz\Controller\BauPortal\CockpitController" to "ProjectBiz\Controller\BauPortal\CockpitController".
Inlined service ".service_locator.A3lulUr.ProjectBiz\Controller\BauPortal\ExcelController" to "ProjectBiz\Controller\BauPortal\ExcelController".
Inlined service ".service_locator.Di5Vd6r.ProjectBiz\Controller\BauPortal\WelcomeController" to "ProjectBiz\Controller\BauPortal\WelcomeController".
Inlined service ".service_locator.A3lulUr.projectbiz.bau_portal.excel_controller" to "projectbiz.bau_portal.excel_controller".
Inlined service ".service_locator.Di5Vd6r.projectbiz.bau_portal.cockpit_controller" to "projectbiz.bau_portal.cockpit_controller".
Inlined service ".service_locator.A3lulUr.spm_debug_controller" to "spm_debug_controller".
Inlined service ".service_locator.Di5Vd6r.projectbiz.citibiz.mpmkanban_controller" to "projectbiz.citibiz.mpmkanban_controller".
Inlined service ".service_locator.Di5Vd6r.projectbiz.citibiz.kanban_controller" to "projectbiz.citibiz.kanban_controller".
Inlined service "twig.error_renderer.html" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.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._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
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.byRXyYM" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "container.getenv" to "secrets.decryption_key".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native" to "session.storage.factory.native".
Inlined service ".service_locator.GVyCdgr" 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.EKaAkeB" 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 "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
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 "swiftmailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.kVvgi1H" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.Xbsa8iG" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.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 "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "twig.loader.chain" 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.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "projectbiz.user.twig.rights" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "mopa_bootstrap.twig.extension.bootstrap_form" to "twig".
Inlined service "mopa_bootstrap.twig.extension.bootstrap_icon" to "twig".
Inlined service "mopa_bootstrap.twig.extension.bootstrap_flash" 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 "twig.loader.native_filesystem" to "twig.loader.chain".
Inlined service "projectbiz.database_template.twig_database_loader" to "twig.loader.chain".
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.L1OAKmd" to "twig.runtime_loader".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.2i5iQ2d" to "security.access_map".
Inlined service ".security.request_matcher.SPMdl7f" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "security.role_hierarchy" to "data_collector.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.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "project_biz.user.logout_listener" to "security.logout.listener.legacy_handler.0".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.user_checker" to "security.listener.user_checker.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 "monolog.logger.portal" to "citibiz.generic_repository_factory".
Inlined service ".service_locator.PiLzjtB.ProjectBiz\PortalBundle\Controller\APIController" to "ProjectBiz\PortalBundle\Controller\APIController".
Inlined service ".service_locator.PiLzjtB.ProjectBiz\PortalBundle\Controller\AboutController" to "ProjectBiz\PortalBundle\Controller\AboutController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\AccountController" to "ProjectBiz\PortalBundle\Controller\AccountController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\AdminController" to "ProjectBiz\PortalBundle\Controller\AdminController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\AttachmentController" to "ProjectBiz\PortalBundle\Controller\AttachmentController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\AutoIncrementController" to "ProjectBiz\PortalBundle\Controller\AutoIncrementController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\BaseController" to "ProjectBiz\PortalBundle\Controller\BaseController".
Inlined service ".service_locator.PiLzjtB.ProjectBiz\PortalBundle\Controller\CustomNotificationController" to "ProjectBiz\PortalBundle\Controller\CustomNotificationController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\DSGVOController" to "ProjectBiz\PortalBundle\Controller\DSGVOController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\DeleteController" to "ProjectBiz\PortalBundle\Controller\DeleteController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\FileUploadController" to "ProjectBiz\PortalBundle\Controller\FileUploadController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\FormEditController" to "ProjectBiz\PortalBundle\Controller\FormEditController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\FormsController" to "ProjectBiz\PortalBundle\Controller\FormsController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\GenericController" to "ProjectBiz\PortalBundle\Controller\GenericController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\GenericEditController" to "ProjectBiz\PortalBundle\Controller\GenericEditController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\ImageUploadController" to "ProjectBiz\PortalBundle\Controller\ImageUploadController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\IndividualMailController" to "ProjectBiz\PortalBundle\Controller\IndividualMailController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\ListingController" to "ProjectBiz\PortalBundle\Controller\ListingController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\ListingRefsController" to "ProjectBiz\PortalBundle\Controller\ListingRefsController".
Inlined service ".service_locator.PiLzjtB.ProjectBiz\PortalBundle\Controller\LoginController" to "ProjectBiz\PortalBundle\Controller\LoginController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\MaindocumentController" to "ProjectBiz\PortalBundle\Controller\MaindocumentController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\ManSortController" to "ProjectBiz\PortalBundle\Controller\ManSortController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\MobileController" to "ProjectBiz\PortalBundle\Controller\MobileController".
Inlined service ".service_locator.PiLzjtB.ProjectBiz\PortalBundle\Controller\NoteController" to "ProjectBiz\PortalBundle\Controller\NoteController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\OpticalCodeController" to "ProjectBiz\PortalBundle\Controller\OpticalCodeController".
Inlined service ".service_locator.0ouNtd9.ProjectBiz\PortalBundle\Controller\PagesController" to "ProjectBiz\PortalBundle\Controller\PagesController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\ProjectroomController" to "ProjectBiz\PortalBundle\Controller\ProjectroomController".
Inlined service ".service_locator.PiLzjtB.ProjectBiz\PortalBundle\Controller\SearchController" to "ProjectBiz\PortalBundle\Controller\SearchController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\SitemapController" to "ProjectBiz\PortalBundle\Controller\SitemapController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\TableController" to "ProjectBiz\PortalBundle\Controller\TableController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\TestController" to "ProjectBiz\PortalBundle\Controller\TestController".
Inlined service ".service_locator.7AifA0A.ProjectBiz\PortalBundle\Controller\ToolsController" to "ProjectBiz\PortalBundle\Controller\ToolsController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\UserManagementController" to "ProjectBiz\PortalBundle\Controller\UserManagementController".
Inlined service ".service_locator..7QVkNf.ProjectBiz\PortalBundle\Controller\WelcomeController" to "ProjectBiz\PortalBundle\Controller\WelcomeController".
Inlined service "projectbiz.citibiz.schedule_listener" to "projectbiz.portal.user_interaction.event_dispatcher".
Inlined service ".service_locator..7QVkNf.projectbiz.portal.generic_edit_controller" to "projectbiz.portal.generic_edit_controller".
Inlined service ".service_locator..7QVkNf.projectbiz.portal.form_edit_controller" to "projectbiz.portal.form_edit_controller".
Inlined service "projectbiz.menu.generic_menu_provider" to "projectbiz.menu.menu_helper".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~ms7y5xc" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service ".service_locator.Nbj0gjG.projectbiz.watchdog.controller" to "projectbiz.watchdog.controller".
Inlined service ".service_locator.mx0UMmY.ProjectBiz\ImportExportBundle\Controller\ExportController" to "ProjectBiz\ImportExportBundle\Controller\ExportController".
Inlined service ".service_locator.mx0UMmY.ProjectBiz\ImportExportBundle\Controller\ImportController" to "ProjectBiz\ImportExportBundle\Controller\ImportController".
Inlined service ".service_locator.mx0UMmY.ProjectBiz\ImportExportBundle\Controller\ImportExportBaseController" to "ProjectBiz\ImportExportBundle\Controller\ImportExportBaseController".
Inlined service ".service_locator.mx0UMmY.ProjectBiz\ImportExportBundle\Controller\ImportExportController" to "ProjectBiz\ImportExportBundle\Controller\ImportExportController".
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 "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.XGEHQBJ" to ".service_locator.XGEHQBJ.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.0ouNtd9" to ".service_locator.0ouNtd9.ProjectBiz\PortalBundle\Controller\PagesController".
Inlined service ".service_locator.7AifA0A" to ".service_locator.7AifA0A.ProjectBiz\PortalBundle\Controller\ToolsController".
Inlined service ".service_locator.Nbj0gjG" to ".service_locator.Nbj0gjG.projectbiz.watchdog.controller".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_annotation_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service ".service_locator.h.OmU4C" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.XGEHQBJ.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.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 "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".