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
Since symfony/framework-bundle 5.4: Not setting the "framework.messenger.reset_on_message" configuration option is deprecated, it will default to "true" in version 6.0.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "AdminBundle\Twig\CustomExtension" 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 "AdminBundle\Twig\CustomExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
AdminBundle\Services\WebhookService::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\AbstractMaker::addDependencies(): Implicitly marking parameter $message as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeController::__construct(): Implicitly marking parameter $phpCompatUtil as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::__construct(): Implicitly marking parameter $projectDirectory as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::__construct(): Implicitly marking parameter $generator as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::__construct(): Implicitly marking parameter $entityClassGenerator as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::__construct(): Implicitly marking parameter $phpCompatUtil as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\InputAwareMakerInterface::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeTest::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeUser::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Method "Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "AdminFOSUserBundle\Security\LoginSuccessHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "AdminBundle\Security\TicketVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "AdminBundle\Security\TicketVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator" class is deprecated, use the new authenticator system instead.
Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "AdminBundle\EventListener\BookingHistorySubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "authentication.handler.login_success_handler" 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 "app.twig_extension" 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 "security.authentication.success_handler.client.form_login" 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 "security.authentication.success_handler.admin.form_login" service.
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.
User Deprecated: Since symfony/security-core 5.4: The "IS_AUTHENTICATED_ANONYMOUSLY" security attribute is deprecated, use "PUBLIC_ACCESS" for public resources, otherwise use "IS_AUTHENTICATED" or "IS_AUTHENTICATED_FULLY" instead if you want to check if the request is (fully) authenticated.
"SELECT s0_.id AS id_0, s0_.`key` AS key_1, s0_.`value` AS value_2, s0_.description AS description_3, s0_.`type` AS type_4, s0_.tags AS tags_5, s0_.end_date AS end_date_6, s0_.start_date AS start_date_7, s0_.picture AS picture_8 FROM `settings` s0_ WHERE s0_.`key` = ? AND s0_.`type` = ?"
(parameters:
[1 => "login_cover"
2 => 9]
, types:
[1 => 22 => 1]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.`key` AS key_1, s0_.`value` AS value_2, s0_.description AS description_3, s0_.`type` AS type_4, s0_.tags AS tags_5, s0_.end_date AS end_date_6, s0_.start_date AS start_date_7, s0_.picture AS picture_8 FROM `settings` s0_ WHERE s0_.`key` = ? AND s0_.`type` = ?"
"params" => [1 => "login_cover"
2 => 9]
"types" => [1 => 22 => 1]
]
Log messages generated during the compilation of the service container.
Messages
Class
401
Resolving inheritance for "area.service" (parent: base.service).
Resolving inheritance for "account.service" (parent: base.service).
Resolving inheritance for "news.service" (parent: base.service).
Resolving inheritance for "sphinx.service" (parent: base.service).
Resolving inheritance for "quote.service" (parent: base.service).
Resolving inheritance for "automatic-job-assignment.service" (parent: base.service).
Resolving inheritance for "find-matching-jobs.service" (parent: base.service).
Resolving inheritance for "security.service" (parent: base.service).
Resolving inheritance for "currency.service" (parent: base.service).
Resolving inheritance for "settings.service" (parent: base.service).
Resolving inheritance for "tickets.service" (parent: base.service).
Resolving inheritance for "driver.service" (parent: base.service).
Resolving inheritance for "user.service" (parent: base.service).
Resolving inheritance for "request.service" (parent: base.service).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.app.twig_extension" (parent: .abstract.instanceof.app.twig_extension).
Resolving inheritance for "app.twig_extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.app.twig_extension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\AssignApiKeysCommand" (parent: .abstract.instanceof.AdminBundle\Command\AssignApiKeysCommand).
Resolving inheritance for "AdminBundle\Command\AssignApiKeysCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\AssignApiKeysCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\AutomaticEmailsCommand" (parent: .abstract.instanceof.AdminBundle\Command\AutomaticEmailsCommand).
Resolving inheritance for "AdminBundle\Command\AutomaticEmailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\AutomaticEmailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\AutomaticJobAssignmentCommand" (parent: .abstract.instanceof.AdminBundle\Command\AutomaticJobAssignmentCommand).
Resolving inheritance for "AdminBundle\Command\AutomaticJobAssignmentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\AutomaticJobAssignmentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\AutomaticNextDayJobAssignmentCommand" (parent: .abstract.instanceof.AdminBundle\Command\AutomaticNextDayJobAssignmentCommand).
Resolving inheritance for "AdminBundle\Command\AutomaticNextDayJobAssignmentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\AutomaticNextDayJobAssignmentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CalculateDriverRatingsCommand" (parent: .abstract.instanceof.AdminBundle\Command\CalculateDriverRatingsCommand).
Resolving inheritance for "AdminBundle\Command\CalculateDriverRatingsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CalculateDriverRatingsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CalculateDriverWeekPointsCommand" (parent: .abstract.instanceof.AdminBundle\Command\CalculateDriverWeekPointsCommand).
Resolving inheritance for "AdminBundle\Command\CalculateDriverWeekPointsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CalculateDriverWeekPointsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CheckBookingsMatchCommand" (parent: .abstract.instanceof.AdminBundle\Command\CheckBookingsMatchCommand).
Resolving inheritance for "AdminBundle\Command\CheckBookingsMatchCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CheckBookingsMatchCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CheckDriverDelayCommand" (parent: .abstract.instanceof.AdminBundle\Command\CheckDriverDelayCommand).
Resolving inheritance for "AdminBundle\Command\CheckDriverDelayCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CheckDriverDelayCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CheckDriverOnlineCommand" (parent: .abstract.instanceof.AdminBundle\Command\CheckDriverOnlineCommand).
Resolving inheritance for "AdminBundle\Command\CheckDriverOnlineCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CheckDriverOnlineCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CheckFlightCommand" (parent: .abstract.instanceof.AdminBundle\Command\CheckFlightCommand).
Resolving inheritance for "AdminBundle\Command\CheckFlightCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CheckFlightCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CleanBookingDataCommand" (parent: .abstract.instanceof.AdminBundle\Command\CleanBookingDataCommand).
Resolving inheritance for "AdminBundle\Command\CleanBookingDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CleanBookingDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CleanDatabaseCommand" (parent: .abstract.instanceof.AdminBundle\Command\CleanDatabaseCommand).
Resolving inheritance for "AdminBundle\Command\CleanDatabaseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CleanDatabaseCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\DriverInvoiceGeneratorAndEmailCommand" (parent: .abstract.instanceof.AdminBundle\Command\DriverInvoiceGeneratorAndEmailCommand).
Resolving inheritance for "AdminBundle\Command\DriverInvoiceGeneratorAndEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\DriverInvoiceGeneratorAndEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\DriverQueueCompletedCommand" (parent: .abstract.instanceof.AdminBundle\Command\DriverQueueCompletedCommand).
Resolving inheritance for "AdminBundle\Command\DriverQueueCompletedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\DriverQueueCompletedCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\DriversLinkedBookingCommand" (parent: .abstract.instanceof.AdminBundle\Command\DriversLinkedBookingCommand).
Resolving inheritance for "AdminBundle\Command\DriversLinkedBookingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\DriversLinkedBookingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\FindMatchingJobsCommand" (parent: .abstract.instanceof.AdminBundle\Command\FindMatchingJobsCommand).
Resolving inheritance for "AdminBundle\Command\FindMatchingJobsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\FindMatchingJobsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\GenerateApiUserCommand" (parent: .abstract.instanceof.AdminBundle\Command\GenerateApiUserCommand).
Resolving inheritance for "AdminBundle\Command\GenerateApiUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\GenerateApiUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\GenerateSettingsCommand" (parent: .abstract.instanceof.AdminBundle\Command\GenerateSettingsCommand).
Resolving inheritance for "AdminBundle\Command\GenerateSettingsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\GenerateSettingsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Icabbi\IcabbiBase" (parent: .abstract.instanceof.AdminBundle\Command\Icabbi\IcabbiBase).
Resolving inheritance for "AdminBundle\Command\Icabbi\IcabbiBase" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Icabbi\IcabbiBase).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Icabbi\ImportBookingsCommand" (parent: .abstract.instanceof.AdminBundle\Command\Icabbi\ImportBookingsCommand).
Resolving inheritance for "AdminBundle\Command\Icabbi\ImportBookingsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Icabbi\ImportBookingsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Icabbi\ImportDriversCommand" (parent: .abstract.instanceof.AdminBundle\Command\Icabbi\ImportDriversCommand).
Resolving inheritance for "AdminBundle\Command\Icabbi\ImportDriversCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Icabbi\ImportDriversCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\NotificationWebsocketServerCommand" (parent: .abstract.instanceof.AdminBundle\Command\NotificationWebsocketServerCommand).
Resolving inheritance for "AdminBundle\Command\NotificationWebsocketServerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\NotificationWebsocketServerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\PafAddressImportCommand" (parent: .abstract.instanceof.AdminBundle\Command\PafAddressImportCommand).
Resolving inheritance for "AdminBundle\Command\PafAddressImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\PafAddressImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\PafBuildingNamesImportCommand" (parent: .abstract.instanceof.AdminBundle\Command\PafBuildingNamesImportCommand).
Resolving inheritance for "AdminBundle\Command\PafBuildingNamesImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\PafBuildingNamesImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\PafLocalitiesImportCommand" (parent: .abstract.instanceof.AdminBundle\Command\PafLocalitiesImportCommand).
Resolving inheritance for "AdminBundle\Command\PafLocalitiesImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\PafLocalitiesImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\SendDriverSMSAutomaticAssignNotificationCommand" (parent: .abstract.instanceof.AdminBundle\Command\SendDriverSMSAutomaticAssignNotificationCommand).
Resolving inheritance for "AdminBundle\Command\SendDriverSMSAutomaticAssignNotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\SendDriverSMSAutomaticAssignNotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\StartBackgroundCommand" (parent: .abstract.instanceof.AdminBundle\Command\StartBackgroundCommand).
Resolving inheritance for "AdminBundle\Command\StartBackgroundCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\StartBackgroundCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\TestBookingMatchCommand" (parent: .abstract.instanceof.AdminBundle\Command\TestBookingMatchCommand).
Resolving inheritance for "AdminBundle\Command\TestBookingMatchCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\TestBookingMatchCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Twelve\ImportBookingsCommand" (parent: .abstract.instanceof.AdminBundle\Command\Twelve\ImportBookingsCommand).
Resolving inheritance for "AdminBundle\Command\Twelve\ImportBookingsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Twelve\ImportBookingsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Twelve\ImportDriversCommand" (parent: .abstract.instanceof.AdminBundle\Command\Twelve\ImportDriversCommand).
Resolving inheritance for "AdminBundle\Command\Twelve\ImportDriversCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Twelve\ImportDriversCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Twelve\TwelveBase" (parent: .abstract.instanceof.AdminBundle\Command\Twelve\TwelveBase).
Resolving inheritance for "AdminBundle\Command\Twelve\TwelveBase" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Twelve\TwelveBase).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\UpdateBookingsPickUpDateTimeCommand" (parent: .abstract.instanceof.AdminBundle\Command\UpdateBookingsPickUpDateTimeCommand).
Resolving inheritance for "AdminBundle\Command\UpdateBookingsPickUpDateTimeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\UpdateBookingsPickUpDateTimeCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\AccountController" (parent: .abstract.instanceof.AdminBundle\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\AccountController).
Resolving inheritance for "AdminBundle\Controller\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\AdminController" (parent: .abstract.instanceof.AdminBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\AdminController).
Resolving inheritance for "AdminBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Api\BookingController" (parent: .abstract.instanceof.AdminBundle\Controller\Api\BookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Api\BookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Api\BookingController).
Resolving inheritance for "AdminBundle\Controller\Api\BookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Api\BookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Api\QuoteController" (parent: .abstract.instanceof.AdminBundle\Controller\Api\QuoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Api\QuoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Api\QuoteController).
Resolving inheritance for "AdminBundle\Controller\Api\QuoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Api\QuoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ApiController" (parent: .abstract.instanceof.AdminBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ApiController).
Resolving inheritance for "AdminBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\AreaController" (parent: .abstract.instanceof.AdminBundle\Controller\AreaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\AreaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\AreaController).
Resolving inheritance for "AdminBundle\Controller\AreaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\AreaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\AutocompleteController" (parent: .abstract.instanceof.AdminBundle\Controller\AutocompleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\AutocompleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\AutocompleteController).
Resolving inheritance for "AdminBundle\Controller\AutocompleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\AutocompleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\BaseController" (parent: .abstract.instanceof.AdminBundle\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\BaseController).
Resolving inheritance for "AdminBundle\Controller\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\BookingController" (parent: .abstract.instanceof.AdminBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\BookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\BookingController).
Resolving inheritance for "AdminBundle\Controller\BookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\BookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CarController" (parent: .abstract.instanceof.AdminBundle\Controller\CarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CarController).
Resolving inheritance for "AdminBundle\Controller\CarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CarTypeController" (parent: .abstract.instanceof.AdminBundle\Controller\CarTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CarTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CarTypeController).
Resolving inheritance for "AdminBundle\Controller\CarTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CarTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ChangeRequestsController" (parent: .abstract.instanceof.AdminBundle\Controller\ChangeRequestsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ChangeRequestsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ChangeRequestsController).
Resolving inheritance for "AdminBundle\Controller\ChangeRequestsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ChangeRequestsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ChatController" (parent: .abstract.instanceof.AdminBundle\Controller\ChatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ChatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ChatController).
Resolving inheritance for "AdminBundle\Controller\ChatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ChatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ClientChangeRequestController" (parent: .abstract.instanceof.AdminBundle\Controller\ClientChangeRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ClientChangeRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ClientChangeRequestController).
Resolving inheritance for "AdminBundle\Controller\ClientChangeRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ClientChangeRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ClientInvoicesController" (parent: .abstract.instanceof.AdminBundle\Controller\ClientInvoicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ClientInvoicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ClientInvoicesController).
Resolving inheritance for "AdminBundle\Controller\ClientInvoicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ClientInvoicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CompanyController" (parent: .abstract.instanceof.AdminBundle\Controller\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CompanyController).
Resolving inheritance for "AdminBundle\Controller\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CompanyInvoicesController" (parent: .abstract.instanceof.AdminBundle\Controller\CompanyInvoicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CompanyInvoicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CompanyInvoicesController).
Resolving inheritance for "AdminBundle\Controller\CompanyInvoicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CompanyInvoicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DefaultController" (parent: .abstract.instanceof.AdminBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DefaultController).
Resolving inheritance for "AdminBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DriverController" (parent: .abstract.instanceof.AdminBundle\Controller\DriverController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DriverController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DriverController).
Resolving inheritance for "AdminBundle\Controller\DriverController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DriverController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DriverHistoryReasonController" (parent: .abstract.instanceof.AdminBundle\Controller\DriverHistoryReasonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DriverHistoryReasonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DriverHistoryReasonController).
Resolving inheritance for "AdminBundle\Controller\DriverHistoryReasonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DriverHistoryReasonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DriverInvoicesController" (parent: .abstract.instanceof.AdminBundle\Controller\DriverInvoicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DriverInvoicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DriverInvoicesController).
Resolving inheritance for "AdminBundle\Controller\DriverInvoicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DriverInvoicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EmailTemplatesAdminController" (parent: .abstract.instanceof.AdminBundle\Controller\EmailTemplatesAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EmailTemplatesAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EmailTemplatesAdminController).
Resolving inheritance for "AdminBundle\Controller\EmailTemplatesAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EmailTemplatesAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ErrorController" (parent: .abstract.instanceof.AdminBundle\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ErrorController).
Resolving inheritance for "AdminBundle\Controller\ErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ExportCsvController" (parent: .abstract.instanceof.AdminBundle\Controller\ExportCsvController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ExportCsvController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ExportCsvController).
Resolving inheritance for "AdminBundle\Controller\ExportCsvController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ExportCsvController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\IndexController" (parent: .abstract.instanceof.AdminBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\IndexController).
Resolving inheritance for "AdminBundle\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\JobsPlanController" (parent: .abstract.instanceof.AdminBundle\Controller\JobsPlanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\JobsPlanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\JobsPlanController).
Resolving inheritance for "AdminBundle\Controller\JobsPlanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\JobsPlanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\JobsPlanHistoryController" (parent: .abstract.instanceof.AdminBundle\Controller\JobsPlanHistoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\JobsPlanHistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\JobsPlanHistoryController).
Resolving inheritance for "AdminBundle\Controller\JobsPlanHistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\JobsPlanHistoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ObjectivesController" (parent: .abstract.instanceof.AdminBundle\Controller\ObjectivesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ObjectivesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ObjectivesController).
Resolving inheritance for "AdminBundle\Controller\ObjectivesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ObjectivesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\PaymentAdminController" (parent: .abstract.instanceof.AdminBundle\Controller\PaymentAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\PaymentAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\PaymentAdminController).
Resolving inheritance for "AdminBundle\Controller\PaymentAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\PaymentAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\QuoteController" (parent: .abstract.instanceof.AdminBundle\Controller\QuoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\QuoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\QuoteController).
Resolving inheritance for "AdminBundle\Controller\QuoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\QuoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ReportsAdminController" (parent: .abstract.instanceof.AdminBundle\Controller\ReportsAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ReportsAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ReportsAdminController).
Resolving inheritance for "AdminBundle\Controller\ReportsAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ReportsAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ReportsController" (parent: .abstract.instanceof.AdminBundle\Controller\ReportsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ReportsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ReportsController).
Resolving inheritance for "AdminBundle\Controller\ReportsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ReportsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SocketEventsAdminController" (parent: .abstract.instanceof.AdminBundle\Controller\SocketEventsAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SocketEventsAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SocketEventsAdminController).
Resolving inheritance for "AdminBundle\Controller\SocketEventsAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SocketEventsAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataBookingController" (parent: .abstract.instanceof.AdminBundle\Controller\SonataBookingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataBookingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataBookingController).
Resolving inheritance for "AdminBundle\Controller\SonataBookingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataBookingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataBookingRequestController" (parent: .abstract.instanceof.AdminBundle\Controller\SonataBookingRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataBookingRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataBookingRequestController).
Resolving inheritance for "AdminBundle\Controller\SonataBookingRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataBookingRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataBookingReviewController" (parent: .abstract.instanceof.AdminBundle\Controller\SonataBookingReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataBookingReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataBookingReviewController).
Resolving inheritance for "AdminBundle\Controller\SonataBookingReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataBookingReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataCompanyInvoicesController" (parent: .abstract.instanceof.AdminBundle\Controller\SonataCompanyInvoicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataCompanyInvoicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataCompanyInvoicesController).
Resolving inheritance for "AdminBundle\Controller\SonataCompanyInvoicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataCompanyInvoicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataDriverInvoicesController" (parent: .abstract.instanceof.AdminBundle\Controller\SonataDriverInvoicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataDriverInvoicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataDriverInvoicesController).
Resolving inheritance for "AdminBundle\Controller\SonataDriverInvoicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataDriverInvoicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataTicketsController" (parent: .abstract.instanceof.AdminBundle\Controller\SonataTicketsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataTicketsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataTicketsController).
Resolving inheritance for "AdminBundle\Controller\SonataTicketsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataTicketsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ToursController" (parent: .abstract.instanceof.AdminBundle\Controller\ToursController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ToursController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ToursController).
Resolving inheritance for "AdminBundle\Controller\ToursController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ToursController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TransactionAdminController" (parent: .abstract.instanceof.AdminBundle\Controller\TransactionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TransactionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TransactionAdminController).
Resolving inheritance for "AdminBundle\Controller\TransactionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TransactionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\UserController" (parent: .abstract.instanceof.AdminBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\UserController).
Resolving inheritance for "AdminBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\VoucherController" (parent: .abstract.instanceof.AdminBundle\Controller\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\VoucherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\VoucherController).
Resolving inheritance for "AdminBundle\Controller\VoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminFOSUserBundle\Controller\AdminResettingController" (parent: .abstract.instanceof.AdminFOSUserBundle\Controller\AdminResettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminFOSUserBundle\Controller\AdminResettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminFOSUserBundle\Controller\AdminResettingController).
Resolving inheritance for "AdminFOSUserBundle\Controller\AdminResettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminFOSUserBundle\Controller\AdminResettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\ApiController" (parent: .abstract.instanceof.ClientBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\ApiController).
Resolving inheritance for "ClientBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\AuthController" (parent: .abstract.instanceof.ClientBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\AuthController).
Resolving inheritance for "ClientBundle\Controller\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\BookingsController" (parent: .abstract.instanceof.ClientBundle\Controller\BookingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\BookingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\BookingsController).
Resolving inheritance for "ClientBundle\Controller\BookingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\BookingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\DashboardController" (parent: .abstract.instanceof.ClientBundle\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\DashboardController).
Resolving inheritance for "ClientBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\InvoicesController" (parent: .abstract.instanceof.ClientBundle\Controller\InvoicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\InvoicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\InvoicesController).
Resolving inheritance for "ClientBundle\Controller\InvoicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\InvoicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\PaymentsController" (parent: .abstract.instanceof.ClientBundle\Controller\PaymentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\PaymentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\PaymentsController).
Resolving inheritance for "ClientBundle\Controller\PaymentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\PaymentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\TicketsController" (parent: .abstract.instanceof.ClientBundle\Controller\TicketsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\TicketsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\TicketsController).
Resolving inheritance for "ClientBundle\Controller\TicketsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\TicketsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\ApiController" (parent: .abstract.instanceof.DriverBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\ApiController).
Resolving inheritance for "DriverBundle\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\BookingsController" (parent: .abstract.instanceof.DriverBundle\Controller\BookingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\BookingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\BookingsController).
Resolving inheritance for "DriverBundle\Controller\BookingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\BookingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\DashboardController" (parent: .abstract.instanceof.DriverBundle\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\DashboardController).
Resolving inheritance for "DriverBundle\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\InvoicesController" (parent: .abstract.instanceof.DriverBundle\Controller\InvoicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\InvoicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\InvoicesController).
Resolving inheritance for "DriverBundle\Controller\InvoicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\InvoicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\TicketsController" (parent: .abstract.instanceof.DriverBundle\Controller\TicketsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\TicketsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\TicketsController).
Resolving inheritance for "DriverBundle\Controller\TicketsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\TicketsController).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.paf_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.paf_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.paf_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.paf_us_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.paf_us_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.paf_us_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.paf_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.paf_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.paf_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.paf_us_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.paf_us_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.paf_us_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.auto_mapping_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.auto_mapping_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.auto_mapping_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.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.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.client" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.client" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.client" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.client" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.client" (parent: security.logout.listener.session).
Resolving inheritance for "hwi_oauth.resource_ownermap.client" (parent: hwi_oauth.abstract_resource_ownermap).
Resolving inheritance for "security.authentication.success_handler.client.oauth" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.client.oauth" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.client.oauth" (parent: hwi_oauth.authentication.failure_handler).
Resolving inheritance for "hwi_oauth.context_listener.token_refresher.client" (parent: hwi_oauth.context_listener.abstract_token_refresher).
Resolving inheritance for "security.authenticator.form_login.client" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.client.form_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.client.form_login" (parent: authentication.handler.login_success_handler).
Resolving inheritance for "security.authentication.failure_handler.client.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.client" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.client" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.client" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.client" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.client" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.session.admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.admin" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: authentication.handler.login_success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.admin" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.admin" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.admin" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.admin" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.admin" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.admin" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "sphinx.daemon" (parent: sphinx.daemon.native).
Resolving inheritance for "hwi_oauth.authentication.listener.oauth" (parent: security.authentication.listener.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_sonata_admin" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.paf_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.paf_us_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.paf" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.paf" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.paf_us" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.paf_us" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.google_distance" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.booking" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.sphinx" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.httplug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
392
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "AdminBundle\Services\BaseService"; reason: private alias.
Removed service "AdminBundle\Services\QuoteService"; reason: private alias.
Removed service "AdminBundle\Services\AreaService"; reason: private alias.
Removed service "AdminFOSUserBundle\Security\LoginSuccessHandler"; 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 "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "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\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; 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\DBAL\Connection $pafConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $pafUsConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.paf_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.paf_result_cache"; reason: private alias.
Removed service "doctrine.orm.paf_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $pafEntityManager"; reason: private alias.
Removed service "doctrine.orm.paf_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.paf_us_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.paf_us_result_cache"; reason: private alias.
Removed service "doctrine.orm.paf_us_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $pafUsEntityManager"; reason: private alias.
Removed service "doctrine.orm.paf_us_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.auto_mapping_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.auto_mapping_result_cache"; reason: private alias.
Removed service "doctrine.orm.auto_mapping_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $autoMappingEntityManager"; reason: private alias.
Removed service "doctrine.orm.auto_mapping_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; 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.fos_userbundle"; reason: private alias.
Removed service "security.user.provider.concrete.api_key_user_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.client"; reason: private alias.
Removed service "hwi_oauth.user.provider.entity.client"; reason: private alias.
Removed service "security.user_checker.client"; reason: private alias.
Removed service "security.authentication.session_strategy.admin"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.admin"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.union_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "Knp\Snappy\Pdf"; reason: private alias.
Removed service "Knp\Snappy\Image"; reason: private alias.
Removed service "Sonata\Exporter\Exporter"; reason: private alias.
Removed service "Sonata\Exporter\ExporterInterface"; reason: private alias.
Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
Removed service "sonata.block.context_manager"; reason: private alias.
Removed service "sonata.block.renderer"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Search\SearchHandlerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Request\AdminFetcherInterface"; reason: private alias.
Removed service "sonata.admin.twig.extension"; reason: private alias.
Removed service "sonata.templates.twig.extension"; reason: private alias.
Removed service "sonata.admin.group.extension"; reason: private alias.
Removed service "sonata.security.twig.extension"; reason: private alias.
Removed service "sonata.canonicalize.twig.extension"; reason: private alias.
Removed service "sonata.xeditable.twig.extension"; reason: private alias.
Removed service "sonata.render_element.twig.extension"; reason: private alias.
Removed service "Sonata\AdminBundle\Bridge\Exporter\AdminExporter"; reason: private alias.
Removed service "sonata.admin.security.handler"; reason: private alias.
Removed service "Sonata\AdminBundle\Util\AdminObjectAclManipulator"; reason: private alias.
Removed service "sonata.user.mailer"; reason: private alias.
Removed service "Javer\SphinxBundle\Sphinx\Daemon\DaemonInterface"; reason: private alias.
Removed service "fos_user.doctrine_registry"; reason: private alias.
Removed service "FOS\UserBundle\Security\LoginManagerInterface"; reason: private alias.
Removed service "FOS\UserBundle\Util\TokenGeneratorInterface"; reason: private alias.
Removed service "FOS\UserBundle\Util\PasswordUpdaterInterface"; reason: private alias.
Removed service "FOS\UserBundle\Util\CanonicalFieldsUpdater"; reason: private alias.
Removed service "FOS\UserBundle\Model\UserManagerInterface"; reason: private alias.
Removed service "fos_user.util.email_canonicalizer"; reason: private alias.
Removed service "fos_user.util.username_canonicalizer"; reason: private alias.
Removed service "fos_user.util.token_generator"; reason: private alias.
Removed service "fos_user.mailer"; reason: private alias.
Removed service "FOS\UserBundle\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Acl\Model\AclProviderInterface"; reason: private alias.
Removed service "security.acl.cache.doctrine.cache_impl"; reason: private alias.
Removed service "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service "Http\Client\HttpClient $app"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $app"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient $app"; reason: private alias.
Removed service "httplug.client.default"; reason: private alias.
Removed service "Http\Client\Common\HttpMethodsClientInterface"; reason: private alias.
Removed service "hwi_oauth.resource_owners.locator"; 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 "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $googleDistanceLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $bookingLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sphinxLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httplugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service ".service_locator.80edgLI"; reason: private alias.
Removed service ".service_locator.h8Jkkd2"; reason: private alias.
Removed service ".service_locator.nfRqOEm"; reason: private alias.
Removed service ".service_locator.dvfUIQY"; reason: private alias.
Removed service ".service_locator.kU_9bh."; reason: private alias.
Removed service ".service_locator.13qzyLC"; reason: private alias.
Removed service ".service_locator.jG9DEmR"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.3Sf3oBo"; reason: private alias.
Removed service ".service_locator.BF95HTT"; reason: private alias.
Removed service ".service_locator.wSHZip9"; reason: private alias.
Removed service ".service_locator.Gm.SSLy"; reason: private alias.
Removed service ".service_locator.HgX8EwZ"; reason: private alias.
Removed service ".service_locator.UrTXorZ"; reason: private alias.
Removed service ".service_locator.BxgC0D5"; reason: private alias.
Removed service ".service_locator.cdTpgGM"; reason: private alias.
Removed service ".service_locator.fLLFP2j"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.0ghLsew"; reason: private alias.
Removed service ".service_locator.L4tiEKR"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "hwi_oauth.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 "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; 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.api"; reason: private alias.
Removed service "security.firewall.authenticator.client"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "httplug.auto_discovery.auto_discovered_client"; reason: private alias.
Removed service "httplug.factory.auto"; reason: private alias.
Removed service "httplug.factory.buzz"; reason: private alias.
Removed service "httplug.factory.curl"; reason: private alias.
Removed service "httplug.factory.guzzle5"; reason: private alias.
Removed service "httplug.factory.guzzle6"; reason: private alias.
Removed service "httplug.factory.guzzle7"; reason: private alias.
Removed service "httplug.factory.react"; reason: private alias.
Removed service "httplug.factory.socket"; reason: private alias.
Removed service "httplug.client.app"; 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 "sonata.admin.argument_resolver.admin"; reason: private alias.
Removed service "sonata.admin.argument_resolver.proxy_query"; 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 "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.paf_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.paf_us_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.auto_mapping_metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.7BM_M5c"; reason: private alias.
Removed service ".service_locator.bdpDGdX"; reason: private alias.
Removed service ".service_locator.6nwyVCH"; reason: private alias.
Removed service ".service_locator.X_8NkcW"; reason: private alias.
Removed service ".service_locator.URfgn8g"; reason: private alias.
Removed service ".service_locator.A740LBW"; reason: private alias.
Removed service ".service_locator.PlgZY3o"; reason: private alias.
Removed service ".service_locator.PdSlqSe"; reason: private alias.
Removed service ".service_locator.sf85gDo"; reason: private alias.
Removed service ".service_locator.pFwChgS"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
231
Changed reference of service "clientchangerequest.life_cycles.post_persist" previously pointing to "router.default" to "router".
Changed reference of service "driver.life_cycles.entity" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "payment.life_cycles.post_persist" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "admin.route.custom_generator" previously pointing to "router.default" to "router".
Changed reference of service "admin.email_template" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.socket_events" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.company" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.accounts.group" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.accounts" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.reports" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.reports.refund" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.reports.confirmed" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.reports.stats" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.car" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.cartype" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.voucher" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.settings" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.period.settings" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.zone" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.car_type.area.price" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "area.zone" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.operator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.operator_admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.driver_invoices" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.change_requests" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.client_change_request" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.invoice_adjustment_reasons" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.booking_cancel_reasons" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.driver" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.reports.drivers_jobs" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.driver_completed_jobs" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.driver_history" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.driver_history_reason" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.client_invoices" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.company_invoice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.tours" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.objectives" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.images" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.locations" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.payment" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.booking_reviews" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.ticket" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.ticket_message" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.mobile_ads" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.news" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.transaction" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.payment_extra_charge" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.booking" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.users" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.bookings_processed" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.booking_request" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.questionnarie" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.question" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.department" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "news.service" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "admin.client_cancellation_fee" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.booking_extras" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.booking_booking_extras" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.booking_via" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.pricethreshold" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.cartypeprice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.zonecartype" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.pafaddress" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.sub_building_name" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.pafbuilding" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.pafaddressus" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.paflocality" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.organisation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.thoroughfare" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.thoroughfare_descriptor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.driver_queue" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "authentication.handler.login_success_handler" previously pointing to "router.default" to "router".
Changed reference of service "authentication.handler.login_success_handler" previously pointing to ".session.do-not-use" to "session".
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.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "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 "security.listener.user_checker.api" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.authentication.failure_handler.client.oauth" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.success_handler.client.form_login" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.success_handler.client.form_login" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "security.listener.user_checker.client" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.authentication.success_handler.admin.form_login" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.success_handler.admin.form_login" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "security.listener.user_checker.admin" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.authentication.switchuser_listener.admin" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "security.authentication.switchuser_listener.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.action.set_object_field_value" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.security.handler.acl" previously pointing to "security.acl.dbal.provider" to "security.acl.provider".
Changed reference of service "sonata.user.admin_roles_builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.security_roles_builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.admin.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.action.login" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.user.mailer.default" previously pointing to "router.default" to "router".
Changed reference of service "security.acl.voter.user_permissions" previously pointing to "security.acl.dbal.provider" to "security.acl.provider".
Changed reference of service "sonata.user.action.request" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.reset" previously pointing to "router.default" to "router".
Changed reference of service "sonata.user.action.reset" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_user.security.interactive_login_listener" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.security.login_manager" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "fos_user.user_provider.username" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.username_email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.user_provider.email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.util.user_manipulator" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.util.user_manipulator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.mailer.twig_swift" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.mailer.twig_symfony" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.listener.flash" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_user.user_to_username_transformer" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.profile.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.profile.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.registration.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.registration.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.change_password.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.change_password.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "fos_user.listener.resetting" previously pointing to "router.default" to "router".
Changed reference of service "fos_user.resetting.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_user.resetting.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
Changed reference of service "security.acl.voter.basic_permissions" previously pointing to "security.acl.dbal.provider" to "security.acl.provider".
Changed reference of service "Symfony\Bundle\AclBundle\Command\SetAclCommand" previously pointing to "security.acl.dbal.provider" to "security.acl.provider".
Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController" previously pointing to "router.default" to "router".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
Changed reference of service "HWI\Bundle\OAuthBundle\Controller\LoginController" previously pointing to "router.default" to "router".
Changed reference of service "hwi_oauth.authentication.listener.oauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "hwi_oauth.authentication.failure_handler" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "debug.security.voter.security.acl.voter.user_permissions" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.acl.voter.basic_permissions" 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.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.AdminBundle\Security\TicketVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "translator.data_collector" to "translator".
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.GcSvQ4C" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "httplug.collector.factory.buzz.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
Changed reference of service "httplug.collector.factory.guzzle5.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "httplug.collector.factory.react.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "httplug.collector.factory.socket.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "httplug.client" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
338
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.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 "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "sphinx.daemon.native"; reason: abstract.
Removed service "sphinx.daemon.docker"; reason: abstract.
Removed service "httplug.plugin.cache"; reason: abstract.
Removed service "httplug.plugin.throttle"; reason: abstract.
Removed service "httplug.plugin.add_host"; reason: abstract.
Removed service "httplug.plugin.add_path"; reason: abstract.
Removed service "httplug.plugin.base_uri"; reason: abstract.
Removed service "httplug.plugin.content_type"; reason: abstract.
Removed service "httplug.plugin.header_append"; reason: abstract.
Removed service "httplug.plugin.header_defaults"; reason: abstract.
Removed service "httplug.plugin.header_set"; reason: abstract.
Removed service "httplug.plugin.header_remove"; reason: abstract.
Removed service "httplug.plugin.query_defaults"; reason: abstract.
Removed service "httplug.plugin.request_seekable_body"; reason: abstract.
Removed service "httplug.plugin.response_seekable_body"; reason: abstract.
Removed service "httplug.plugin.stack"; reason: abstract.
Removed service "hwi_oauth.authentication.listener.oauth"; reason: abstract.
Removed service "hwi_oauth.context_listener.abstract_token_refresher"; reason: abstract.
Removed service "hwi_oauth.abstract_resource_ownermap"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.app.twig_extension"; reason: abstract.
Removed service ".abstract.instanceof.app.twig_extension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\AssignApiKeysCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\AssignApiKeysCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\AutomaticEmailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\AutomaticEmailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\AutomaticJobAssignmentCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\AutomaticJobAssignmentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\AutomaticNextDayJobAssignmentCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\AutomaticNextDayJobAssignmentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CalculateDriverRatingsCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\CalculateDriverRatingsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CalculateDriverWeekPointsCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\CalculateDriverWeekPointsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CheckBookingsMatchCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\CheckBookingsMatchCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CheckDriverDelayCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\CheckDriverDelayCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CheckDriverOnlineCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\CheckDriverOnlineCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CheckFlightCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\CheckFlightCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CleanBookingDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\CleanBookingDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\CleanDatabaseCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\CleanDatabaseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\DriverInvoiceGeneratorAndEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\DriverInvoiceGeneratorAndEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\DriverQueueCompletedCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\DriverQueueCompletedCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\DriversLinkedBookingCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\DriversLinkedBookingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\FindMatchingJobsCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\FindMatchingJobsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\GenerateApiUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\GenerateApiUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\GenerateSettingsCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\GenerateSettingsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Icabbi\IcabbiBase"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\Icabbi\IcabbiBase"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Icabbi\ImportBookingsCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\Icabbi\ImportBookingsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Icabbi\ImportDriversCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\Icabbi\ImportDriversCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\NotificationWebsocketServerCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\NotificationWebsocketServerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\PafAddressImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\PafAddressImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\PafBuildingNamesImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\PafBuildingNamesImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\PafLocalitiesImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\PafLocalitiesImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\SendDriverSMSAutomaticAssignNotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\SendDriverSMSAutomaticAssignNotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\StartBackgroundCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\StartBackgroundCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\TestBookingMatchCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\TestBookingMatchCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Twelve\ImportBookingsCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\Twelve\ImportBookingsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Twelve\ImportDriversCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\Twelve\ImportDriversCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\Twelve\TwelveBase"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\Twelve\TwelveBase"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdminBundle\Command\UpdateBookingsPickUpDateTimeCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Command\UpdateBookingsPickUpDateTimeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Api\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Api\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\Api\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\Api\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\Api\QuoteController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\Api\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\AreaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\AreaController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\AreaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\AutocompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\AutocompleteController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\AutocompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\BookingController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\BookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CarController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\CarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CarTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CarTypeController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\CarTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ChangeRequestsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ChangeRequestsController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ChangeRequestsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ChatController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ClientChangeRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ClientChangeRequestController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ClientChangeRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ClientInvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ClientInvoicesController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ClientInvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\CompanyInvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\CompanyInvoicesController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\CompanyInvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DriverController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DriverController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\DriverController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DriverHistoryReasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DriverHistoryReasonController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\DriverHistoryReasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\DriverInvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\DriverInvoicesController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\DriverInvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\EmailTemplatesAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\EmailTemplatesAdminController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\EmailTemplatesAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ErrorController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ExportCsvController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ExportCsvController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ExportCsvController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\JobsPlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\JobsPlanController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\JobsPlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\JobsPlanHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\JobsPlanHistoryController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\JobsPlanHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ObjectivesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ObjectivesController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ObjectivesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\PaymentAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\PaymentAdminController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\PaymentAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\QuoteController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ReportsAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ReportsAdminController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ReportsAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ReportsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ReportsController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ReportsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SocketEventsAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SocketEventsAdminController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\SocketEventsAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataBookingController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\SonataBookingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataBookingRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataBookingRequestController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\SonataBookingRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataBookingReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataBookingReviewController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\SonataBookingReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataCompanyInvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataCompanyInvoicesController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\SonataCompanyInvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataDriverInvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataDriverInvoicesController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\SonataDriverInvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\SonataTicketsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\SonataTicketsController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\SonataTicketsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\ToursController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\ToursController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\ToursController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\TransactionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\TransactionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\TransactionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminBundle\Controller\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminBundle\Controller\VoucherController"; reason: abstract.
Removed service ".abstract.instanceof.AdminBundle\Controller\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdminFOSUserBundle\Controller\AdminResettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdminFOSUserBundle\Controller\AdminResettingController"; reason: abstract.
Removed service ".abstract.instanceof.AdminFOSUserBundle\Controller\AdminResettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.ClientBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.ClientBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\BookingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\BookingsController"; reason: abstract.
Removed service ".abstract.instanceof.ClientBundle\Controller\BookingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.ClientBundle\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\InvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\InvoicesController"; reason: abstract.
Removed service ".abstract.instanceof.ClientBundle\Controller\InvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\PaymentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\PaymentsController"; reason: abstract.
Removed service ".abstract.instanceof.ClientBundle\Controller\PaymentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ClientBundle\Controller\TicketsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ClientBundle\Controller\TicketsController"; reason: abstract.
Removed service ".abstract.instanceof.ClientBundle\Controller\TicketsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.DriverBundle\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\BookingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\BookingsController"; reason: abstract.
Removed service ".abstract.instanceof.DriverBundle\Controller\BookingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.DriverBundle\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\InvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\InvoicesController"; reason: abstract.
Removed service ".abstract.instanceof.DriverBundle\Controller\InvoicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.DriverBundle\Controller\TicketsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.DriverBundle\Controller\TicketsController"; reason: abstract.
Removed service ".abstract.instanceof.DriverBundle\Controller\TicketsController"; reason: abstract.
134
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".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 "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~C5oi7RY"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; 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.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "sonata.admin.label.strategy.bc"; reason: unused.
Removed service "sonata.admin.label.strategy.noop"; reason: unused.
Removed service "sonata.admin.label.strategy.form_component"; reason: unused.
Removed service "sonata.admin.filter_persister.session"; reason: unused.
Removed service "sonata.admin.security.handler.noop"; reason: unused.
Removed service "sonata.admin.security.handler.role"; reason: unused.
Removed service "sonata.admin.entity_manager"; reason: unused.
Removed service "sphinx.converter.mysql_to_realtime"; reason: unused.
Removed service "sphinx.loader.doctrine"; reason: unused.
Removed service "sphinx.daemon"; reason: unused.
Removed service "fos_user.user_provider.username"; reason: unused.
Removed service "fos_user.user_provider.username_email"; reason: unused.
Removed service "fos_user.user_provider.email"; reason: unused.
Removed service "fos_user.user_checker"; reason: unused.
Removed service "fos_user.mailer.twig_swift"; reason: unused.
Removed service "fos_user.mailer.twig_symfony"; reason: unused.
Removed service "security.acl.cache.doctrine"; reason: unused.
Removed service "httplug.strategy"; reason: unused.
Removed service "httplug.async_client.default"; reason: unused.
Removed service "httplug.factory.symfony"; reason: unused.
Removed service "httplug.plugin.cookie"; reason: unused.
Removed service "httplug.plugin.decoder"; reason: unused.
Removed service "httplug.plugin.error"; reason: unused.
Removed service "httplug.plugin.history"; reason: unused.
Removed service "httplug.plugin.logger"; reason: unused.
Removed service "httplug.plugin.retry"; reason: unused.
Removed service "httplug.plugin.stopwatch"; reason: unused.
Removed service "httplug.collector.auto_discovered_client"; reason: unused.
Removed service "httplug.collector.factory.buzz"; reason: unused.
Removed service "httplug.collector.factory.curl"; reason: unused.
Removed service "httplug.collector.factory.guzzle5"; reason: unused.
Removed service "httplug.collector.factory.guzzle6"; reason: unused.
Removed service "httplug.collector.factory.guzzle7"; reason: unused.
Removed service "httplug.collector.factory.react"; reason: unused.
Removed service "httplug.collector.factory.socket"; reason: unused.
Removed service "hwi_oauth.authentication.provider.oauth"; reason: unused.
Removed service "hwi_oauth.authentication.entry_point.oauth"; reason: unused.
Removed service "hwi_oauth.user.provider"; reason: unused.
Removed service "hwi_oauth.user.provider.entity"; reason: unused.
Removed service "hwi_oauth.authentication.failure_handler"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.httplug"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.UkE3SaZ"; reason: unused.
Removed service ".service_locator.nLgZj7R"; reason: unused.
Removed service ".service_locator.0y6XQX_"; reason: unused.
Removed service "httplug.collector.auto_discovered_client.inner"; reason: unused.
Removed service "httplug.collector.factory.buzz.inner"; reason: unused.
Removed service "httplug.collector.factory.curl.inner"; reason: unused.
Removed service "httplug.collector.factory.guzzle5.inner"; reason: unused.
Removed service "httplug.collector.factory.guzzle6.inner"; reason: unused.
Removed service "httplug.collector.factory.guzzle7.inner"; reason: unused.
Removed service "httplug.collector.factory.react.inner"; reason: unused.
Removed service "httplug.collector.factory.socket.inner"; reason: unused.
522
Inlined service "monolog.logger.google_distance" to "bookinghistory.subscriber".
Inlined service "monolog.logger.booking" to "booking.service".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\AccountController" to "AdminBundle\Controller\AccountController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\AdminController" to "AdminBundle\Controller\AdminController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\Api\BookingController" to "AdminBundle\Controller\Api\BookingController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\Api\QuoteController" to "AdminBundle\Controller\Api\QuoteController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\ApiController" to "AdminBundle\Controller\ApiController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\AreaController" to "AdminBundle\Controller\AreaController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\AutocompleteController" to "AdminBundle\Controller\AutocompleteController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\BaseController" to "AdminBundle\Controller\BaseController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\BookingController" to "AdminBundle\Controller\BookingController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\CarController" to "AdminBundle\Controller\CarController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\CarTypeController" to "AdminBundle\Controller\CarTypeController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\ChangeRequestsController" to "AdminBundle\Controller\ChangeRequestsController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\ChatController" to "AdminBundle\Controller\ChatController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\ClientChangeRequestController" to "AdminBundle\Controller\ClientChangeRequestController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\ClientInvoicesController" to "AdminBundle\Controller\ClientInvoicesController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\CompanyController" to "AdminBundle\Controller\CompanyController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\CompanyInvoicesController" to "AdminBundle\Controller\CompanyInvoicesController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\DefaultController" to "AdminBundle\Controller\DefaultController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\DriverController" to "AdminBundle\Controller\DriverController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\DriverHistoryReasonController" to "AdminBundle\Controller\DriverHistoryReasonController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\DriverInvoicesController" to "AdminBundle\Controller\DriverInvoicesController".
Inlined service ".service_locator.3CTLkIg.AdminBundle\Controller\EmailTemplatesAdminController" to "AdminBundle\Controller\EmailTemplatesAdminController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\ErrorController" to "AdminBundle\Controller\ErrorController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\ExportCsvController" to "AdminBundle\Controller\ExportCsvController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\IndexController" to "AdminBundle\Controller\IndexController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\JobsPlanController" to "AdminBundle\Controller\JobsPlanController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\JobsPlanHistoryController" to "AdminBundle\Controller\JobsPlanHistoryController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\ObjectivesController" to "AdminBundle\Controller\ObjectivesController".
Inlined service ".service_locator.3CTLkIg.AdminBundle\Controller\PaymentAdminController" to "AdminBundle\Controller\PaymentAdminController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\QuoteController" to "AdminBundle\Controller\QuoteController".
Inlined service ".service_locator.3CTLkIg.AdminBundle\Controller\ReportsAdminController" to "AdminBundle\Controller\ReportsAdminController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\ReportsController" to "AdminBundle\Controller\ReportsController".
Inlined service ".service_locator.3CTLkIg.AdminBundle\Controller\SocketEventsAdminController" to "AdminBundle\Controller\SocketEventsAdminController".
Inlined service ".service_locator.3CTLkIg.AdminBundle\Controller\SonataBookingController" to "AdminBundle\Controller\SonataBookingController".
Inlined service ".service_locator.3CTLkIg.AdminBundle\Controller\SonataBookingRequestController" to "AdminBundle\Controller\SonataBookingRequestController".
Inlined service ".service_locator.3CTLkIg.AdminBundle\Controller\SonataBookingReviewController" to "AdminBundle\Controller\SonataBookingReviewController".
Inlined service ".service_locator.3CTLkIg.AdminBundle\Controller\SonataCompanyInvoicesController" to "AdminBundle\Controller\SonataCompanyInvoicesController".
Inlined service ".service_locator.3CTLkIg.AdminBundle\Controller\SonataDriverInvoicesController" to "AdminBundle\Controller\SonataDriverInvoicesController".
Inlined service ".service_locator.3CTLkIg.AdminBundle\Controller\SonataTicketsController" to "AdminBundle\Controller\SonataTicketsController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\ToursController" to "AdminBundle\Controller\ToursController".
Inlined service ".service_locator.3CTLkIg.AdminBundle\Controller\TransactionAdminController" to "AdminBundle\Controller\TransactionAdminController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\UserController" to "AdminBundle\Controller\UserController".
Inlined service ".service_locator.mx0UMmY.AdminBundle\Controller\VoucherController" to "AdminBundle\Controller\VoucherController".
Inlined service ".service_locator.mx0UMmY.AdminFOSUserBundle\Controller\AdminResettingController" to "AdminFOSUserBundle\Controller\AdminResettingController".
Inlined service ".service_locator.mx0UMmY.ClientBundle\Controller\ApiController" to "ClientBundle\Controller\ApiController".
Inlined service ".service_locator.mx0UMmY.ClientBundle\Controller\AuthController" to "ClientBundle\Controller\AuthController".
Inlined service ".service_locator.mx0UMmY.ClientBundle\Controller\BookingsController" to "ClientBundle\Controller\BookingsController".
Inlined service ".service_locator.mx0UMmY.ClientBundle\Controller\DashboardController" to "ClientBundle\Controller\DashboardController".
Inlined service ".service_locator.mx0UMmY.ClientBundle\Controller\InvoicesController" to "ClientBundle\Controller\InvoicesController".
Inlined service ".service_locator.mx0UMmY.ClientBundle\Controller\PaymentsController" to "ClientBundle\Controller\PaymentsController".
Inlined service ".service_locator.mx0UMmY.ClientBundle\Controller\TicketsController" to "ClientBundle\Controller\TicketsController".
Inlined service ".service_locator.mx0UMmY.DriverBundle\Controller\ApiController" to "DriverBundle\Controller\ApiController".
Inlined service ".service_locator.mx0UMmY.DriverBundle\Controller\BookingsController" to "DriverBundle\Controller\BookingsController".
Inlined service ".service_locator.mx0UMmY.DriverBundle\Controller\DashboardController" to "DriverBundle\Controller\DashboardController".
Inlined service ".service_locator.mx0UMmY.DriverBundle\Controller\InvoicesController" to "DriverBundle\Controller\InvoicesController".
Inlined service ".service_locator.mx0UMmY.DriverBundle\Controller\TicketsController" to "DriverBundle\Controller\TicketsController".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
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 "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "sonata.admin.translation_extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.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 "sonata.admin.route_loader" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native" to "session.storage.factory.native".
Inlined service ".service_locator.XmPJruK" 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.RUhvMqx" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "sonata.user.validator.user_initializer" to "validator.builder".
Inlined service "fos_user.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 "doctrine.orm.paf_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.paf_us_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.auto_mapping_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.1BRum_b" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator._wyX1Dp" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.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 "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "sonata.block.data_collector" to "profiler".
Inlined service "sphinx.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.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.YXyf3Mh" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.paf_schema_asset_filter_manager" to "doctrine.dbal.paf_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.paf" to "doctrine.dbal.paf_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.paf" to "doctrine.dbal.paf_connection.configuration".
Inlined service ".service_locator.Ij3tPfO" to "doctrine.dbal.paf_connection.event_manager".
Inlined service "doctrine.dbal.paf_connection.configuration" to "doctrine.dbal.paf_connection".
Inlined service "doctrine.dbal.paf_us_schema_asset_filter_manager" to "doctrine.dbal.paf_us_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.paf_us" to "doctrine.dbal.paf_us_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.paf_us" to "doctrine.dbal.paf_us_connection.configuration".
Inlined service ".service_locator.cyBAZUh" to "doctrine.dbal.paf_us_connection.event_manager".
Inlined service "doctrine.dbal.paf_us_connection.configuration" to "doctrine.dbal.paf_us_connection".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "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 "cache.doctrine.orm.paf.metadata" to "doctrine.orm.paf_configuration".
Inlined service ".doctrine.orm.paf_metadata_driver" to "doctrine.orm.paf_configuration".
Inlined service "doctrine.orm.paf_entity_listener_resolver" to "doctrine.orm.paf_configuration".
Inlined service "cache.doctrine.orm.paf.result.recorder_inner" to "cache.doctrine.orm.paf.result".
Inlined service "cache.doctrine.orm.paf.query.recorder_inner" to "cache.doctrine.orm.paf.query".
Inlined service "doctrine.orm.paf_configuration" to "doctrine.orm.paf_entity_manager".
Inlined service "doctrine.orm.paf_manager_configurator" to "doctrine.orm.paf_entity_manager".
Inlined service "cache.doctrine.orm.paf_us.metadata" to "doctrine.orm.paf_us_configuration".
Inlined service ".doctrine.orm.paf_us_metadata_driver" to "doctrine.orm.paf_us_configuration".
Inlined service "doctrine.orm.paf_us_entity_listener_resolver" to "doctrine.orm.paf_us_configuration".
Inlined service "cache.doctrine.orm.paf_us.result.recorder_inner" to "cache.doctrine.orm.paf_us.result".
Inlined service "cache.doctrine.orm.paf_us.query.recorder_inner" to "cache.doctrine.orm.paf_us.query".
Inlined service "doctrine.orm.paf_us_configuration" to "doctrine.orm.paf_us_entity_manager".
Inlined service "doctrine.orm.paf_us_manager_configurator" to "doctrine.orm.paf_us_entity_manager".
Inlined service "cache.doctrine.orm.auto_mapping.metadata" to "doctrine.orm.auto_mapping_configuration".
Inlined service ".doctrine.orm.auto_mapping_metadata_driver" to "doctrine.orm.auto_mapping_configuration".
Inlined service "doctrine.orm.auto_mapping_entity_listener_resolver" to "doctrine.orm.auto_mapping_configuration".
Inlined service "cache.doctrine.orm.auto_mapping.result.recorder_inner" to "cache.doctrine.orm.auto_mapping.result".
Inlined service "cache.doctrine.orm.auto_mapping.query.recorder_inner" to "cache.doctrine.orm.auto_mapping.query".
Inlined service "doctrine.orm.auto_mapping_configuration" to "doctrine.orm.auto_mapping_entity_manager".
Inlined service "doctrine.orm.auto_mapping_manager_configurator" to "doctrine.orm.auto_mapping_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "app.twig_extension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "sonata.twig.extension.wrapping" to "twig".
Inlined service "sonata.twig.status_extension" to "twig".
Inlined service "sonata.twig.template_extension" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
Inlined service "sonata.admin.twig.group_extension" to "twig".
Inlined service "sonata.admin.twig.icon_extension" to "twig".
Inlined service "sonata.admin.twig.security_extension" to "twig".
Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
Inlined service "sonata.admin.twig.render_element_extension" to "twig".
Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
Inlined service "sonata.user.roles_matrix_extension" to "twig".
Inlined service "httplug.collector.twig.http_message" to "twig".
Inlined service "hwi_oauth.twig.extension.oauth" 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 "sonata.block.twig.global" to "twig".
Inlined service "sonata.user.twig.global" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.gJ2RElJ" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.DtPA6tq" to "security.access_map".
Inlined service ".security.request_matcher.sW49kSx" to "security.access_map".
Inlined service ".security.request_matcher.K_GxRfk" to "security.access_map".
Inlined service ".security.request_matcher.wd3NZEq" to "security.access_map".
Inlined service ".security.request_matcher.7Gyf2r8" to "security.access_map".
Inlined service ".security.request_matcher.ZlsPLb3" to "security.access_map".
Inlined service ".security.request_matcher.URY81SR" to "security.access_map".
Inlined service ".security.request_matcher.rB604us" to "security.access_map".
Inlined service ".security.request_matcher.4ppZU8f" to "security.access_map".
Inlined service ".security.request_matcher.tzcqoq1" to "security.access_map".
Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
Inlined service ".security.request_matcher.8f7h4R4" to "security.access_map".
Inlined service ".security.request_matcher.OAqJT7h" to "security.access_map".
Inlined service ".security.request_matcher.ZFeY_Eo" to "security.access_map".
Inlined service ".security.request_matcher.ylAfvrR" to "security.access_map".
Inlined service ".security.request_matcher.sWmaouP" to "security.access_map".
Inlined service ".security.request_matcher.BIPVuvQ" to "security.access_map".
Inlined service ".security.request_matcher.aQsG3wP" to "security.access_map".
Inlined service ".security.request_matcher.I8gicO3" to "security.access_map".
Inlined service ".security.request_matcher.NIBkIz_" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".service_locator.WddqbFe" to "hwi_oauth.resource_ownermap.client".
Inlined service "security.authentication.success_handler.client.oauth" to "security.authenticator.oauth.client".
Inlined service "security.authentication.failure_handler.client.oauth" to "security.authenticator.oauth.client".
Inlined service "security.authentication.success_handler.client.form_login" to "security.authenticator.form_login.client".
Inlined service "security.authentication.failure_handler.client.form_login" to "security.authenticator.form_login.client".
Inlined service "debug.security.firewall.authenticator.client.inner" to "debug.security.firewall.authenticator.client".
Inlined service "security.exception_listener.client" to "security.firewall.map.context.client".
Inlined service "security.logout_listener.client" to "security.firewall.map.context.client".
Inlined service "security.firewall.map.config.client" to "security.firewall.map.context.client".
Inlined service "security.authentication.success_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.admin" to "security.authenticator.remember_me_handler.admin".
Inlined service "debug.security.firewall.authenticator.admin.inner" to "debug.security.firewall.authenticator.admin".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "cron.command_builder" to "cron.resolver".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service ".service_locator.LzUyP7d" to "sonata.block.manager".
Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service ".service_locator.7yMjEo0" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
Inlined service "sonata.admin.manipulator.acl.admin" to "sonata.admin.command.setup_acl".
Inlined service ".service_locator.FULGYwH" to "sonata.admin.pool".
Inlined service ".service_locator.ejIbxXf" to "sonata.admin.builder.filter.factory".
Inlined service ".service_locator.3CTLkIg.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
Inlined service "sonata.user.admin_roles_builder" to "sonata.user.matrix_roles_builder".
Inlined service "sonata.user.security_roles_builder" to "sonata.user.matrix_roles_builder".
Inlined service "security.user_password_hasher" to "sonata.user.manager.user".
Inlined service "mailer.mailer" to "sonata.user.mailer.default".
Inlined service "sonata.user.mailer.default" to "sonata.user.action.request".
Inlined service "sonata.user.util.token_generator" to "sonata.user.action.request".
Inlined service "monolog.logger.sphinx" to "sphinx.logger".
Inlined service ".service_locator.mx0UMmY.fos_user.security.controller" to "fos_user.security.controller".
Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
Inlined service "fos_user.security.login_manager" to "fos_user.listener.authentication".
Inlined service "fos_user.user_to_username_transformer" to "fos_user.username_form_type".
Inlined service "fos_user.profile.form.factory" to "fos_user.profile.controller".
Inlined service ".service_locator.mx0UMmY.fos_user.profile.controller" to "fos_user.profile.controller".
Inlined service "fos_user.registration.form.factory" to "fos_user.registration.controller".
Inlined service ".service_locator.mx0UMmY.fos_user.registration.controller" to "fos_user.registration.controller".
Inlined service "fos_user.change_password.form.factory" to "fos_user.change_password.controller".
Inlined service ".service_locator.mx0UMmY.fos_user.change_password.controller" to "fos_user.change_password.controller".
Inlined service "fos_user.resetting.form.factory" to "fos_user.resetting.controller".
Inlined service "fos_user.util.token_generator.default" to "fos_user.resetting.controller".
Inlined service "fos_user.mailer.noop" to "fos_user.resetting.controller".
Inlined service ".service_locator.mx0UMmY.fos_user.resetting.controller" to "fos_user.resetting.controller".
Inlined service "httplug.formatter.full_http_message" to "httplug.collector.formatter".
Inlined service ".1_CurlCommandFormatter~Fdy6aSj" to "httplug.collector.formatter".
Inlined service "httplug.collector.factory.auto.inner" to "httplug.collector.factory.auto".
Inlined service "httplug.collector.factory.auto" to "httplug.client.app.client".
Inlined service "hwi_oauth.util.domain_whitelist" to "HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
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.sonata.admin.argument_resolver.admin.inner" to "debug.sonata.admin.argument_resolver.admin".
Inlined service "debug.sonata.admin.argument_resolver.proxy_query.inner" to "debug.sonata.admin.argument_resolver.proxy_query".
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 "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".debug.hwi_oauth.http_client.inner" to ".debug.hwi_oauth.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".doctrine.orm.paf_metadata_driver.inner" to ".doctrine.orm.paf_metadata_driver".
Inlined service ".doctrine.orm.paf_us_metadata_driver.inner" to ".doctrine.orm.paf_us_metadata_driver".
Inlined service ".doctrine.orm.auto_mapping_metadata_driver.inner" to ".doctrine.orm.auto_mapping_metadata_driver".
Inlined service "security.acl.voter.user_permissions" to "debug.security.voter.security.acl.voter.user_permissions".
Inlined service "security.acl.voter.basic_permissions" to "debug.security.voter.security.acl.voter.basic_permissions".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "AdminBundle\Security\TicketVoter" to "debug.security.voter.AdminBundle\Security\TicketVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.XiRCaFk" to ".service_locator.XiRCaFk.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 "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "security.authenticator.manager.client" to "debug.security.firewall.authenticator.client.inner".
Inlined service "security.authenticator.manager.admin" to "debug.security.firewall.authenticator.admin.inner".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "httplug.client.app.client" to "httplug.client.app.http_methods.inner".
Inlined service "httplug.plugin.content_length" to "httplug.client.app.http_methods.inner".
Inlined service "httplug.plugin.redirect" to "httplug.client.app.http_methods.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.oYch1cS" to "console.command_loader".
Inlined service ".service_locator.XiRCaFk.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "fos_user.object_manager" to "fos_user.user_manager".
Inlined service "security.acl.permission_granting_strategy" to "security.acl.provider".
Inlined service "httplug.client.app.http_methods.inner" to "httplug.client".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
8
Tag "command.service_arguments" was defined on service(s) "AdminBundle\Command\AssignApiKeysCommand", "AdminBundle\Command\AutomaticEmailsCommand", "AdminBundle\Command\AutomaticJobAssignmentCommand", "AdminBundle\Command\AutomaticNextDayJobAssignmentCommand", "AdminBundle\Command\CalculateDriverRatingsCommand", "AdminBundle\Command\CalculateDriverWeekPointsCommand", "AdminBundle\Command\CheckBookingsMatchCommand", "AdminBundle\Command\CheckDriverDelayCommand", "AdminBundle\Command\CheckDriverOnlineCommand", "AdminBundle\Command\CheckFlightCommand", "AdminBundle\Command\CleanBookingDataCommand", "AdminBundle\Command\CleanDatabaseCommand", "AdminBundle\Command\DriverInvoiceGeneratorAndEmailCommand", "AdminBundle\Command\DriverQueueCompletedCommand", "AdminBundle\Command\DriversLinkedBookingCommand", "AdminBundle\Command\FindMatchingJobsCommand", "AdminBundle\Command\GenerateApiUserCommand", "AdminBundle\Command\GenerateSettingsCommand", "AdminBundle\Command\Icabbi\IcabbiBase", "AdminBundle\Command\Icabbi\ImportBookingsCommand", "AdminBundle\Command\Icabbi\ImportDriversCommand", "AdminBundle\Command\NotificationWebsocketServerCommand", "AdminBundle\Command\PafAddressImportCommand", "AdminBundle\Command\PafBuildingNamesImportCommand", "AdminBundle\Command\PafLocalitiesImportCommand", "AdminBundle\Command\SendDriverSMSAutomaticAssignNotificationCommand", "AdminBundle\Command\StartBackgroundCommand", "AdminBundle\Command\TestBookingMatchCommand", "AdminBundle\Command\Twelve\ImportBookingsCommand", "AdminBundle\Command\Twelve\ImportDriversCommand", "AdminBundle\Command\Twelve\TwelveBase", "AdminBundle\Command\UpdateBookingsPickUpDateTimeCommand", but was never used. Did you mean "controller.service_arguments"?
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.client", "debug.security.firewall.authenticator.admin", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.sonata.admin.argument_resolver.admin", "debug.sonata.admin.argument_resolver.proxy_query", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", ".debug.hwi_oauth.http_client", "messenger.default_bus", "httplug.client", "event_dispatcher", ".container.private.validator", but was never used.
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.union_handler", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.form_error_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?
Tag "sonata.status.renderer" was defined on service(s) "sonata.twig.flashmessage.manager", but was never used.