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/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Security\LoginFormAuthenticator" service.
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.
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\Security\LoginFormAuthenticator" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Security\CustomerLoginFormAuthenticator" 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\Security\CustomerLoginFormAuthenticator" 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\EventListener\AccessDeniedListener" service.
Class "App\Entity\NotificationSubscriptionUser" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
Class "App\Entity\User" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
Class "App\Entity\Customer" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
Class "App\Entity\ApiUserToken" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address).
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead.
User Deprecated: Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
SELECT t0.id AS id_1, t0.token AS token_2, t0.disabled_at AS disabled_at_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.plugin_user_id AS plugin_user_id_6 FROM plugin_token t0 WHERE t0.token = ? AND t0.status = ? LIMIT 1
doctrine
[
"a25cdd7a9a31c5b44c30035c5a [...]"
"on"
]
debug
SELECT t0.id AS id_1, t0.login AS login_2, t0.password AS password_3, t0.type AS type_4, t0.deleted AS deleted_5, t0.created_at AS created_at_6, t0.owner_id AS owner_id_7, t0.customer_id AS customer_id_8, t0.custom_price_scheme_id AS custom_price_scheme_id_9 FROM plugin_user t0 WHERE t0.id = ?
doctrine
[23]
debug
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0._1c_guid AS _1c_guid_5, t0._1c_name AS _1c_name_6, t0._1c_code AS _1c_code_7, t0.username AS username_8, t0.telegram_enable AS telegram_enable_9, t0.telegram_pincode AS telegram_pincode_10, t0.telegram_chat_id AS telegram_chat_id_11, t0.telegram_attach_media AS telegram_attach_media_12, t0.email_enable AS email_enable_13, t0.email_attach_media AS email_attach_media_14, t0.enable_plugin AS enable_plugin_15, t0.webhook_url AS webhook_url_16, t0.default_country AS default_country_17, t0.locale AS locale_18, t0.last_for_sale_viewed_date AS last_for_sale_viewed_date_19, t0.sns AS sns_20, t0.carfax_reports_available AS carfax_reports_available_21, t0.invoice_template AS invoice_template_22, t0.show_carfax AS show_carfax_23, t0.limit_carfax_in_day AS limit_carfax_in_day_24, t0.window_sticker_reports_available AS window_sticker_reports_available_25, t26.id AS id_27, t26.logo AS logo_28, t26.title AS title_29, t26.user_id AS user_id_30, t0.parent_id AS parent_id_31, t32.id AS id_33, t32.items AS items_34, t32.relevance AS relevance_35, t32.user_id AS user_id_36 FROM user t0 LEFT JOIN custom_design t26 ON t26.user_id = t0.id LEFT JOIN clarifications_price t32 ON t32.user_id = t0.id WHERE t0.id = ?
doctrine
[1]
debug
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.plugin_version AS plugin_version_3, t0.ip AS ip_4, t0.plugin_user_id AS plugin_user_id_5, t0.auction_account_id AS auction_account_id_6 FROM plugin_user_auction_account_assigment t0 WHERE t0.id = ?
Log messages generated during the compilation of the service container.
Messages
Class
663
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddAdditionalServicesCommand" (parent: .abstract.instanceof.App\Command\AddAdditionalServicesCommand).
Resolving inheritance for "App\Command\AddAdditionalServicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddAdditionalServicesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddCalcDataCommand" (parent: .abstract.instanceof.App\Command\AddCalcDataCommand).
Resolving inheritance for "App\Command\AddCalcDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddCalcDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddCarfaxToQueueCommand" (parent: .abstract.instanceof.App\Command\AddCarfaxToQueueCommand).
Resolving inheritance for "App\Command\AddCarfaxToQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddCarfaxToQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddCustomerToVehicleCommand" (parent: .abstract.instanceof.App\Command\AddCustomerToVehicleCommand).
Resolving inheritance for "App\Command\AddCustomerToVehicleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddCustomerToVehicleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddWindowStickerToQueueCommand" (parent: .abstract.instanceof.App\Command\AddWindowStickerToQueueCommand).
Resolving inheritance for "App\Command\AddWindowStickerToQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddWindowStickerToQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddWinnerToVehicleCommand" (parent: .abstract.instanceof.App\Command\AddWinnerToVehicleCommand).
Resolving inheritance for "App\Command\AddWinnerToVehicleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddWinnerToVehicleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckCarfaxLimitCommand" (parent: .abstract.instanceof.App\Command\CheckCarfaxLimitCommand).
Resolving inheritance for "App\Command\CheckCarfaxLimitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckCarfaxLimitCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckDateDeliveryLandCommand" (parent: .abstract.instanceof.App\Command\CheckDateDeliveryLandCommand).
Resolving inheritance for "App\Command\CheckDateDeliveryLandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckDateDeliveryLandCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CopartAccountsAutoChangePassword" (parent: .abstract.instanceof.App\Command\CopartAccountsAutoChangePassword).
Resolving inheritance for "App\Command\CopartAccountsAutoChangePassword" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CopartAccountsAutoChangePassword).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteOldCarfaxFileCommand" (parent: .abstract.instanceof.App\Command\DeleteOldCarfaxFileCommand).
Resolving inheritance for "App\Command\DeleteOldCarfaxFileCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteOldCarfaxFileCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EditStructureFinanceDataInvoiceLog" (parent: .abstract.instanceof.App\Command\EditStructureFinanceDataInvoiceLog).
Resolving inheritance for "App\Command\EditStructureFinanceDataInvoiceLog" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EditStructureFinanceDataInvoiceLog).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Exchange1cManualCommand" (parent: .abstract.instanceof.App\Command\Exchange1cManualCommand).
Resolving inheritance for "App\Command\Exchange1cManualCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Exchange1cManualCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifyUnpaidVehicleCommand" (parent: .abstract.instanceof.App\Command\NotifyUnpaidVehicleCommand).
Resolving inheritance for "App\Command\NotifyUnpaidVehicleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifyUnpaidVehicleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifyVehicleInvoiceAvailableCommand" (parent: .abstract.instanceof.App\Command\NotifyVehicleInvoiceAvailableCommand).
Resolving inheritance for "App\Command\NotifyVehicleInvoiceAvailableCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifyVehicleInvoiceAvailableCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PaymentsDueTo1C" (parent: .abstract.instanceof.App\Command\PaymentsDueTo1C).
Resolving inheritance for "App\Command\PaymentsDueTo1C" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PaymentsDueTo1C).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProxyHealthCheckCommand" (parent: .abstract.instanceof.App\Command\ProxyHealthCheckCommand).
Resolving inheritance for "App\Command\ProxyHealthCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProxyHealthCheckCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveOldAuctionAccountCommand" (parent: .abstract.instanceof.App\Command\RemoveOldAuctionAccountCommand).
Resolving inheritance for "App\Command\RemoveOldAuctionAccountCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveOldAuctionAccountCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveOldPluginLogCommand" (parent: .abstract.instanceof.App\Command\RemoveOldPluginLogCommand).
Resolving inheritance for "App\Command\RemoveOldPluginLogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveOldPluginLogCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RescrapeVehicleDataCommand" (parent: .abstract.instanceof.App\Command\RescrapeVehicleDataCommand).
Resolving inheritance for "App\Command\RescrapeVehicleDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RescrapeVehicleDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RingCentralSetupWebhookCommand" (parent: .abstract.instanceof.App\Command\RingCentralSetupWebhookCommand).
Resolving inheritance for "App\Command\RingCentralSetupWebhookCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RingCentralSetupWebhookCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeContainerCommand" (parent: .abstract.instanceof.App\Command\ScrapeContainerCommand).
Resolving inheritance for "App\Command\ScrapeContainerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeContainerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeCopartSearchParamsCommand" (parent: .abstract.instanceof.App\Command\ScrapeCopartSearchParamsCommand).
Resolving inheritance for "App\Command\ScrapeCopartSearchParamsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeCopartSearchParamsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeCopartStorageDate" (parent: .abstract.instanceof.App\Command\ScrapeCopartStorageDate).
Resolving inheritance for "App\Command\ScrapeCopartStorageDate" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeCopartStorageDate).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeLogistix101Photos" (parent: .abstract.instanceof.App\Command\ScrapeLogistix101Photos).
Resolving inheritance for "App\Command\ScrapeLogistix101Photos" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeLogistix101Photos).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeOpeningContainerCommand" (parent: .abstract.instanceof.App\Command\ScrapeOpeningContainerCommand).
Resolving inheritance for "App\Command\ScrapeOpeningContainerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeOpeningContainerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeShipperCommand" (parent: .abstract.instanceof.App\Command\ScrapeShipperCommand).
Resolving inheritance for "App\Command\ScrapeShipperCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeShipperCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeSotbyPhotos" (parent: .abstract.instanceof.App\Command\ScrapeSotbyPhotos).
Resolving inheritance for "App\Command\ScrapeSotbyPhotos" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeSotbyPhotos).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeVehicleAdditionDataCommand" (parent: .abstract.instanceof.App\Command\ScrapeVehicleAdditionDataCommand).
Resolving inheritance for "App\Command\ScrapeVehicleAdditionDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeVehicleAdditionDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeVehicleAuctionPhotos" (parent: .abstract.instanceof.App\Command\ScrapeVehicleAuctionPhotos).
Resolving inheritance for "App\Command\ScrapeVehicleAuctionPhotos" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeVehicleAuctionPhotos).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeVehicleDataFromMailBox" (parent: .abstract.instanceof.App\Command\ScrapeVehicleDataFromMailBox).
Resolving inheritance for "App\Command\ScrapeVehicleDataFromMailBox" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeVehicleDataFromMailBox).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeVehicleDriverPhotos" (parent: .abstract.instanceof.App\Command\ScrapeVehicleDriverPhotos).
Resolving inheritance for "App\Command\ScrapeVehicleDriverPhotos" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeVehicleDriverPhotos).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendUpdatedDataTo1cCommand" (parent: .abstract.instanceof.App\Command\SendUpdatedDataTo1cCommand).
Resolving inheritance for "App\Command\SendUpdatedDataTo1cCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendUpdatedDataTo1cCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendVehicleUpdates" (parent: .abstract.instanceof.App\Command\SendVehicleUpdates).
Resolving inheritance for "App\Command\SendVehicleUpdates" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendVehicleUpdates).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncDataWithCommand" (parent: .abstract.instanceof.App\Command\SyncDataWithCommand).
Resolving inheritance for "App\Command\SyncDataWithCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncDataWithCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncProdAuctionBidsCommand" (parent: .abstract.instanceof.App\Command\SyncProdAuctionBidsCommand).
Resolving inheritance for "App\Command\SyncProdAuctionBidsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncProdAuctionBidsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncProdPluginEventLogsCommand" (parent: .abstract.instanceof.App\Command\SyncProdPluginEventLogsCommand).
Resolving inheritance for "App\Command\SyncProdPluginEventLogsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncProdPluginEventLogsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VehicleDeliveryNotificationCommand" (parent: .abstract.instanceof.App\Command\VehicleDeliveryNotificationCommand).
Resolving inheritance for "App\Command\VehicleDeliveryNotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VehicleDeliveryNotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VehicleSevenDaysEatDateNotificationCommand" (parent: .abstract.instanceof.App\Command\VehicleSevenDaysEatDateNotificationCommand).
Resolving inheritance for "App\Command\VehicleSevenDaysEatDateNotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VehicleSevenDaysEatDateNotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountOverviewController" (parent: .abstract.instanceof.App\Controller\AccountOverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountOverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountOverviewController).
Resolving inheritance for "App\Controller\AccountOverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountOverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdditionalServiceController" (parent: .abstract.instanceof.App\Controller\AdditionalServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdditionalServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdditionalServiceController).
Resolving inheritance for "App\Controller\AdditionalServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdditionalServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminLTEController" (parent: .abstract.instanceof.App\Controller\AdminLTEController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminLTEController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminLTEController).
Resolving inheritance for "App\Controller\AdminLTEController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminLTEController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnnouncementController" (parent: .abstract.instanceof.App\Controller\AnnouncementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnnouncementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnnouncementController).
Resolving inheritance for "App\Controller\AnnouncementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnnouncementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api1CRequestsController" (parent: .abstract.instanceof.App\Controller\Api1CRequestsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api1CRequestsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api1CRequestsController).
Resolving inheritance for "App\Controller\Api1CRequestsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api1CRequestsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiAnonymouslyController" (parent: .abstract.instanceof.App\Controller\ApiAnonymouslyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiAnonymouslyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiAnonymouslyController).
Resolving inheritance for "App\Controller\ApiAnonymouslyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiAnonymouslyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiClientController" (parent: .abstract.instanceof.App\Controller\ApiClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiClientController).
Resolving inheritance for "App\Controller\ApiClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiDataSyncController" (parent: .abstract.instanceof.App\Controller\ApiDataSyncController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiDataSyncController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiDataSyncController).
Resolving inheritance for "App\Controller\ApiDataSyncController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiDataSyncController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiPluginController" (parent: .abstract.instanceof.App\Controller\ApiPluginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiPluginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiPluginController).
Resolving inheritance for "App\Controller\ApiPluginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiPluginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiUserTokenController" (parent: .abstract.instanceof.App\Controller\ApiUserTokenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiUserTokenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiUserTokenController).
Resolving inheritance for "App\Controller\ApiUserTokenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiUserTokenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auction2FACodeController" (parent: .abstract.instanceof.App\Controller\Auction2FACodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auction2FACodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auction2FACodeController).
Resolving inheritance for "App\Controller\Auction2FACodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auction2FACodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionAccountController" (parent: .abstract.instanceof.App\Controller\AuctionAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionAccountController).
Resolving inheritance for "App\Controller\AuctionAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorClientDataOutputController" (parent: .abstract.instanceof.App\Controller\CalculatorClientDataOutputController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorClientDataOutputController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorClientDataOutputController).
Resolving inheritance for "App\Controller\CalculatorClientDataOutputController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorClientDataOutputController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorController" (parent: .abstract.instanceof.App\Controller\CalculatorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorController).
Resolving inheritance for "App\Controller\CalculatorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorDataOutputController" (parent: .abstract.instanceof.App\Controller\CalculatorDataOutputController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorDataOutputController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorDataOutputController).
Resolving inheritance for "App\Controller\CalculatorDataOutputController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorDataOutputController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CallbackController" (parent: .abstract.instanceof.App\Controller\CallbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CallbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CallbackController).
Resolving inheritance for "App\Controller\CallbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CallbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarfaxController" (parent: .abstract.instanceof.App\Controller\CarfaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarfaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarfaxController).
Resolving inheritance for "App\Controller\CarfaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarfaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientAppController" (parent: .abstract.instanceof.App\Controller\ClientAppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientAppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientAppController).
Resolving inheritance for "App\Controller\ClientAppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientAppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContainerController" (parent: .abstract.instanceof.App\Controller\ContainerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContainerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContainerController).
Resolving inheritance for "App\Controller\ContainerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContainerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CopartSearchController" (parent: .abstract.instanceof.App\Controller\CopartSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CopartSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CopartSearchController).
Resolving inheritance for "App\Controller\CopartSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CopartSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomPriceSchemeController" (parent: .abstract.instanceof.App\Controller\CustomPriceSchemeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomPriceSchemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomPriceSchemeController).
Resolving inheritance for "App\Controller\CustomPriceSchemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomPriceSchemeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerController" (parent: .abstract.instanceof.App\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerController).
Resolving inheritance for "App\Controller\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiagramController" (parent: .abstract.instanceof.App\Controller\DiagramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiagramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiagramController).
Resolving inheritance for "App\Controller\DiagramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiagramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange1cController" (parent: .abstract.instanceof.App\Controller\Exchange1cController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange1cController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange1cController).
Resolving inheritance for "App\Controller\Exchange1cController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange1cController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportDocuments\DocumentsController" (parent: .abstract.instanceof.App\Controller\ExportDocuments\DocumentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportDocuments\DocumentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportDocuments\DocumentsController).
Resolving inheritance for "App\Controller\ExportDocuments\DocumentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportDocuments\DocumentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportDocuments\LocationsController" (parent: .abstract.instanceof.App\Controller\ExportDocuments\LocationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportDocuments\LocationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportDocuments\LocationsController).
Resolving inheritance for "App\Controller\ExportDocuments\LocationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportDocuments\LocationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportDocuments\StatusesController" (parent: .abstract.instanceof.App\Controller\ExportDocuments\StatusesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportDocuments\StatusesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportDocuments\StatusesController).
Resolving inheritance for "App\Controller\ExportDocuments\StatusesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportDocuments\StatusesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController" (parent: .abstract.instanceof.App\Controller\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController).
Resolving inheritance for "App\Controller\FeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FinanceController" (parent: .abstract.instanceof.App\Controller\FinanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FinanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FinanceController).
Resolving inheritance for "App\Controller\FinanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FinanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InsuranceController" (parent: .abstract.instanceof.App\Controller\InsuranceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InsuranceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InsuranceController).
Resolving inheritance for "App\Controller\InsuranceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InsuranceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController" (parent: .abstract.instanceof.App\Controller\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController).
Resolving inheritance for "App\Controller\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController" (parent: .abstract.instanceof.App\Controller\NoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController).
Resolving inheritance for "App\Controller\NoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PluginUserController" (parent: .abstract.instanceof.App\Controller\PluginUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PluginUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PluginUserController).
Resolving inheritance for "App\Controller\PluginUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PluginUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProxyAccountController" (parent: .abstract.instanceof.App\Controller\ProxyAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProxyAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProxyAccountController).
Resolving inheritance for "App\Controller\ProxyAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProxyAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RingCentralWebhookController" (parent: .abstract.instanceof.App\Controller\RingCentralWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RingCentralWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RingCentralWebhookController).
Resolving inheritance for "App\Controller\RingCentralWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RingCentralWebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatePortsController" (parent: .abstract.instanceof.App\Controller\StatePortsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatePortsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatePortsController).
Resolving inheritance for "App\Controller\StatePortsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatePortsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticController" (parent: .abstract.instanceof.App\Controller\StatisticController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticController).
Resolving inheritance for "App\Controller\StatisticController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TicketCommentController" (parent: .abstract.instanceof.App\Controller\TicketCommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TicketCommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TicketCommentController).
Resolving inheritance for "App\Controller\TicketCommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TicketCommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TicketController" (parent: .abstract.instanceof.App\Controller\TicketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TicketController).
Resolving inheritance for "App\Controller\TicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TicketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TroubleVehicleController" (parent: .abstract.instanceof.App\Controller\TroubleVehicleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TroubleVehicleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TroubleVehicleController).
Resolving inheritance for "App\Controller\TroubleVehicleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TroubleVehicleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleController" (parent: .abstract.instanceof.App\Controller\VehicleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleController).
Resolving inheritance for "App\Controller\VehicleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleForSaleController" (parent: .abstract.instanceof.App\Controller\VehicleForSaleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleForSaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleForSaleController).
Resolving inheritance for "App\Controller\VehicleForSaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleForSaleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleTransferDataController" (parent: .abstract.instanceof.App\Controller\VehicleTransferDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleTransferDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleTransferDataController).
Resolving inheritance for "App\Controller\VehicleTransferDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleTransferDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VinDecodedController" (parent: .abstract.instanceof.App\Controller\VinDecodedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VinDecodedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VinDecodedController).
Resolving inheritance for "App\Controller\VinDecodedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VinDecodedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarehouseController" (parent: .abstract.instanceof.App\Controller\WarehouseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarehouseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarehouseController).
Resolving inheritance for "App\Controller\WarehouseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarehouseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WindowStickerController" (parent: .abstract.instanceof.App\Controller\WindowStickerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WindowStickerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WindowStickerController).
Resolving inheritance for "App\Controller\WindowStickerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WindowStickerController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Http\ApiPluginControllerCall" (parent: .abstract.instanceof.App\Event\Http\ApiPluginControllerCall).
Resolving inheritance for "App\Event\Http\ApiPluginControllerCall" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Http\ApiPluginControllerCall).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Vehicle\VehicleEventSubscriber" (parent: .abstract.instanceof.App\Event\Vehicle\VehicleEventSubscriber).
Resolving inheritance for "App\Event\Vehicle\VehicleEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Vehicle\VehicleEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AccessDeniedListener" (parent: .abstract.instanceof.App\EventListener\AccessDeniedListener).
Resolving inheritance for "App\EventListener\AccessDeniedListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AccessDeniedListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Exchange1C\Exchange1cEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Exchange1C\Exchange1cEventSubscriber).
Resolving inheritance for "App\EventSubscriber\Exchange1C\Exchange1cEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Exchange1C\Exchange1cEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSetter" (parent: .abstract.instanceof.App\EventSubscriber\LocaleSetter).
Resolving inheritance for "App\EventSubscriber\LocaleSetter" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSetter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnouncementType" (parent: .abstract.instanceof.App\Form\AnnouncementType).
Resolving inheritance for "App\Form\AnnouncementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnouncementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionAccountType" (parent: .abstract.instanceof.App\Form\AuctionAccountType).
Resolving inheritance for "App\Form\AuctionAccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionAccountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CalculatorLandPriceGlobalEditType" (parent: .abstract.instanceof.App\Form\CalculatorLandPriceGlobalEditType).
Resolving inheritance for "App\Form\CalculatorLandPriceGlobalEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CalculatorLandPriceGlobalEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContainerType" (parent: .abstract.instanceof.App\Form\ContainerType).
Resolving inheritance for "App\Form\ContainerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContainerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomDesignType" (parent: .abstract.instanceof.App\Form\CustomDesignType).
Resolving inheritance for "App\Form\CustomDesignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomDesignType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomPriceGlobalEditType" (parent: .abstract.instanceof.App\Form\CustomPriceGlobalEditType).
Resolving inheritance for "App\Form\CustomPriceGlobalEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomPriceGlobalEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomPriceSchemeType" (parent: .abstract.instanceof.App\Form\CustomPriceSchemeType).
Resolving inheritance for "App\Form\CustomPriceSchemeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomPriceSchemeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType" (parent: .abstract.instanceof.App\Form\CustomerType).
Resolving inheritance for "App\Form\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\DocumentCreateType" (parent: .abstract.instanceof.App\Form\ExportDocuments\DocumentCreateType).
Resolving inheritance for "App\Form\ExportDocuments\DocumentCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\DocumentCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\DocumentEditType" (parent: .abstract.instanceof.App\Form\ExportDocuments\DocumentEditType).
Resolving inheritance for "App\Form\ExportDocuments\DocumentEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\DocumentEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\LocationCreateType" (parent: .abstract.instanceof.App\Form\ExportDocuments\LocationCreateType).
Resolving inheritance for "App\Form\ExportDocuments\LocationCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\LocationCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\LocationEditType" (parent: .abstract.instanceof.App\Form\ExportDocuments\LocationEditType).
Resolving inheritance for "App\Form\ExportDocuments\LocationEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\LocationEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\StatusCreateType" (parent: .abstract.instanceof.App\Form\ExportDocuments\StatusCreateType).
Resolving inheritance for "App\Form\ExportDocuments\StatusCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\StatusCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\StatusEditType" (parent: .abstract.instanceof.App\Form\ExportDocuments\StatusEditType).
Resolving inheritance for "App\Form\ExportDocuments\StatusEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\StatusEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoteType" (parent: .abstract.instanceof.App\Form\NoteType).
Resolving inheritance for "App\Form\NoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotificationSubscriptionUserType" (parent: .abstract.instanceof.App\Form\NotificationSubscriptionUserType).
Resolving inheritance for "App\Form\NotificationSubscriptionUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotificationSubscriptionUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PluginUserType" (parent: .abstract.instanceof.App\Form\PluginUserType).
Resolving inheritance for "App\Form\PluginUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PluginUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProxyAccountType" (parent: .abstract.instanceof.App\Form\ProxyAccountType).
Resolving inheritance for "App\Form\ProxyAccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProxyAccountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatePortsType" (parent: .abstract.instanceof.App\Form\StatePortsType).
Resolving inheritance for "App\Form\StatePortsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatePortsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketCommentType" (parent: .abstract.instanceof.App\Form\TicketCommentType).
Resolving inheritance for "App\Form\TicketCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketType" (parent: .abstract.instanceof.App\Form\TicketType).
Resolving inheritance for "App\Form\TicketType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransferDataFormFieldsType" (parent: .abstract.instanceof.App\Form\TransferDataFormFieldsType).
Resolving inheritance for "App\Form\TransferDataFormFieldsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransferDataFormFieldsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleAdditionalServiceType" (parent: .abstract.instanceof.App\Form\VehicleAdditionalServiceType).
Resolving inheritance for "App\Form\VehicleAdditionalServiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleAdditionalServiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleType" (parent: .abstract.instanceof.App\Form\VehicleType).
Resolving inheritance for "App\Form\VehicleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoType" (parent: .abstract.instanceof.App\Form\VideoType).
Resolving inheritance for "App\Form\VideoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarehouseType" (parent: .abstract.instanceof.App\Form\WarehouseType).
Resolving inheritance for "App\Form\WarehouseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarehouseType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountCodeRepository" (parent: .abstract.instanceof.App\Repository\AccountCodeRepository).
Resolving inheritance for "App\Repository\AccountCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccruedAdditionalServiceRepository" (parent: .abstract.instanceof.App\Repository\AccruedAdditionalServiceRepository).
Resolving inheritance for "App\Repository\AccruedAdditionalServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccruedAdditionalServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdditionalServicePriceRepository" (parent: .abstract.instanceof.App\Repository\AdditionalServicePriceRepository).
Resolving inheritance for "App\Repository\AdditionalServicePriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdditionalServicePriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnouncementRepository" (parent: .abstract.instanceof.App\Repository\AnnouncementRepository).
Resolving inheritance for "App\Repository\AnnouncementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnouncementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiPluginCallsRepository" (parent: .abstract.instanceof.App\Repository\ApiPluginCallsRepository).
Resolving inheritance for "App\Repository\ApiPluginCallsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiPluginCallsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiUserTokenRepository" (parent: .abstract.instanceof.App\Repository\ApiUserTokenRepository).
Resolving inheritance for "App\Repository\ApiUserTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiUserTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionAccountRepository" (parent: .abstract.instanceof.App\Repository\AuctionAccountRepository).
Resolving inheritance for "App\Repository\AuctionAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionBidRepository" (parent: .abstract.instanceof.App\Repository\AuctionBidRepository).
Resolving inheritance for "App\Repository\AuctionBidRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionBidRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionFeeRepository" (parent: .abstract.instanceof.App\Repository\AuctionFeeRepository).
Resolving inheritance for "App\Repository\AuctionFeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionFeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionLocationDeliveryRateRepository" (parent: .abstract.instanceof.App\Repository\AuctionLocationDeliveryRateRepository).
Resolving inheritance for "App\Repository\AuctionLocationDeliveryRateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionLocationDeliveryRateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionLocationRepository" (parent: .abstract.instanceof.App\Repository\AuctionLocationRepository).
Resolving inheritance for "App\Repository\AuctionLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionPasswordsListRepository" (parent: .abstract.instanceof.App\Repository\AuctionPasswordsListRepository).
Resolving inheritance for "App\Repository\AuctionPasswordsListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionPasswordsListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionRepository" (parent: .abstract.instanceof.App\Repository\AuctionRepository).
Resolving inheritance for "App\Repository\AuctionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BodyTypesLandPriceChangeRepository" (parent: .abstract.instanceof.App\Repository\BodyTypesLandPriceChangeRepository).
Resolving inheritance for "App\Repository\BodyTypesLandPriceChangeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BodyTypesLandPriceChangeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BodyTypesSeaPriceChangeRepository" (parent: .abstract.instanceof.App\Repository\BodyTypesSeaPriceChangeRepository).
Resolving inheritance for "App\Repository\BodyTypesSeaPriceChangeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BodyTypesSeaPriceChangeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorAdditionalServiceRepository" (parent: .abstract.instanceof.App\Repository\CalculatorAdditionalServiceRepository).
Resolving inheritance for "App\Repository\CalculatorAdditionalServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorAdditionalServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorCountryDeliveryVehicleTypeHiddenRepository" (parent: .abstract.instanceof.App\Repository\CalculatorCountryDeliveryVehicleTypeHiddenRepository).
Resolving inheritance for "App\Repository\CalculatorCountryDeliveryVehicleTypeHiddenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorCountryDeliveryVehicleTypeHiddenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorCountryRepository" (parent: .abstract.instanceof.App\Repository\CalculatorCountryRepository).
Resolving inheritance for "App\Repository\CalculatorCountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorCountryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorCustomClearanceParamRepository" (parent: .abstract.instanceof.App\Repository\CalculatorCustomClearanceParamRepository).
Resolving inheritance for "App\Repository\CalculatorCustomClearanceParamRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorCustomClearanceParamRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorDealerFeeRepository" (parent: .abstract.instanceof.App\Repository\CalculatorDealerFeeRepository).
Resolving inheritance for "App\Repository\CalculatorDealerFeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorDealerFeeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorDeliveryTypeRepository" (parent: .abstract.instanceof.App\Repository\CalculatorDeliveryTypeRepository).
Resolving inheritance for "App\Repository\CalculatorDeliveryTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorDeliveryTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorDeliveryVehicleTypeRepository" (parent: .abstract.instanceof.App\Repository\CalculatorDeliveryVehicleTypeRepository).
Resolving inheritance for "App\Repository\CalculatorDeliveryVehicleTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorDeliveryVehicleTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorPortRateRepository" (parent: .abstract.instanceof.App\Repository\CalculatorPortRateRepository).
Resolving inheritance for "App\Repository\CalculatorPortRateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorPortRateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarfaxRepository" (parent: .abstract.instanceof.App\Repository\CarfaxRepository).
Resolving inheritance for "App\Repository\CarfaxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarfaxRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClarificationsPriceRepository" (parent: .abstract.instanceof.App\Repository\ClarificationsPriceRepository).
Resolving inheritance for "App\Repository\ClarificationsPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClarificationsPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientAppRepository" (parent: .abstract.instanceof.App\Repository\ClientAppRepository).
Resolving inheritance for "App\Repository\ClientAppRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientAppRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommonAdditionalServiceRepository" (parent: .abstract.instanceof.App\Repository\CommonAdditionalServiceRepository).
Resolving inheritance for "App\Repository\CommonAdditionalServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommonAdditionalServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommonAdditionalServiceUserPriceRepository" (parent: .abstract.instanceof.App\Repository\CommonAdditionalServiceUserPriceRepository).
Resolving inheritance for "App\Repository\CommonAdditionalServiceUserPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommonAdditionalServiceUserPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContainerRepository" (parent: .abstract.instanceof.App\Repository\ContainerRepository).
Resolving inheritance for "App\Repository\ContainerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContainerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CopartVehicleManufactureRepository" (parent: .abstract.instanceof.App\Repository\CopartVehicleManufactureRepository).
Resolving inheritance for "App\Repository\CopartVehicleManufactureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CopartVehicleManufactureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CopartVehicleModelRepository" (parent: .abstract.instanceof.App\Repository\CopartVehicleModelRepository).
Resolving inheritance for "App\Repository\CopartVehicleModelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CopartVehicleModelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CopartVehicleTypeRepository" (parent: .abstract.instanceof.App\Repository\CopartVehicleTypeRepository).
Resolving inheritance for "App\Repository\CopartVehicleTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CopartVehicleTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomDesignRepository" (parent: .abstract.instanceof.App\Repository\CustomDesignRepository).
Resolving inheritance for "App\Repository\CustomDesignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomDesignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomLandPriceRepository" (parent: .abstract.instanceof.App\Repository\CustomLandPriceRepository).
Resolving inheritance for "App\Repository\CustomLandPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomLandPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomPriceSchemeRepository" (parent: .abstract.instanceof.App\Repository\CustomPriceSchemeRepository).
Resolving inheritance for "App\Repository\CustomPriceSchemeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomPriceSchemeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomSeaPriceRepository" (parent: .abstract.instanceof.App\Repository\CustomSeaPriceRepository).
Resolving inheritance for "App\Repository\CustomSeaPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomSeaPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomServicePriceRepository" (parent: .abstract.instanceof.App\Repository\CustomServicePriceRepository).
Resolving inheritance for "App\Repository\CustomServicePriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomServicePriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository).
Resolving inheritance for "App\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DealerPriceRepository" (parent: .abstract.instanceof.App\Repository\DealerPriceRepository).
Resolving inheritance for "App\Repository\DealerPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DealerPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DestinationPortRepository" (parent: .abstract.instanceof.App\Repository\DestinationPortRepository).
Resolving inheritance for "App\Repository\DestinationPortRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DestinationPortRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportDocuments\DocumentRepository" (parent: .abstract.instanceof.App\Repository\ExportDocuments\DocumentRepository).
Resolving inheritance for "App\Repository\ExportDocuments\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportDocuments\DocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportDocuments\LocationRepository" (parent: .abstract.instanceof.App\Repository\ExportDocuments\LocationRepository).
Resolving inheritance for "App\Repository\ExportDocuments\LocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportDocuments\LocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportDocuments\StatusRepository" (parent: .abstract.instanceof.App\Repository\ExportDocuments\StatusRepository).
Resolving inheritance for "App\Repository\ExportDocuments\StatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportDocuments\StatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinalLandDeliveryPriceRepository" (parent: .abstract.instanceof.App\Repository\FinalLandDeliveryPriceRepository).
Resolving inheritance for "App\Repository\FinalLandDeliveryPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinalLandDeliveryPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinalLandDeliveryRepository" (parent: .abstract.instanceof.App\Repository\FinalLandDeliveryRepository).
Resolving inheritance for "App\Repository\FinalLandDeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinalLandDeliveryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceAdditionalExpenseRepository" (parent: .abstract.instanceof.App\Repository\FinanceAdditionalExpenseRepository).
Resolving inheritance for "App\Repository\FinanceAdditionalExpenseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceAdditionalExpenseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceExpenseRepository" (parent: .abstract.instanceof.App\Repository\FinanceExpenseRepository).
Resolving inheritance for "App\Repository\FinanceExpenseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceExpenseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceExpenseUaRepository" (parent: .abstract.instanceof.App\Repository\FinanceExpenseUaRepository).
Resolving inheritance for "App\Repository\FinanceExpenseUaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceExpenseUaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceIncomeRepository" (parent: .abstract.instanceof.App\Repository\FinanceIncomeRepository).
Resolving inheritance for "App\Repository\FinanceIncomeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceIncomeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceIncomeUaRepository" (parent: .abstract.instanceof.App\Repository\FinanceIncomeUaRepository).
Resolving inheritance for "App\Repository\FinanceIncomeUaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceIncomeUaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceRefundRepository" (parent: .abstract.instanceof.App\Repository\FinanceRefundRepository).
Resolving inheritance for "App\Repository\FinanceRefundRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceRefundRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceVehicleAdditionalExpenseRepository" (parent: .abstract.instanceof.App\Repository\FinanceVehicleAdditionalExpenseRepository).
Resolving inheritance for "App\Repository\FinanceVehicleAdditionalExpenseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceVehicleAdditionalExpenseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ForSaleRepository" (parent: .abstract.instanceof.App\Repository\ForSaleRepository).
Resolving inheritance for "App\Repository\ForSaleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ForSaleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupTransferRepository" (parent: .abstract.instanceof.App\Repository\GroupTransferRepository).
Resolving inheritance for "App\Repository\GroupTransferRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupTransferRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceLogRepository" (parent: .abstract.instanceof.App\Repository\InvoiceLogRepository).
Resolving inheritance for "App\Repository\InvoiceLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LandPriceRepository" (parent: .abstract.instanceof.App\Repository\LandPriceRepository).
Resolving inheritance for "App\Repository\LandPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LandPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotePriceRepository" (parent: .abstract.instanceof.App\Repository\NotePriceRepository).
Resolving inheritance for "App\Repository\NotePriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotePriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoteRepository" (parent: .abstract.instanceof.App\Repository\NoteRepository).
Resolving inheritance for "App\Repository\NoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationSubscriptionUserRepository" (parent: .abstract.instanceof.App\Repository\NotificationSubscriptionUserRepository).
Resolving inheritance for "App\Repository\NotificationSubscriptionUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationSubscriptionUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParsedObjectsListRepository" (parent: .abstract.instanceof.App\Repository\ParsedObjectsListRepository).
Resolving inheritance for "App\Repository\ParsedObjectsListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParsedObjectsListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentsDueLotBidsRepository" (parent: .abstract.instanceof.App\Repository\PaymentsDueLotBidsRepository).
Resolving inheritance for "App\Repository\PaymentsDueLotBidsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentsDueLotBidsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginEventLogRepository" (parent: .abstract.instanceof.App\Repository\PluginEventLogRepository).
Resolving inheritance for "App\Repository\PluginEventLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginEventLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginPingRepository" (parent: .abstract.instanceof.App\Repository\PluginPingRepository).
Resolving inheritance for "App\Repository\PluginPingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginPingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginTokenRepository" (parent: .abstract.instanceof.App\Repository\PluginTokenRepository).
Resolving inheritance for "App\Repository\PluginTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginUserAuctionAccountAssigmentRepository" (parent: .abstract.instanceof.App\Repository\PluginUserAuctionAccountAssigmentRepository).
Resolving inheritance for "App\Repository\PluginUserAuctionAccountAssigmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginUserAuctionAccountAssigmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginUserRepository" (parent: .abstract.instanceof.App\Repository\PluginUserRepository).
Resolving inheritance for "App\Repository\PluginUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProdAuctionBidRepository" (parent: .abstract.instanceof.App\Repository\ProdAuctionBidRepository).
Resolving inheritance for "App\Repository\ProdAuctionBidRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProdAuctionBidRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProdPluginEventLogRepository" (parent: .abstract.instanceof.App\Repository\ProdPluginEventLogRepository).
Resolving inheritance for "App\Repository\ProdPluginEventLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProdPluginEventLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProxyAccountRepository" (parent: .abstract.instanceof.App\Repository\ProxyAccountRepository).
Resolving inheritance for "App\Repository\ProxyAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProxyAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeaPriceRepository" (parent: .abstract.instanceof.App\Repository\SeaPriceRepository).
Resolving inheritance for "App\Repository\SeaPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeaPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SelectedVehicleAdditionalServiceRepository" (parent: .abstract.instanceof.App\Repository\SelectedVehicleAdditionalServiceRepository).
Resolving inheritance for "App\Repository\SelectedVehicleAdditionalServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SelectedVehicleAdditionalServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicePriceRepository" (parent: .abstract.instanceof.App\Repository\ServicePriceRepository).
Resolving inheritance for "App\Repository\ServicePriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicePriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServiceRepository" (parent: .abstract.instanceof.App\Repository\ServiceRepository).
Resolving inheritance for "App\Repository\ServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicesInFinalDestinationPriceRepository" (parent: .abstract.instanceof.App\Repository\ServicesInFinalDestinationPriceRepository).
Resolving inheritance for "App\Repository\ServicesInFinalDestinationPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicesInFinalDestinationPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicesInFinalDestinationRepository" (parent: .abstract.instanceof.App\Repository\ServicesInFinalDestinationRepository).
Resolving inheritance for "App\Repository\ServicesInFinalDestinationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicesInFinalDestinationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShippingPortRepository" (parent: .abstract.instanceof.App\Repository\ShippingPortRepository).
Resolving inheritance for "App\Repository\ShippingPortRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShippingPortRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatePortsRepository" (parent: .abstract.instanceof.App\Repository\StatePortsRepository).
Resolving inheritance for "App\Repository\StatePortsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatePortsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TelegramPinRepository" (parent: .abstract.instanceof.App\Repository\TelegramPinRepository).
Resolving inheritance for "App\Repository\TelegramPinRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TelegramPinRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketCommentRepository" (parent: .abstract.instanceof.App\Repository\TicketCommentRepository).
Resolving inheritance for "App\Repository\TicketCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketRepository" (parent: .abstract.instanceof.App\Repository\TicketRepository).
Resolving inheritance for "App\Repository\TicketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransferDataFormFieldsRepository" (parent: .abstract.instanceof.App\Repository\TransferDataFormFieldsRepository).
Resolving inheritance for "App\Repository\TransferDataFormFieldsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransferDataFormFieldsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UpdatedContainerDataTo1CServerRepository" (parent: .abstract.instanceof.App\Repository\UpdatedContainerDataTo1CServerRepository).
Resolving inheritance for "App\Repository\UpdatedContainerDataTo1CServerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UpdatedContainerDataTo1CServerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UpdatedDataTo1CServerRepository" (parent: .abstract.instanceof.App\Repository\UpdatedDataTo1CServerRepository).
Resolving inheritance for "App\Repository\UpdatedDataTo1CServerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UpdatedDataTo1CServerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAnnouncementRepository" (parent: .abstract.instanceof.App\Repository\UserAnnouncementRepository).
Resolving inheritance for "App\Repository\UserAnnouncementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAnnouncementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserWindowStickerRepository" (parent: .abstract.instanceof.App\Repository\UserWindowStickerRepository).
Resolving inheritance for "App\Repository\UserWindowStickerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserWindowStickerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleAdditionalServiceRepository" (parent: .abstract.instanceof.App\Repository\VehicleAdditionalServiceRepository).
Resolving inheritance for "App\Repository\VehicleAdditionalServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleAdditionalServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleAuctionWinnerRepository" (parent: .abstract.instanceof.App\Repository\VehicleAuctionWinnerRepository).
Resolving inheritance for "App\Repository\VehicleAuctionWinnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleAuctionWinnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleRepository" (parent: .abstract.instanceof.App\Repository\VehicleRepository).
Resolving inheritance for "App\Repository\VehicleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleTransferDataRepository" (parent: .abstract.instanceof.App\Repository\VehicleTransferDataRepository).
Resolving inheritance for "App\Repository\VehicleTransferDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleTransferDataRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleUpdatesRepository" (parent: .abstract.instanceof.App\Repository\VehicleUpdatesRepository).
Resolving inheritance for "App\Repository\VehicleUpdatesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleUpdatesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoRepository" (parent: .abstract.instanceof.App\Repository\VideoRepository).
Resolving inheritance for "App\Repository\VideoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VinDecodedRepository" (parent: .abstract.instanceof.App\Repository\VinDecodedRepository).
Resolving inheritance for "App\Repository\VinDecodedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VinDecodedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseRepository" (parent: .abstract.instanceof.App\Repository\WarehouseRepository).
Resolving inheritance for "App\Repository\WarehouseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WindowStickerRepository" (parent: .abstract.instanceof.App\Repository\WindowStickerRepository).
Resolving inheritance for "App\Repository\WindowStickerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WindowStickerRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ImpersonatorAdminVoter" (parent: .abstract.instanceof.App\Security\Voter\ImpersonatorAdminVoter).
Resolving inheritance for "App\Security\Voter\ImpersonatorAdminVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ImpersonatorAdminVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\SwitchToAnotherClientVoter" (parent: .abstract.instanceof.App\Security\Voter\SwitchToAnotherClientVoter).
Resolving inheritance for "App\Security\Voter\SwitchToAnotherClientVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\SwitchToAnotherClientVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Carfax\RequestCarfaxHandler" (parent: .abstract.instanceof.App\TaskHandler\Carfax\RequestCarfaxHandler).
Resolving inheritance for "App\TaskHandler\Carfax\RequestCarfaxHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Carfax\RequestCarfaxHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Common\VehiclesCustomerAutoSettingHandler" (parent: .abstract.instanceof.App\TaskHandler\Common\VehiclesCustomerAutoSettingHandler).
Resolving inheritance for "App\TaskHandler\Common\VehiclesCustomerAutoSettingHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Common\VehiclesCustomerAutoSettingHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Container\ProcessScrapedContainerHandler" (parent: .abstract.instanceof.App\TaskHandler\Container\ProcessScrapedContainerHandler).
Resolving inheritance for "App\TaskHandler\Container\ProcessScrapedContainerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Container\ProcessScrapedContainerHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Container\ScrapeContainerTrackingHandler" (parent: .abstract.instanceof.App\TaskHandler\Container\ScrapeContainerTrackingHandler).
Resolving inheritance for "App\TaskHandler\Container\ScrapeContainerTrackingHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Container\ScrapeContainerTrackingHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Container\ScrapeShipperContainersListHandler" (parent: .abstract.instanceof.App\TaskHandler\Container\ScrapeShipperContainersListHandler).
Resolving inheritance for "App\TaskHandler\Container\ScrapeShipperContainersListHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Container\ScrapeShipperContainersListHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\AddContainerToVehicleHandler" (parent: .abstract.instanceof.App\TaskHandler\UserNotification\AddContainerToVehicleHandler).
Resolving inheritance for "App\TaskHandler\UserNotification\AddContainerToVehicleHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\AddContainerToVehicleHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\AddDataToVehicleTransferDataNotificationHandler" (parent: .abstract.instanceof.App\TaskHandler\UserNotification\AddDataToVehicleTransferDataNotificationHandler).
Resolving inheritance for "App\TaskHandler\UserNotification\AddDataToVehicleTransferDataNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\AddDataToVehicleTransferDataNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\DriverPickupNotificationHandler" (parent: .abstract.instanceof.App\TaskHandler\UserNotification\DriverPickupNotificationHandler).
Resolving inheritance for "App\TaskHandler\UserNotification\DriverPickupNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\DriverPickupNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\NewVehicleNotificationHandler" (parent: .abstract.instanceof.App\TaskHandler\UserNotification\NewVehicleNotificationHandler).
Resolving inheritance for "App\TaskHandler\UserNotification\NewVehicleNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\NewVehicleNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\ProxyDownNotificationHandler" (parent: .abstract.instanceof.App\TaskHandler\UserNotification\ProxyDownNotificationHandler).
Resolving inheritance for "App\TaskHandler\UserNotification\ProxyDownNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\ProxyDownNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\ProxyUpNotificationHandler" (parent: .abstract.instanceof.App\TaskHandler\UserNotification\ProxyUpNotificationHandler).
Resolving inheritance for "App\TaskHandler\UserNotification\ProxyUpNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\ProxyUpNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleArrivalNotificationHandler" (parent: .abstract.instanceof.App\TaskHandler\UserNotification\VehicleArrivalNotificationHandler).
Resolving inheritance for "App\TaskHandler\UserNotification\VehicleArrivalNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleArrivalNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleContainerTrackingNotificationHandler" (parent: .abstract.instanceof.App\TaskHandler\UserNotification\VehicleContainerTrackingNotificationHandler).
Resolving inheritance for "App\TaskHandler\UserNotification\VehicleContainerTrackingNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleContainerTrackingNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleInvoiceNotificationHandler" (parent: .abstract.instanceof.App\TaskHandler\UserNotification\VehicleInvoiceNotificationHandler).
Resolving inheritance for "App\TaskHandler\UserNotification\VehicleInvoiceNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleInvoiceNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleLandDeliveryStatusNotificationHandler" (parent: .abstract.instanceof.App\TaskHandler\UserNotification\VehicleLandDeliveryStatusNotificationHandler).
Resolving inheritance for "App\TaskHandler\UserNotification\VehicleLandDeliveryStatusNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleLandDeliveryStatusNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleNewPhotosNotificationHandler" (parent: .abstract.instanceof.App\TaskHandler\UserNotification\VehicleNewPhotosNotificationHandler).
Resolving inheritance for "App\TaskHandler\UserNotification\VehicleNewPhotosNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleNewPhotosNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleSevenDaysEatDateHandler" (parent: .abstract.instanceof.App\TaskHandler\UserNotification\VehicleSevenDaysEatDateHandler).
Resolving inheritance for "App\TaskHandler\UserNotification\VehicleSevenDaysEatDateHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleSevenDaysEatDateHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleUnpaidNotificationHandler" (parent: .abstract.instanceof.App\TaskHandler\UserNotification\VehicleUnpaidNotificationHandler).
Resolving inheritance for "App\TaskHandler\UserNotification\VehicleUnpaidNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleUnpaidNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\AddVehicleStorageDataHandler" (parent: .abstract.instanceof.App\TaskHandler\Vehicle\AddVehicleStorageDataHandler).
Resolving inheritance for "App\TaskHandler\Vehicle\AddVehicleStorageDataHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\AddVehicleStorageDataHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\FindVehiclesWithBidderHandler" (parent: .abstract.instanceof.App\TaskHandler\Vehicle\FindVehiclesWithBidderHandler).
Resolving inheritance for "App\TaskHandler\Vehicle\FindVehiclesWithBidderHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\FindVehiclesWithBidderHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ProcessScrapedVehicleHandler" (parent: .abstract.instanceof.App\TaskHandler\Vehicle\ProcessScrapedVehicleHandler).
Resolving inheritance for "App\TaskHandler\Vehicle\ProcessScrapedVehicleHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ProcessScrapedVehicleHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ScrapeAuctionPhotosHandler" (parent: .abstract.instanceof.App\TaskHandler\Vehicle\ScrapeAuctionPhotosHandler).
Resolving inheritance for "App\TaskHandler\Vehicle\ScrapeAuctionPhotosHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ScrapeAuctionPhotosHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ScrapeShipperVehicleDataHandler" (parent: .abstract.instanceof.App\TaskHandler\Vehicle\ScrapeShipperVehicleDataHandler).
Resolving inheritance for "App\TaskHandler\Vehicle\ScrapeShipperVehicleDataHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ScrapeShipperVehicleDataHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ScrapeShipperVehiclesListHandler" (parent: .abstract.instanceof.App\TaskHandler\Vehicle\ScrapeShipperVehiclesListHandler).
Resolving inheritance for "App\TaskHandler\Vehicle\ScrapeShipperVehiclesListHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ScrapeShipperVehiclesListHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ScrapeVehicleAdditionalDataHandler" (parent: .abstract.instanceof.App\TaskHandler\Vehicle\ScrapeVehicleAdditionalDataHandler).
Resolving inheritance for "App\TaskHandler\Vehicle\ScrapeVehicleAdditionalDataHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ScrapeVehicleAdditionalDataHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\VehicleImageQueueProcessorHandler" (parent: .abstract.instanceof.App\TaskHandler\Vehicle\VehicleImageQueueProcessorHandler).
Resolving inheritance for "App\TaskHandler\Vehicle\VehicleImageQueueProcessorHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\VehicleImageQueueProcessorHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\WindowSticker\RequestWindowStickerHandler" (parent: .abstract.instanceof.App\TaskHandler\WindowSticker\RequestWindowStickerHandler).
Resolving inheritance for "App\TaskHandler\WindowSticker\RequestWindowStickerHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\WindowSticker\RequestWindowStickerHandler).
Resolving inheritance for ".instanceof.BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface.0.App\Telegram\Hello\Command\HelloCommand" (parent: .abstract.instanceof.App\Telegram\Hello\Command\HelloCommand).
Resolving inheritance for "App\Telegram\Hello\Command\HelloCommand" (parent: .instanceof.BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface.0.App\Telegram\Hello\Command\HelloCommand).
Resolving inheritance for ".instanceof.BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface.0.App\Telegram\ManheimCode\Command\GetManheimCodeCommand" (parent: .abstract.instanceof.App\Telegram\ManheimCode\Command\GetManheimCodeCommand).
Resolving inheritance for "App\Telegram\ManheimCode\Command\GetManheimCodeCommand" (parent: .instanceof.BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface.0.App\Telegram\ManheimCode\Command\GetManheimCodeCommand).
Resolving inheritance for ".instanceof.BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface.0.App\Telegram\Pin\Command\PinCommand" (parent: .abstract.instanceof.App\Telegram\Pin\Command\PinCommand).
Resolving inheritance for "App\Telegram\Pin\Command\PinCommand" (parent: .instanceof.BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface.0.App\Telegram\Pin\Command\PinCommand).
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.gmail" (parent: mailer.transport_factory.abstract).
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.async_priority_high" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.image_queue" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.shipper_queue" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.container_queue" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.vehicle_queue" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.vehicle_rescrape_queue" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.notification_queue" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.auction_photos_queue" (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 "messenger.retry.multiplier_retry_strategy.sync" (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.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_customer_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_client_api_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.all_users" (parent: security.user.provider.chain).
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.subclients_area" (parent: security.firewall.config).
Resolving inheritance for "security.listener.subclients_area.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.subclients_area" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.subclients_area" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.subclients_area" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.subclients_area" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.subclients_area" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.subclients_area" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.subclients_area" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.subclients_area" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.subclients_area" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.token" (parent: security.firewall.config).
Resolving inheritance for "security.listener.token.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.token" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.token" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.token" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.token" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.token" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.token" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
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_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 "command_bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "command_bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "command_bus.middleware.doctrine_ping_connection" (parent: messenger.middleware.doctrine_ping_connection).
Resolving inheritance for "command_bus.middleware.doctrine_close_connection" (parent: messenger.middleware.doctrine_close_connection).
Resolving inheritance for "command_bus.middleware.doctrine_transaction" (parent: messenger.middleware.doctrine_transaction).
Resolving inheritance for "command_bus.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 "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.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.exchange1c" (parent: monolog.logger_prototype).
382
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; 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 "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "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 "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "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.authentication.session_strategy.subclients_area"; reason: private alias.
Removed service "security.user_checker.subclients_area"; reason: private alias.
Removed service "security.authentication.session_strategy.token"; reason: private alias.
Removed service "security.user_checker.token"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Knp\Snappy\Pdf"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $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 $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $exchange1cLogger"; reason: private alias.
Removed service ".service_locator..kDKi.1"; reason: private alias.
Removed service ".service_locator.FnifZtC"; reason: private alias.
Removed service ".service_locator.1G6tfXm"; reason: private alias.
Removed service ".service_locator.EfeeO84"; reason: private alias.
Removed service ".service_locator.hfIQff9"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.8ntUX.6"; reason: private alias.
Removed service ".service_locator.CIZ4qEB"; reason: private alias.
Removed service ".service_locator.mq6WIpr"; reason: private alias.
Removed service ".service_locator.q8yR7wR"; reason: private alias.
Removed service ".service_locator.6xXEV.O"; reason: private alias.
Removed service ".service_locator.U6c8Ym7"; reason: private alias.
Removed service ".service_locator.YG8pUYW"; reason: private alias.
Removed service ".service_locator.UXVQrTN"; reason: private alias.
Removed service ".service_locator.wFFId5w"; reason: private alias.
Removed service ".service_locator.jtxEB26"; reason: private alias.
Removed service ".service_locator.HuRI8b8"; reason: private alias.
Removed service ".service_locator.fOFic.C"; reason: private alias.
Removed service ".service_locator.Nexfi5s"; reason: private alias.
Removed service ".service_locator.YwDMrI3"; reason: private alias.
Removed service ".service_locator.GWje_pH"; reason: private alias.
Removed service ".service_locator.frQjNmG"; reason: private alias.
Removed service ".service_locator.I6SKEB1"; reason: private alias.
Removed service ".service_locator.SiwQkEy"; reason: private alias.
Removed service ".service_locator.JfgwHoY"; reason: private alias.
Removed service ".service_locator.HuXNB4_"; reason: private alias.
Removed service ".service_locator.B5CiZwr"; reason: private alias.
Removed service ".service_locator.BgO88ZI"; reason: private alias.
Removed service ".service_locator.7rzP3yg"; reason: private alias.
Removed service ".service_locator.4rfaAFV"; reason: private alias.
Removed service ".service_locator.I6pS1fE"; reason: private alias.
Removed service ".service_locator.aIYiIFk"; reason: private alias.
Removed service ".service_locator.no630kw"; reason: private alias.
Removed service ".service_locator.H_eu06O"; reason: private alias.
Removed service ".service_locator.0N5X.9x"; reason: private alias.
Removed service ".service_locator.EtySJTt"; reason: private alias.
Removed service ".service_locator.vIlccSE"; reason: private alias.
Removed service ".service_locator.49UkVZw"; reason: private alias.
Removed service ".service_locator.ZU1MwKE"; reason: private alias.
Removed service ".service_locator.cecC1lA"; reason: private alias.
Removed service ".service_locator.xW3szo8"; reason: private alias.
Removed service ".service_locator.pbmdY3m"; reason: private alias.
Removed service ".service_locator.sjKmwJg"; reason: private alias.
Removed service ".service_locator.eLh4Y3b"; reason: private alias.
Removed service ".service_locator.xgV6..6"; reason: private alias.
Removed service ".service_locator.CRLaKGJ"; reason: private alias.
Removed service ".service_locator.F27YZar"; reason: private alias.
Removed service ".service_locator.wKF4yn1"; reason: private alias.
Removed service ".service_locator.qVpAgs6"; reason: private alias.
Removed service ".service_locator.pkd3t.R"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.5hbVTbH"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.subclients_area"; reason: private alias.
Removed service "security.firewall.authenticator.token"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "command_bus"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.JBAFp66"; reason: private alias.
Removed service ".service_locator.Wegk5tH"; reason: private alias.
Removed service ".service_locator.Er0_7SX"; reason: private alias.
Removed service ".service_locator.J5DPane"; reason: private alias.
Removed service ".service_locator.f_gr4c9"; reason: private alias.
Removed service ".service_locator.4UPvVIy"; reason: private alias.
Removed service ".service_locator.AX5C6Qg"; reason: private alias.
Removed service ".service_locator.3Iyv1Rn"; reason: private alias.
Removed service ".service_locator.5u4nc5s"; reason: private alias.
Removed service ".service_locator.M0ZnNTc"; reason: private alias.
Removed service ".service_locator.86Fr48h"; reason: private alias.
Removed service ".service_locator.N9HQIzZ"; reason: private alias.
Removed service ".service_locator.kydi4Ed"; reason: private alias.
Removed service ".service_locator.tO5jtkA"; reason: private alias.
Removed service ".service_locator.IGMc1Bt"; reason: private alias.
Removed service ".service_locator.v8mxYF5"; reason: private alias.
Removed service ".service_locator.r3RLDsI"; reason: private alias.
Removed service ".service_locator.01jxxoH"; reason: private alias.
Removed service ".service_locator.TGlJjTI"; reason: private alias.
Removed service ".service_locator.U.XYWCy"; reason: private alias.
Removed service ".service_locator.xiVOGWx"; reason: private alias.
Removed service ".service_locator.6uHw48C"; reason: private alias.
Removed service ".service_locator.mJ2eoc9"; reason: private alias.
Removed service ".service_locator.gz8QULH"; reason: private alias.
Removed service ".service_locator.CZXkmCu"; reason: private alias.
Removed service ".service_locator.ALZcLTA"; reason: private alias.
Removed service ".service_locator.oeyDOiN"; reason: private alias.
Removed service ".service_locator.4CiZUm_"; reason: private alias.
Removed service ".service_locator.nkX8SMl"; reason: private alias.
Removed service ".service_locator.G7pS0R4"; reason: private alias.
Removed service ".service_locator.gopCJzr"; reason: private alias.
Removed service ".service_locator.iQb2dGy"; reason: private alias.
Removed service ".service_locator.cAOS.QX"; reason: private alias.
Removed service ".service_locator.cMuOvb6"; reason: private alias.
Removed service ".service_locator.a2oyqiR"; reason: private alias.
Removed service ".service_locator.pVcJzuw"; reason: private alias.
Removed service ".service_locator.k8WHN39"; reason: private alias.
Removed service ".service_locator.fm829Xi"; reason: private alias.
Removed service ".service_locator.AFfMND7"; reason: private alias.
Removed service ".service_locator.QBOnNzh"; reason: private alias.
Removed service ".service_locator.k_KJvCM"; reason: private alias.
Removed service ".service_locator.qfAhIWD"; reason: private alias.
Removed service ".service_locator.d8zLnwN"; reason: private alias.
Removed service ".service_locator.NxGGQK."; reason: private alias.
Removed service ".service_locator.X.mPZ_9"; reason: private alias.
Removed service ".service_locator.lEk_Ad8"; reason: private alias.
Removed service ".service_locator.y0fzxt7"; reason: private alias.
Removed service ".service_locator.YoDkaYf"; reason: private alias.
Removed service ".service_locator.m92r8P3"; reason: private alias.
Removed service ".service_locator.ekSHD9j"; reason: private alias.
Removed service ".service_locator.AVLmNVJ"; reason: private alias.
Removed service ".service_locator.4MpNfSX"; reason: private alias.
Removed service ".service_locator.epcpJvb"; reason: private alias.
Removed service ".service_locator.vrzUPVu"; reason: private alias.
Removed service ".service_locator._toe1.5"; reason: private alias.
Removed service ".service_locator.SKArsvB"; reason: private alias.
Removed service ".service_locator..6vhK.4"; reason: private alias.
Removed service ".service_locator.x2Wrf61"; reason: private alias.
Removed service ".service_locator.9FC5kNt"; reason: private alias.
Removed service ".service_locator.dbYb0RT"; reason: private alias.
Removed service ".service_locator.Aj5N4RR"; reason: private alias.
Removed service ".service_locator.3vaCPZa"; reason: private alias.
Removed service ".service_locator.pipbelv"; reason: private alias.
Removed service ".service_locator.MsiqZu0"; reason: private alias.
Removed service ".service_locator.C8eQU41"; reason: private alias.
Removed service ".service_locator.7jEUlxZ"; reason: private alias.
Removed service ".service_locator.ay4cgR."; reason: private alias.
Removed service ".service_locator.vYv1EXL"; reason: private alias.
Removed service ".service_locator.NhvgvhI"; reason: private alias.
Removed service ".service_locator.vlZ4tWq"; reason: private alias.
Removed service ".service_locator.JabMr7S"; reason: private alias.
Removed service ".service_locator.2OQEAR_"; reason: private alias.
Removed service ".service_locator.OkuBMof"; reason: private alias.
Removed service ".service_locator.gdH.LZJ"; reason: private alias.
Removed service ".service_locator.l_vJ6GD"; reason: private alias.
Removed service ".service_locator.80fhn3I"; reason: private alias.
Removed service ".service_locator.PfkJHZT"; reason: private alias.
Removed service ".service_locator.LKvpjZI"; reason: private alias.
Removed service ".service_locator.XNqZu3T"; reason: private alias.
Removed service ".service_locator.qckuPXX"; reason: private alias.
Removed service ".service_locator.9_w8zIE"; reason: private alias.
Removed service ".service_locator.kqZs_GA"; reason: private alias.
Removed service ".service_locator.UbmS3UA"; reason: private alias.
Removed service ".service_locator.br2vUtt"; reason: private alias.
Removed service ".service_locator.h9p9ibK"; reason: private alias.
Removed service ".service_locator.JMwMqqN"; reason: private alias.
Removed service ".service_locator.4XVd9XB"; reason: private alias.
Removed service ".service_locator.cAu2Mhy"; reason: private alias.
Removed service ".service_locator.gHQFlNg"; reason: private alias.
Removed service ".service_locator.syXj3nE"; reason: private alias.
Removed service ".service_locator.P47gyFA"; reason: private alias.
Removed service ".service_locator.EhoILCh"; reason: private alias.
Removed service ".service_locator.kzjfUfy"; reason: private alias.
Removed service ".service_locator.zX0ZgTZ"; reason: private alias.
Removed service ".service_locator.4dLRf4q"; reason: private alias.
Removed service ".service_locator.6Zgngpq"; reason: private alias.
Removed service ".service_locator.fmMmkXp"; reason: private alias.
Removed service ".service_locator.QlDYXpo"; reason: private alias.
Removed service ".service_locator.QiauLfu"; reason: private alias.
Removed service ".service_locator.podNa4u"; reason: private alias.
Removed service ".service_locator.4ywR3ua"; reason: private alias.
Removed service ".service_locator.9glGmdM"; reason: private alias.
Removed service ".service_locator.PbvTH8K"; reason: private alias.
Removed service ".service_locator.zF67iPB"; reason: private alias.
Removed service ".service_locator.kXCVHeG"; reason: private alias.
Removed service ".service_locator.9jR3dJk"; reason: private alias.
Removed service ".service_locator.g7wfz.k"; reason: private alias.
Removed service ".service_locator.6zMoD.z"; reason: private alias.
Removed service ".service_locator.n9RGxz."; reason: private alias.
Removed service ".service_locator.BzBSnEt"; reason: private alias.
Removed service ".service_locator.Y1gIoBW"; reason: private alias.
Removed service ".service_locator.TX2KAEl"; reason: private alias.
Removed service ".service_locator.D6Id.VP"; reason: private alias.
Removed service ".service_locator.MTB0Hta"; reason: private alias.
Removed service ".service_locator.HqDoqiG"; reason: private alias.
Removed service ".service_locator.8PQa8Mp"; reason: private alias.
Removed service ".service_locator.tcT7IIU"; reason: private alias.
Removed service ".service_locator.HMy2eBu"; reason: private alias.
Removed service ".service_locator.bu6ilDJ"; reason: private alias.
Removed service ".service_locator.OcKu2gv"; reason: private alias.
Removed service ".service_locator.NFoOWn0"; reason: private alias.
Removed service ".service_locator.C.9Fu_l"; reason: private alias.
Removed service ".service_locator.JN9i8B8"; reason: private alias.
Removed service ".service_locator.oaLQauz"; reason: private alias.
Removed service ".service_locator.Ztu7o4b"; reason: private alias.
Removed service ".service_locator.lY7eX6e"; reason: private alias.
Removed service ".service_locator.GXL7c.i"; reason: private alias.
Removed service ".service_locator.OfGJgKW"; reason: private alias.
Removed service ".service_locator.N.iwSRA"; reason: private alias.
Removed service ".service_locator.LecqUtY"; reason: private alias.
Removed service ".service_locator.zhqC9Y0"; reason: private alias.
Removed service ".service_locator.1YEzFKL"; reason: private alias.
Removed service ".service_locator.BmbWGfG"; reason: private alias.
Removed service ".service_locator.PCvZutX"; reason: private alias.
Removed service ".service_locator.inEGz7Z"; reason: private alias.
Removed service ".service_locator.vtuYJ3D"; reason: private alias.
Removed service ".service_locator.o6soLdU"; reason: private alias.
Removed service ".service_locator.ffSs4v8"; reason: private alias.
Removed service ".service_locator.grH78Uo"; reason: private alias.
Removed service ".service_locator.DaYCw7C"; reason: private alias.
Removed service ".service_locator.kjN1x31"; reason: private alias.
Removed service ".service_locator.95UhAe1"; reason: private alias.
Removed service ".service_locator.IVKekQK"; reason: private alias.
Removed service ".service_locator.rpGMgGz"; reason: private alias.
Removed service ".service_locator.IW.NC9h"; reason: private alias.
Removed service ".service_locator.83h7lx7"; reason: private alias.
Removed service ".service_locator.1d31Bu3"; reason: private alias.
Removed service ".service_locator.sf85gDo"; reason: private alias.
Removed service ".service_locator.9YCWxeJ"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
316
Changed reference of service "App\Command\AddCalcDataCommand" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\AddCarfaxToQueueCommand" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\AddWindowStickerToQueueCommand" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\NotifyUnpaidVehicleCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Command\NotifyVehicleInvoiceAvailableCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Command\RescrapeVehicleDataCommand" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\ScrapeContainerCommand" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\ScrapeCopartStorageDate" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\ScrapeLogistix101Photos" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\ScrapeOpeningContainerCommand" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\ScrapeShipperCommand" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\ScrapeSotbyPhotos" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\ScrapeVehicleAdditionDataCommand" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\ScrapeVehicleAuctionPhotos" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\ScrapeVehicleDataFromMailBox" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\ScrapeVehicleDriverPhotos" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Command\VehicleDeliveryNotificationCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Command\VehicleSevenDaysEatDateNotificationCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\ApiPluginController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CalculatorClientDataOutputController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ClientAppController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CustomPriceSchemeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ExportDocuments\DocumentsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ExportDocuments\LocationsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ExportDocuments\StatusesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\FeedbackController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\FinanceController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\FinanceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\StatisticController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\VinDecodedController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\WarehouseController" previously pointing to "router.default" to "router".
Changed reference of service "App\DoctrineEventListener\AdditionalServiceStrategyEventListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\DoctrineEventListener\AdditionalServiceStrategyEventListener" previously pointing to "router.default" to "router".
Changed reference of service "App\DoctrineEventListener\VehicleContainerChanged" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\DoctrineEventListener\VehicleTransferDataFieldsChanged" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\DoctrineEventListener\VehicleUpdatesListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Event\Vehicle\VehicleEventSubscriber" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Event\Vehicle\VehicleEventSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\AccessDeniedListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\Exchange1C\Exchange1cEventSubscriber" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Form\AuctionAccountType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\CustomPriceGlobalEditType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\CustomPriceSchemeType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\CustomerType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\ExportDocuments\DocumentCreateType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\ExportDocuments\DocumentEditType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\ExportDocuments\LocationCreateType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\ExportDocuments\LocationEditType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\ExportDocuments\StatusCreateType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\ExportDocuments\StatusEditType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\PluginUserType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\UserType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\VehicleAdditionalServiceType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\AccruedAdditionalServiceRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\AccruedAdditionalServiceRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\AuctionBidRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\AuctionBidRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\CarfaxRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\CarfaxRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\ContainerRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\ContainerRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\ForSaleRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\ForSaleRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\InvoiceLogRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\InvoiceLogRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\PluginUserAuctionAccountAssigmentRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\PluginUserAuctionAccountAssigmentRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\PluginUserRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\ProdAuctionBidRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\ProdAuctionBidRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\UpdatedContainerDataTo1CServerRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\UpdatedContainerDataTo1CServerRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\UpdatedDataTo1CServerRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\UpdatedDataTo1CServerRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\UserRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\UserRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\UserWindowStickerRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\UserWindowStickerRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\VehicleRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\VehicleRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Repository\VehicleTransferDataRepository" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\VehicleTransferDataRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\CustomerLoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\CustomerLoginFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Security\CustomerLoginFormAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Auction\AutocorrectAuctionAccount" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Auction\PaymentsDueCollector" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Carfax\DeleteCarfaxService" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Carfax\NotificationCarfaxService" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Carfax\RequestCarfaxService" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\ContainerUpdates\ScrapeOpeningContainer" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\ContainerUpdates\ScrapeOpeningContainer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Desktop\DesktopFileStorageService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Exchange1C\Exchange1CHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Menu\MenuService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Menu\MenuService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Shipper\ScrapeShipperASL" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperAisCargoTX" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperAivi" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperAllCargo" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperArgusMotors" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperAtlantic" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperCargoLoop" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperDnipro" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperLion" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperLogistix101" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperMtl" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperNN" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperNNSF" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperSWSFL" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperSeaWay" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperSotby" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperUsaTrt" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperVsBrothers" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapeShipperW8" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Shipper\ScrapreShipperEvergreenLogisticsUsa" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\ShippingLine\ScrapeCMA" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\ShippingLine\ScrapeCosco" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\ShippingLine\ScrapeHapag" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\ShippingLine\ScrapeMSC" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\ShippingLine\ScrapeMaersk" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\ShippingLine\ScrapeONE" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\ShippingLine\ScrapeOOCL" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\ShippingLine\ScrapeTurkon" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\ShippingLine\ScrapeYangMing" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\ShippingLine\ScrapeZIM" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Statistic\DeliveryStagesStatisticsService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\SyncData\SyncDataWith" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\UserNotification\UserNotificationService" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\Vehicle\NewVehicleRequestService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\VehicleUpdates\VehicleScrapeDataFromMailBox" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\VehicleUpdates\VehicleScrapeDataFromMailBox" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\VehicleUpdates\VehicleScrapeDriverPhotos" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Service\VehicleUpdates\VehicleScrapeDriverPhotos" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\WindowSticker\RequestWindowStickerService" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\Carfax\RequestCarfaxHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\Container\ProcessScrapedContainerHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\Container\ScrapeContainerTrackingHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\Container\ScrapeShipperContainersListHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\AddContainerToVehicleHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\AddContainerToVehicleHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TaskHandler\UserNotification\AddDataToVehicleTransferDataNotificationHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\AddDataToVehicleTransferDataNotificationHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\TaskHandler\UserNotification\DriverPickupNotificationHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\DriverPickupNotificationHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TaskHandler\UserNotification\NewVehicleNotificationHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\NewVehicleNotificationHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TaskHandler\UserNotification\ProxyDownNotificationHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\ProxyDownNotificationHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TaskHandler\UserNotification\ProxyUpNotificationHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\ProxyUpNotificationHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TaskHandler\UserNotification\VehicleArrivalNotificationHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\VehicleArrivalNotificationHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TaskHandler\UserNotification\VehicleContainerTrackingNotificationHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\VehicleContainerTrackingNotificationHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TaskHandler\UserNotification\VehicleInvoiceNotificationHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\VehicleInvoiceNotificationHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TaskHandler\UserNotification\VehicleLandDeliveryStatusNotificationHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\VehicleLandDeliveryStatusNotificationHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TaskHandler\UserNotification\VehicleNewPhotosNotificationHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\VehicleNewPhotosNotificationHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TaskHandler\UserNotification\VehicleSevenDaysEatDateHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\VehicleSevenDaysEatDateHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TaskHandler\UserNotification\VehicleUnpaidNotificationHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\UserNotification\VehicleUnpaidNotificationHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\TaskHandler\Vehicle\AddVehicleStorageDataHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\Vehicle\FindVehiclesWithBidderHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\Vehicle\ProcessScrapedVehicleHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\Vehicle\ProcessScrapedVehicleHandler" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\TaskHandler\Vehicle\ScrapeAuctionPhotosHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\Vehicle\ScrapeAuctionPhotosHandler" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\TaskHandler\Vehicle\ScrapeAuctionPhotosHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TaskHandler\Vehicle\ScrapeAuctionPhotosHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\TaskHandler\Vehicle\ScrapeShipperVehicleDataHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\Vehicle\ScrapeShipperVehiclesListHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\Vehicle\ScrapeVehicleAdditionalDataHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\TaskHandler\Vehicle\ScrapeVehicleAdditionalDataHandler" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\TaskHandler\Vehicle\ScrapeVehicleAdditionalDataHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\TaskHandler\WindowSticker\RequestWindowStickerHandler" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "App\Telegram\ManheimCode\Command\GetManheimCodeCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Telegram\Pin\Command\PinCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "zviger.menu.service" previously pointing to "router.default" to "router".
Changed reference of service "zviger.menu.service" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.announcement_read_listener" previously pointing to "router.default" to "router".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.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.command_bus" 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.gmail" 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.command_bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.command_bus" 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.command_bus" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.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.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "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 "boshurik_telegram_bot.telegram" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "BoShurik\TelegramBotBundle\Controller\WebhookController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "BoShurik\TelegramBotBundle\Controller\WebhookController" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.QfrvkwZ" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Jd2m6Kp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Aef0fFX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.TTsRimq" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fidwKjI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.UcP8ODL" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.bamFX22" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.C3zqEgN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9dauysY" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Fw5pHjU" previously pointing to "debug.validator" to "validator".
Changed reference of service ".service_locator.yQeIJy5" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service ".service_locator.yQeIJy5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mzjt3rI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.hoAIBgD" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.pftVlgn" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.pftVlgn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5usv1bv" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.eBmoYj." previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.eBmoYj." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.5AompDT" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.3kS54Cd" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.4RSoe6F" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uRGDvd1" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.bfVcwaP" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YCa1tiM" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.RQXzuQ4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mY9RHRI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FL0XTff" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.4bcQfIA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.H5A.xcx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.6bLCuTO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.CpREq6M" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.CpREq6M" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.n.Wthof" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.z6HS.2y" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.S2AnH2e" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator._o4Ebp7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Atgeths" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.85fUgzb" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.InXEkFJ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.zBCcCd8" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Hm4yOA6" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\ImpersonatorAdminVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Security\Voter\SwitchToAnotherClientVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.W977h3d" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service ".service_locator.W977h3d" previously pointing to "debug.traced.command_bus" to "messenger.default_bus".
Changed reference of service ".service_locator.W977h3d" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.IzBGlPP" 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".
617
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.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "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 "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddAdditionalServicesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddAdditionalServicesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddCalcDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddCalcDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddCarfaxToQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddCarfaxToQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddCustomerToVehicleCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddCustomerToVehicleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddWindowStickerToQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddWindowStickerToQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddWinnerToVehicleCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddWinnerToVehicleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckCarfaxLimitCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CheckCarfaxLimitCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckDateDeliveryLandCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CheckDateDeliveryLandCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CopartAccountsAutoChangePassword"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CopartAccountsAutoChangePassword"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteOldCarfaxFileCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeleteOldCarfaxFileCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EditStructureFinanceDataInvoiceLog"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EditStructureFinanceDataInvoiceLog"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Exchange1cManualCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Exchange1cManualCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifyUnpaidVehicleCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\NotifyUnpaidVehicleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotifyVehicleInvoiceAvailableCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\NotifyVehicleInvoiceAvailableCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PaymentsDueTo1C"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PaymentsDueTo1C"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProxyHealthCheckCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProxyHealthCheckCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveOldAuctionAccountCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RemoveOldAuctionAccountCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveOldPluginLogCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RemoveOldPluginLogCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RescrapeVehicleDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RescrapeVehicleDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RingCentralSetupWebhookCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RingCentralSetupWebhookCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeContainerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScrapeContainerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeCopartSearchParamsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScrapeCopartSearchParamsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeCopartStorageDate"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScrapeCopartStorageDate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeLogistix101Photos"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScrapeLogistix101Photos"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeOpeningContainerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScrapeOpeningContainerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeShipperCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScrapeShipperCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeSotbyPhotos"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScrapeSotbyPhotos"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeVehicleAdditionDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScrapeVehicleAdditionDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeVehicleAuctionPhotos"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScrapeVehicleAuctionPhotos"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeVehicleDataFromMailBox"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScrapeVehicleDataFromMailBox"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScrapeVehicleDriverPhotos"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScrapeVehicleDriverPhotos"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendUpdatedDataTo1cCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendUpdatedDataTo1cCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendVehicleUpdates"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendVehicleUpdates"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncDataWithCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SyncDataWithCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncProdAuctionBidsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SyncProdAuctionBidsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncProdPluginEventLogsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SyncProdPluginEventLogsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VehicleDeliveryNotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\VehicleDeliveryNotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VehicleSevenDaysEatDateNotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\VehicleSevenDaysEatDateNotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountOverviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AccountOverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdditionalServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdditionalServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdditionalServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminLTEController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminLTEController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminLTEController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnnouncementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnnouncementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AnnouncementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api1CRequestsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api1CRequestsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api1CRequestsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiAnonymouslyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiAnonymouslyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiAnonymouslyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiDataSyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiDataSyncController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiDataSyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiPluginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiPluginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiPluginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiUserTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiUserTokenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiUserTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auction2FACodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auction2FACodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auction2FACodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionAccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AuctionAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorClientDataOutputController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorClientDataOutputController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CalculatorClientDataOutputController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CalculatorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorDataOutputController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorDataOutputController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CalculatorDataOutputController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CallbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarfaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarfaxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CarfaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientAppController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContainerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContainerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContainerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CopartSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CopartSearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CopartSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomPriceSchemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomPriceSchemeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CustomPriceSchemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiagramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiagramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DiagramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange1cController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange1cController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange1cController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportDocuments\DocumentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportDocuments\DocumentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExportDocuments\DocumentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportDocuments\LocationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportDocuments\LocationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExportDocuments\LocationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportDocuments\StatusesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportDocuments\StatusesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExportDocuments\StatusesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FinanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FinanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FinanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InsuranceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InsuranceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InsuranceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PluginUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PluginUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PluginUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProxyAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProxyAccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProxyAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RingCentralWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RingCentralWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RingCentralWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatePortsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatePortsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StatePortsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TicketCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TicketCommentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TicketCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TicketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TroubleVehicleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TroubleVehicleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TroubleVehicleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VehicleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleForSaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleForSaleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VehicleForSaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VehicleTransferDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VehicleTransferDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VehicleTransferDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VinDecodedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VinDecodedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VinDecodedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarehouseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarehouseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WarehouseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WindowStickerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WindowStickerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WindowStickerController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Http\ApiPluginControllerCall"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Http\ApiPluginControllerCall"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Vehicle\VehicleEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Vehicle\VehicleEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AccessDeniedListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\AccessDeniedListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Exchange1C\Exchange1cEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Exchange1C\Exchange1cEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSetter"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LocaleSetter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AnnouncementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AnnouncementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionAccountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AuctionAccountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CalculatorLandPriceGlobalEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CalculatorLandPriceGlobalEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContainerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContainerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomDesignType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomDesignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomPriceGlobalEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomPriceGlobalEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomPriceSchemeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomPriceSchemeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\DocumentCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExportDocuments\DocumentCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\DocumentEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExportDocuments\DocumentEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\LocationCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExportDocuments\LocationCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\LocationEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExportDocuments\LocationEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\StatusCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExportDocuments\StatusCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportDocuments\StatusEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExportDocuments\StatusEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotificationSubscriptionUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NotificationSubscriptionUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PluginUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PluginUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProxyAccountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProxyAccountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatePortsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StatePortsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketCommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TicketType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TicketType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransferDataFormFieldsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TransferDataFormFieldsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleAdditionalServiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VehicleAdditionalServiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VehicleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VideoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VideoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WarehouseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WarehouseType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccountCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccountCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccruedAdditionalServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccruedAdditionalServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdditionalServicePriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdditionalServicePriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnouncementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AnnouncementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiPluginCallsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApiPluginCallsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiUserTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApiUserTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuctionAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionBidRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuctionBidRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionFeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuctionFeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionLocationDeliveryRateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuctionLocationDeliveryRateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuctionLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionPasswordsListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuctionPasswordsListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuctionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BodyTypesLandPriceChangeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BodyTypesLandPriceChangeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BodyTypesSeaPriceChangeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BodyTypesSeaPriceChangeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorAdditionalServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CalculatorAdditionalServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorCountryDeliveryVehicleTypeHiddenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CalculatorCountryDeliveryVehicleTypeHiddenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorCountryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CalculatorCountryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorCustomClearanceParamRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CalculatorCustomClearanceParamRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorDealerFeeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CalculatorDealerFeeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorDeliveryTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CalculatorDeliveryTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorDeliveryVehicleTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CalculatorDeliveryVehicleTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalculatorPortRateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CalculatorPortRateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarfaxRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CarfaxRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClarificationsPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClarificationsPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientAppRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientAppRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommonAdditionalServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CommonAdditionalServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommonAdditionalServiceUserPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CommonAdditionalServiceUserPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContainerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContainerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CopartVehicleManufactureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CopartVehicleManufactureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CopartVehicleModelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CopartVehicleModelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CopartVehicleTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CopartVehicleTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomDesignRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomDesignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomLandPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomLandPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomPriceSchemeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomPriceSchemeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomSeaPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomSeaPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomServicePriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomServicePriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DealerPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DealerPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DestinationPortRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DestinationPortRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportDocuments\DocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExportDocuments\DocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportDocuments\LocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExportDocuments\LocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportDocuments\StatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExportDocuments\StatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinalLandDeliveryPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FinalLandDeliveryPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinalLandDeliveryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FinalLandDeliveryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceAdditionalExpenseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FinanceAdditionalExpenseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceExpenseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FinanceExpenseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceExpenseUaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FinanceExpenseUaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceIncomeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FinanceIncomeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceIncomeUaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FinanceIncomeUaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceRefundRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FinanceRefundRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinanceVehicleAdditionalExpenseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FinanceVehicleAdditionalExpenseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ForSaleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ForSaleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GroupTransferRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GroupTransferRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LandPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LandPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotePriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotePriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationSubscriptionUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationSubscriptionUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParsedObjectsListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ParsedObjectsListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentsDueLotBidsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaymentsDueLotBidsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginEventLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PluginEventLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginPingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PluginPingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PluginTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginUserAuctionAccountAssigmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PluginUserAuctionAccountAssigmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PluginUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PluginUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProdAuctionBidRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProdAuctionBidRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProdPluginEventLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProdPluginEventLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProxyAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProxyAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeaPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeaPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SelectedVehicleAdditionalServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SelectedVehicleAdditionalServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicePriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ServicePriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicesInFinalDestinationPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ServicesInFinalDestinationPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicesInFinalDestinationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ServicesInFinalDestinationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShippingPortRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShippingPortRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatePortsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatePortsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TelegramPinRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TelegramPinRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransferDataFormFieldsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransferDataFormFieldsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UpdatedContainerDataTo1CServerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UpdatedContainerDataTo1CServerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UpdatedDataTo1CServerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UpdatedDataTo1CServerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAnnouncementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAnnouncementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserWindowStickerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserWindowStickerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleAdditionalServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VehicleAdditionalServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleAuctionWinnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VehicleAuctionWinnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VehicleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleTransferDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VehicleTransferDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleUpdatesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VehicleUpdatesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VideoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VinDecodedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VinDecodedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarehouseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WindowStickerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WindowStickerRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ImpersonatorAdminVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ImpersonatorAdminVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\SwitchToAnotherClientVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\SwitchToAnotherClientVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Carfax\RequestCarfaxHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\Carfax\RequestCarfaxHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Common\VehiclesCustomerAutoSettingHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\Common\VehiclesCustomerAutoSettingHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Container\ProcessScrapedContainerHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\Container\ProcessScrapedContainerHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Container\ScrapeContainerTrackingHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\Container\ScrapeContainerTrackingHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Container\ScrapeShipperContainersListHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\Container\ScrapeShipperContainersListHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\AddContainerToVehicleHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\UserNotification\AddContainerToVehicleHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\AddDataToVehicleTransferDataNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\UserNotification\AddDataToVehicleTransferDataNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\DriverPickupNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\UserNotification\DriverPickupNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\NewVehicleNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\UserNotification\NewVehicleNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\ProxyDownNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\UserNotification\ProxyDownNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\ProxyUpNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\UserNotification\ProxyUpNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleArrivalNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\UserNotification\VehicleArrivalNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleContainerTrackingNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\UserNotification\VehicleContainerTrackingNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleInvoiceNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\UserNotification\VehicleInvoiceNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleLandDeliveryStatusNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\UserNotification\VehicleLandDeliveryStatusNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleNewPhotosNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\UserNotification\VehicleNewPhotosNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleSevenDaysEatDateHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\UserNotification\VehicleSevenDaysEatDateHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\UserNotification\VehicleUnpaidNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\UserNotification\VehicleUnpaidNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\AddVehicleStorageDataHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\Vehicle\AddVehicleStorageDataHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\FindVehiclesWithBidderHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\Vehicle\FindVehiclesWithBidderHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ProcessScrapedVehicleHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\Vehicle\ProcessScrapedVehicleHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ScrapeAuctionPhotosHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\Vehicle\ScrapeAuctionPhotosHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ScrapeShipperVehicleDataHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\Vehicle\ScrapeShipperVehicleDataHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ScrapeShipperVehiclesListHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\Vehicle\ScrapeShipperVehiclesListHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\ScrapeVehicleAdditionalDataHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\Vehicle\ScrapeVehicleAdditionalDataHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\Vehicle\VehicleImageQueueProcessorHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\Vehicle\VehicleImageQueueProcessorHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\TaskHandler\WindowSticker\RequestWindowStickerHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\TaskHandler\WindowSticker\RequestWindowStickerHandler"; reason: abstract.
Removed service ".instanceof.BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface.0.App\Telegram\Hello\Command\HelloCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Telegram\Hello\Command\HelloCommand"; reason: abstract.
Removed service ".instanceof.BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface.0.App\Telegram\ManheimCode\Command\GetManheimCodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Telegram\ManheimCode\Command\GetManheimCodeCommand"; reason: abstract.
Removed service ".instanceof.BoShurik\TelegramBotBundle\Telegram\Command\CommandInterface.0.App\Telegram\Pin\Command\PinCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Telegram\Pin\Command\PinCommand"; reason: abstract.
147
Removed service "Google\Client"; reason: unused.
Removed service "App\DTO\Callback"; reason: unused.
Removed service "App\DoctrineEventListener\VehicleContainerChanged"; reason: unused.
Removed service "App\Event\Container\ContainerDateOpeningEvent"; reason: unused.
Removed service "App\Event\Exchange1C\VehiclesProcessingEnded"; reason: unused.
Removed service "App\Event\Vehicle\AddContainerToVehicleEvent"; reason: unused.
Removed service "App\Event\Vehicle\NewVehicleEvent"; reason: unused.
Removed service "App\Event\Vehicle\VehicleArrivalEvent"; reason: unused.
Removed service "App\Event\Vehicle\VehicleChildClientSetted"; reason: unused.
Removed service "App\Event\Vehicle\VehicleDockReceiptAvailableEvent"; reason: unused.
Removed service "App\Event\Vehicle\VehicleDriverPickupEvent"; reason: unused.
Removed service "App\Event\Vehicle\VehicleInvoiceAvailableEvent"; reason: unused.
Removed service "App\Event\Vehicle\VehicleLandDeliveryStatusEvent"; reason: unused.
Removed service "App\Event\Vehicle\VehicleNewPhotosEvent"; reason: unused.
Removed service "App\Event\Vehicle\VehicleSevenDaysEatDateEvent"; reason: unused.
Removed service "App\Event\Vehicle\VehicleUnpaidEvent"; reason: unused.
Removed service "App\EventListener\NotReadAnnouncementListener"; reason: unused.
Removed service "App\Exception\Plugin\BadRequestException"; reason: unused.
Removed service "App\Exception\Plugin\InvalidTokenException"; reason: unused.
Removed service "App\Exception\VinDecoderException"; reason: unused.
Removed service "App\Factory\VehicleNewPhotosNotificationFactory"; reason: unused.
Removed service "App\Service\Auction\AuctionParsersService"; reason: unused.
Removed service "App\Service\Diagram\DiagramService"; reason: unused.
Removed service "App\Service\Email\EmailService"; reason: unused.
Removed service "App\Service\Exchange1C\Exchange1CException"; reason: unused.
Removed service "App\Service\Google\GoogleService"; reason: unused.
Removed service "App\Service\Menu\LogoService"; reason: unused.
Removed service "App\Service\Menu\MenuService"; reason: unused.
Removed service "App\Service\UserNotification\UserNotification"; reason: unused.
Removed service "App\Service\Utils\ContainerUtils"; reason: unused.
Removed service "App\Service\Utils\CopartProxyPool"; reason: unused.
Removed service "App\Service\Utils\Proxy\BrightDataSharedDatacenter"; reason: unused.
Removed service "App\Service\Utils\Proxy\OxyLabsDedicatedDatacenter"; reason: unused.
Removed service "App\Service\Utils\Proxy\WebShareSharedDatacenter"; reason: unused.
Removed service "App\Service\Utils\Proxy\ZvigerMiami"; reason: unused.
Removed service "App\Service\VehicleInfo\VinPicDecodeService"; reason: unused.
Removed service "App\Strategy\BooleanAdditionalServiceStrategy"; reason: unused.
Removed service "App\Strategy\BooleanAndTextAdditionalServiceStrategy"; reason: unused.
Removed service "App\Strategy\RadioAdditionalServiceStrategy"; reason: unused.
Removed service "App\Strategy\TextAdditionalServiceStrategy"; reason: unused.
Removed service "App\Task\Carfax\RequestCarfax"; reason: unused.
Removed service "App\Task\Common\VehiclesCustomerAutoSetting"; reason: unused.
Removed service "App\Task\Container\ProcessScrapedContainer"; reason: unused.
Removed service "App\Task\Container\ScrapeContainerTracking"; reason: unused.
Removed service "App\Task\Container\ScrapeShipperContainersList"; reason: unused.
Removed service "App\Task\UserNotification\AddContainerToVehicleNotification"; reason: unused.
Removed service "App\Task\UserNotification\AddDataToVehicleTransferDataNotification"; reason: unused.
Removed service "App\Task\UserNotification\DriverPickupNotification"; reason: unused.
Removed service "App\Task\UserNotification\NewVehicleNotification"; reason: unused.
Removed service "App\Task\UserNotification\OnlyForeignAuctionNotification"; reason: unused.
Removed service "App\Task\UserNotification\ProxyDownNotification"; reason: unused.
Removed service "App\Task\UserNotification\ProxyUpNotification"; reason: unused.
Removed service "App\Task\UserNotification\VehicleArrivalNotification"; reason: unused.
Removed service "App\Task\UserNotification\VehicleContainerTrackingNotification"; reason: unused.
Removed service "App\Task\UserNotification\VehicleInvoiceNotification"; reason: unused.
Removed service "App\Task\UserNotification\VehicleLandDeliveryStatusNotification"; reason: unused.
Removed service "App\Task\UserNotification\VehicleNewPhotosDestinationPortNotification"; reason: unused.
Removed service "App\Task\UserNotification\VehicleNewPhotosDriverNotification"; reason: unused.
Removed service "App\Task\UserNotification\VehicleNewPhotosNotification"; reason: unused.
Removed service "App\Task\UserNotification\VehicleNewPhotosShipperNotification"; reason: unused.
Removed service "App\Task\UserNotification\VehicleSevenDaysEatDateNotification"; reason: unused.
Removed service "App\Task\UserNotification\VehicleUnpaidNotification"; reason: unused.
Removed service "App\Task\Vehicle\AddVehicleStorageData"; reason: unused.
Removed service "App\Task\Vehicle\FindVehiclesWithBidder"; reason: unused.
Removed service "App\Task\Vehicle\ProcessScrapedVehicle"; reason: unused.
Removed service "App\Task\Vehicle\ScrapeAuctionPhotos"; reason: unused.
Removed service "App\Task\Vehicle\ScrapeShipperVehicleData"; reason: unused.
Removed service "App\Task\Vehicle\ScrapeShipperVehiclesList"; reason: unused.
Removed service "App\Task\Vehicle\ScrapeVehicleAdditionalData"; reason: unused.
Removed service "App\Task\Vehicle\VehicleImageQueueProcessor"; reason: unused.
Removed service "App\Task\WindowSticker\RequestWindowSticker"; 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 "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.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 "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "doctrine.dbal.logger.chain"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service ".1_ServiceLocator~WeLP2Mh"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "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 "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 "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.dw8O4oN"; reason: unused.
450
Inlined service "App\Service\ShippingLine\ScrapeZIM" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\ScrapeMSC" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\ScrapeCMA" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\SafecubeAPI\ScrapeCMA" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\FindteuAPI\ScrapeCMA" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\ScrapeHapag" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\ScrapeMaersk" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\ScrapeCosco" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\ScrapeOOCL" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\SafecubeAPI\ScrapeOOCL" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\FindteuAPI\ScrapeOOCL" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\ScrapeTurkon" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\ScrapeONE" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\ScrapeYangMing" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\VehicleUpdates\VehicleAuctionWinnerService" to "App\Command\AddWinnerToVehicleCommand".
Inlined service "App\Service\Carfax\NotificationCarfaxService" to "App\Command\CheckCarfaxLimitCommand".
Inlined service "App\Service\Auction\AutocorrectAuctionAccount" to "App\Command\CopartAccountsAutoChangePassword".
Inlined service "App\Service\Carfax\DeleteCarfaxService" to "App\Command\DeleteOldCarfaxFileCommand".
Inlined service "App\Service\Auction\PaymentsDueCollector" to "App\Command\PaymentsDueTo1C".
Inlined service "App\Service\ContainerUpdates\ScrapeOpeningContainer" to "App\Command\ScrapeOpeningContainerCommand".
Inlined service "App\Service\VehicleUpdates\VehicleScrapeDataFromMailBox" to "App\Command\ScrapeVehicleDataFromMailBox".
Inlined service "App\Service\VehicleUpdates\VehicleScrapeDriverPhotos" to "App\Command\ScrapeVehicleDriverPhotos".
Inlined service "App\Service\VehicleUpdates\VehicleUpdatesService" to "App\Command\SendVehicleUpdates".
Inlined service "App\Service\SyncData\SyncDataWith" to "App\Command\SyncDataWithCommand".
Inlined service ".service_locator.W977h3d.App\Controller\AccountOverviewController" to "App\Controller\AccountOverviewController".
Inlined service ".service_locator.W977h3d.App\Controller\AdditionalServiceController" to "App\Controller\AdditionalServiceController".
Inlined service ".service_locator.W977h3d.App\Controller\AdminLTEController" to "App\Controller\AdminLTEController".
Inlined service ".service_locator.W977h3d.App\Controller\AnnouncementController" to "App\Controller\AnnouncementController".
Inlined service ".service_locator.W977h3d.App\Controller\Api1CRequestsController" to "App\Controller\Api1CRequestsController".
Inlined service ".service_locator.W977h3d.App\Controller\ApiAnonymouslyController" to "App\Controller\ApiAnonymouslyController".
Inlined service ".service_locator.W977h3d.App\Controller\ApiClientController" to "App\Controller\ApiClientController".
Inlined service ".service_locator.W977h3d.App\Controller\ApiDataSyncController" to "App\Controller\ApiDataSyncController".
Inlined service ".service_locator.W977h3d.App\Controller\ApiPluginController" to "App\Controller\ApiPluginController".
Inlined service ".service_locator.W977h3d.App\Controller\ApiUserTokenController" to "App\Controller\ApiUserTokenController".
Inlined service ".service_locator.W977h3d.App\Controller\Auction2FACodeController" to "App\Controller\Auction2FACodeController".
Inlined service ".service_locator.W977h3d.App\Controller\AuctionAccountController" to "App\Controller\AuctionAccountController".
Inlined service ".service_locator.W977h3d.App\Controller\CalculatorClientDataOutputController" to "App\Controller\CalculatorClientDataOutputController".
Inlined service ".service_locator.W977h3d.App\Controller\CalculatorController" to "App\Controller\CalculatorController".
Inlined service ".service_locator.W977h3d.App\Controller\CalculatorDataOutputController" to "App\Controller\CalculatorDataOutputController".
Inlined service ".service_locator.W977h3d.App\Controller\CallbackController" to "App\Controller\CallbackController".
Inlined service ".service_locator.W977h3d.App\Controller\CarfaxController" to "App\Controller\CarfaxController".
Inlined service "App\Service\Desktop\DesktopFileStorageService" to "App\Controller\ClientAppController".
Inlined service ".service_locator.W977h3d.App\Controller\ClientAppController" to "App\Controller\ClientAppController".
Inlined service ".service_locator.W977h3d.App\Controller\ContainerController" to "App\Controller\ContainerController".
Inlined service ".service_locator.W977h3d.App\Controller\CopartSearchController" to "App\Controller\CopartSearchController".
Inlined service ".service_locator.W977h3d.App\Controller\CustomPriceSchemeController" to "App\Controller\CustomPriceSchemeController".
Inlined service ".service_locator.W977h3d.App\Controller\CustomerController" to "App\Controller\CustomerController".
Inlined service ".service_locator.W977h3d.App\Controller\DiagramController" to "App\Controller\DiagramController".
Inlined service ".service_locator.W977h3d.App\Controller\Exchange1cController" to "App\Controller\Exchange1cController".
Inlined service ".service_locator.W977h3d.App\Controller\ExportDocuments\DocumentsController" to "App\Controller\ExportDocuments\DocumentsController".
Inlined service ".service_locator.W977h3d.App\Controller\ExportDocuments\LocationsController" to "App\Controller\ExportDocuments\LocationsController".
Inlined service ".service_locator.W977h3d.App\Controller\ExportDocuments\StatusesController" to "App\Controller\ExportDocuments\StatusesController".
Inlined service ".service_locator.W977h3d.App\Controller\FeedbackController" to "App\Controller\FeedbackController".
Inlined service ".service_locator.W977h3d.App\Controller\FinanceController" to "App\Controller\FinanceController".
Inlined service ".service_locator.W977h3d.App\Controller\InsuranceController" to "App\Controller\InsuranceController".
Inlined service ".service_locator.W977h3d.App\Controller\LogController" to "App\Controller\LogController".
Inlined service ".service_locator.W977h3d.App\Controller\NoteController" to "App\Controller\NoteController".
Inlined service ".service_locator.W977h3d.App\Controller\PluginUserController" to "App\Controller\PluginUserController".
Inlined service ".service_locator.W977h3d.App\Controller\ProxyAccountController" to "App\Controller\ProxyAccountController".
Inlined service ".service_locator.W977h3d.App\Controller\RingCentralWebhookController" to "App\Controller\RingCentralWebhookController".
Inlined service ".service_locator.W977h3d.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.W977h3d.App\Controller\StatePortsController" to "App\Controller\StatePortsController".
Inlined service ".service_locator.W977h3d.App\Controller\StatisticController" to "App\Controller\StatisticController".
Inlined service ".service_locator.W977h3d.App\Controller\TicketCommentController" to "App\Controller\TicketCommentController".
Inlined service ".service_locator.W977h3d.App\Controller\TicketController" to "App\Controller\TicketController".
Inlined service ".service_locator.W977h3d.App\Controller\TroubleVehicleController" to "App\Controller\TroubleVehicleController".
Inlined service ".service_locator.W977h3d.App\Controller\UserController" to "App\Controller\UserController".
Inlined service "App\Service\Vehicle\NewVehicleRequestService" to "App\Controller\VehicleController".
Inlined service ".service_locator.W977h3d.App\Controller\VehicleController" to "App\Controller\VehicleController".
Inlined service ".service_locator.W977h3d.App\Controller\VehicleForSaleController" to "App\Controller\VehicleForSaleController".
Inlined service ".service_locator.W977h3d.App\Controller\VehicleTransferDataController" to "App\Controller\VehicleTransferDataController".
Inlined service "App\Service\VehicleInfo\VinDecoderApiClient" to "App\Controller\VinDecodedController".
Inlined service ".service_locator.W977h3d.App\Controller\VinDecodedController" to "App\Controller\VinDecodedController".
Inlined service ".service_locator.W977h3d.App\Controller\WarehouseController" to "App\Controller\WarehouseController".
Inlined service ".service_locator.W977h3d.App\Controller\WindowStickerController" to "App\Controller\WindowStickerController".
Inlined service "App\Service\Shipper\ScrapeShipperW8" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperAtlantic" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperASL" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperLion" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperArgusMotors" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperAllCargo" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperSeaWay" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperDnipro" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperLogistix101" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperUsaTrt" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperVsBrothers" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperNNSF" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperCargoLoop" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapreShipperEvergreenLogisticsUsa" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperAisCargoTX" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperSWSFL" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperMtl" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperAivi" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Shipper\ScrapeShipperNN" to "App\Factory\ShipperScraperFactory".
Inlined service "App\Service\Google\GoogleServiceCustomerClearance" to "App\Service\ContainerUpdates\ScrapeOpeningContainer".
Inlined service "App\Service\Exchange1C\Exchange1CAuth" to "App\Service\Exchange1C\Exchange1CHandler".
Inlined service "App\Service\Telegram\TelegramService" to "App\Service\UserNotification\UserNotificationService".
Inlined service "App\Service\Utils\ImageProcessingService" to "App\TaskHandler\Vehicle\VehicleImageQueueProcessorHandler".
Inlined service "App\Service\WindowSticker\RequestWindowStickerService" to "App\TaskHandler\WindowSticker\RequestWindowStickerHandler".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.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 "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.J4b.DPX.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.kODoftA" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.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.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.JCE5Y1A" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.19_mNxd" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "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.5UKzjGh" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.Hm4yOA6" 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 "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "fos_ck_editor.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "zviger.menu.service" to "twig".
Inlined service "zviger.logo.service" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
Inlined service ".service_locator.SIAL0Ye" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.FPYBcG7" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service ".service_locator.2iko5VR" to "doctrine.orm.default_entity_listener_resolver".
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 ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.VQd9bW5" to "security.access_map".
Inlined service ".security.request_matcher.5VpYDWh" to "security.access_map".
Inlined service ".security.request_matcher.oEy0idG" to "security.access_map".
Inlined service ".security.request_matcher.SrMUbYk" to "security.access_map".
Inlined service ".security.request_matcher.OJMMqWU" to "security.access_map".
Inlined service ".security.request_matcher.KCwhxHl" to "security.access_map".
Inlined service ".security.request_matcher.HtrAvaQ" to "security.access_map".
Inlined service ".security.request_matcher.OHqgr_D" to "security.access_map".
Inlined service ".security.request_matcher.QWkwKV5" to "security.access_map".
Inlined service ".security.request_matcher.QZuv19k" to "security.access_map".
Inlined service ".security.request_matcher.rAombCQ" to "security.access_map".
Inlined service ".security.request_matcher.o4sFqlb" to "security.access_map".
Inlined service ".security.request_matcher.LOtvtyi" to "security.access_map".
Inlined service ".security.request_matcher.3mQ5Tmp" to "security.access_map".
Inlined service ".security.request_matcher.4DJWqBS" to "security.access_map".
Inlined service ".security.request_matcher.L6g8L5t" to "security.access_map".
Inlined service ".security.request_matcher.XCpC7U5" to "security.access_map".
Inlined service ".security.request_matcher.BwLZIzv" to "security.access_map".
Inlined service ".security.request_matcher.0qdd_cD" to "security.access_map".
Inlined service ".security.request_matcher.jGFwKkM" to "security.access_map".
Inlined service ".security.request_matcher.hbATbQr" to "security.access_map".
Inlined service ".security.request_matcher.LFBlAjI" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "debug.security.firewall.authenticator.subclients_area.inner" to "debug.security.firewall.authenticator.subclients_area".
Inlined service "security.exception_listener.subclients_area" to "security.firewall.map.context.subclients_area".
Inlined service "security.logout_listener.subclients_area" to "security.firewall.map.context.subclients_area".
Inlined service "security.firewall.map.config.subclients_area" to "security.firewall.map.context.subclients_area".
Inlined service "debug.security.firewall.authenticator.token.inner" to "debug.security.firewall.authenticator.token".
Inlined service "security.exception_listener.token" to "security.firewall.map.context.token".
Inlined service "security.firewall.map.config.token" to "security.firewall.map.context.token".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" 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.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "App\Telegram\Hello\Command\HelloCommand" to "BoShurik\TelegramBotBundle\Telegram\Command\CommandRegistry".
Inlined service "App\Telegram\ManheimCode\Command\GetManheimCodeCommand" to "BoShurik\TelegramBotBundle\Telegram\Command\CommandRegistry".
Inlined service "App\Telegram\Pin\Command\PinCommand" to "BoShurik\TelegramBotBundle\Telegram\Command\CommandRegistry".
Inlined service "BoShurik\TelegramBotBundle\Telegram\Command\CommandRegistry" to "boshurik_telegram_bot.command.listener".
Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
Inlined service "monolog.logger.snappy" to "knp_snappy.pdf".
Inlined service "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.translatable".
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_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 "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "command_bus.messenger.handlers_locator" to "command_bus.middleware.handle_message".
Inlined service "App\TaskHandler\Carfax\RequestCarfaxHandler" to ".messenger.handler_descriptor.4gp0E97".
Inlined service "App\TaskHandler\Common\VehiclesCustomerAutoSettingHandler" to ".messenger.handler_descriptor.EY7MEQY".
Inlined service "App\TaskHandler\Container\ProcessScrapedContainerHandler" to ".messenger.handler_descriptor.7_DbMeE".
Inlined service "App\TaskHandler\Container\ScrapeContainerTrackingHandler" to ".messenger.handler_descriptor.h3CZxFl".
Inlined service "App\TaskHandler\Container\ScrapeShipperContainersListHandler" to ".messenger.handler_descriptor.DNpTr1s".
Inlined service "App\TaskHandler\UserNotification\AddContainerToVehicleHandler" to ".messenger.handler_descriptor.ywBvq7i".
Inlined service "App\TaskHandler\UserNotification\AddDataToVehicleTransferDataNotificationHandler" to ".messenger.handler_descriptor.SWQRErn".
Inlined service "App\TaskHandler\UserNotification\DriverPickupNotificationHandler" to ".messenger.handler_descriptor.Zw7VPne".
Inlined service "App\TaskHandler\UserNotification\NewVehicleNotificationHandler" to ".messenger.handler_descriptor.Sqg.v1e".
Inlined service "App\TaskHandler\UserNotification\ProxyDownNotificationHandler" to ".messenger.handler_descriptor.XLTs1IC".
Inlined service "App\TaskHandler\UserNotification\ProxyUpNotificationHandler" to ".messenger.handler_descriptor.GrS_I9W".
Inlined service "App\TaskHandler\UserNotification\VehicleArrivalNotificationHandler" to ".messenger.handler_descriptor.DpbTrZQ".
Inlined service "App\TaskHandler\UserNotification\VehicleContainerTrackingNotificationHandler" to ".messenger.handler_descriptor.OrDOuAd".
Inlined service "App\TaskHandler\UserNotification\VehicleInvoiceNotificationHandler" to ".messenger.handler_descriptor.oG3StD8".
Inlined service "App\TaskHandler\UserNotification\VehicleLandDeliveryStatusNotificationHandler" to ".messenger.handler_descriptor.5ASd3Bn".
Inlined service "App\TaskHandler\UserNotification\VehicleNewPhotosNotificationHandler" to ".messenger.handler_descriptor.WP4HEEV".
Inlined service "App\TaskHandler\UserNotification\VehicleSevenDaysEatDateHandler" to ".messenger.handler_descriptor.7i19khV".
Inlined service "App\TaskHandler\UserNotification\VehicleUnpaidNotificationHandler" to ".messenger.handler_descriptor.TXh7tHK".
Inlined service "App\TaskHandler\Vehicle\AddVehicleStorageDataHandler" to ".messenger.handler_descriptor.V9e2Nq1".
Inlined service "App\TaskHandler\Vehicle\FindVehiclesWithBidderHandler" to ".messenger.handler_descriptor.JvJVrpY".
Inlined service "App\TaskHandler\Vehicle\ProcessScrapedVehicleHandler" to ".messenger.handler_descriptor.LRH597m".
Inlined service "App\TaskHandler\Vehicle\ScrapeAuctionPhotosHandler" to ".messenger.handler_descriptor.Z0gw5h0".
Inlined service "App\TaskHandler\Vehicle\ScrapeShipperVehicleDataHandler" to ".messenger.handler_descriptor.3M8nP40".
Inlined service "App\TaskHandler\Vehicle\ScrapeShipperVehiclesListHandler" to ".messenger.handler_descriptor.Lt3kpBc".
Inlined service "App\TaskHandler\Vehicle\ScrapeVehicleAdditionalDataHandler" to ".messenger.handler_descriptor.D5iZqbo".
Inlined service "App\TaskHandler\Vehicle\VehicleImageQueueProcessorHandler" to ".messenger.handler_descriptor.VG6AafC".
Inlined service "App\TaskHandler\WindowSticker\RequestWindowStickerHandler" to ".messenger.handler_descriptor.fpqCeJV".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.kKY6REF".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.zW0LVBn".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.4L0kcsf".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.R5QgwMg".
Inlined service "boshurik_telegram_bot.messenger.handler" to ".messenger.handler_descriptor.1kpj4zw".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Voter\ImpersonatorAdminVoter" to "debug.security.voter.App\Security\Voter\ImpersonatorAdminVoter".
Inlined service "App\Security\Voter\SwitchToAnotherClientVoter" to "debug.security.voter.App\Security\Voter\SwitchToAnotherClientVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.C6PVGlk" to ".service_locator.C6PVGlk.router.default".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "security.authenticator.manager.subclients_area" to "debug.security.firewall.authenticator.subclients_area.inner".
Inlined service "security.authenticator.manager.token" to "debug.security.firewall.authenticator.token.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service ".service_locator.D39nRnh" to "console.command_loader".
Inlined service ".service_locator.C6PVGlk.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.command_bus.inner" to "messenger.default_bus".
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 "App\Service\ShippingLine\SafecubeAPI\ApiClient" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\FindteuAPI\ApiClient" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\SafecubeAPI\ApiClient" to "App\Factory\ShippingLineScraperFactory".
Inlined service "App\Service\ShippingLine\FindteuAPI\ApiClient" to "App\Factory\ShippingLineScraperFactory".
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 "assets.packages" to "twig".
Inlined service "assets.packages" to "twig".
1
Tag "container.decorator" was defined on service(s) "debug.security.access.decision_manager", "debug.security.firewall.authenticator.subclients_area", "debug.security.firewall.authenticator.token", "debug.security.firewall.authenticator.main", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", "messenger.default_bus", "event_dispatcher", ".container.private.validator", but was never used.