Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\CloseExpiredAuctionTripsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Search\BlockChainSearchFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Search\CompanyAdvertiserRouteWinnerSearchFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Search\CompanyAdvertiserRouteWinnerSearchFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Transporter\VoluntaryOfferSearchFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Validator\CpfConstraintValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
The "report_fields_where_declared" configuration option is deprecated and will be removed in DoctrineBundle 3.0. When using ORM 3, report_fields_where_declared will always be true. (Configuration.php:701 called by ExprBuilder.php:244, https://github.com/doctrine/DoctrineBundle/pull/1962, package doctrine/doctrine-bundle)
Specifying the "nullable" attribute for join columns in to-one associations (here, App\Entity\RouteCompanyConfigurationVehicleFormat::$routeCompanyConfiguration) that are part of the identifier is a no-op.
The ORM will always set it to false.
Doing so is deprecated and will be an error in 4.0. (ToOneOwningSideMapping.php:136 called by ClassMetadata.php:1431, https://github.com/doctrine/orm/pull/12126, package doctrine/orm)
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "company/advertiser_route/_list_advertiser_route_proposals.html.twig" at line 37.
[1 => "open"
2 => "sendMessage"
3 => "2026-01-24 12:45:03"
4 => "5511978758119"
5 => "5541998770220"
6 => """
Olá Marcelo! 👋\n\nNotamos que você teve algumas dificuldades na sua última negociação:\n\n31\n\nTenho uma ótima notícia! Desenvolvemos um NOVO PRODUTO que pode resolver exatamente esse ponto. 🚀\n\nGostaria de agendar uma conversa rápida de 30 minutos para te apresentar? Tenho certeza que vai te interessar!\n\nQual melhor dia e horário para você?
"""
7 => null]
, types:
[1 => 22 => 23 => 24 => 25 => 26 => 27 => 2]
)
doctrine
[
"sql" => "INSERT INTO whatsapp (status, action, created_at, origin, destination, message, media) VALUES (?, ?, ?, ?, ?, ?, ?)"
"params" => [1 => "open"
2 => "sendMessage"
3 => "2026-01-24 12:45:03"
4 => "5511978758119"
5 => "5541998770220"
6 => """
Olá Marcelo! 👋\n\nNotamos que você teve algumas dificuldades na sua última negociação:\n\n31\n\nTenho uma ótima notícia! Desenvolvemos um NOVO PRODUTO que pode resolver exatamente esse ponto. 🚀\n\nGostaria de agendar uma conversa rápida de 30 minutos para te apresentar? Tenho certeza que vai te interessar!\n\nQual melhor dia e horário para você?
"""
7 => null]
"types" => [1 => 22 => 23 => 24 => 25 => 26 => 27 => 2]
]
Log messages generated during the compilation of the service container.
Messages
Class
826
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.App\Monolog\Handler\ErrorEmailHandler" (parent: .abstract.instanceof.App\Monolog\Handler\ErrorEmailHandler).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.App\Monolog\Handler\ErrorEmailHandler" (parent: .instanceof.Monolog\ResettableInterface.0.App\Monolog\Handler\ErrorEmailHandler).
Resolving inheritance for "App\Monolog\Handler\ErrorEmailHandler" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.App\Monolog\Handler\ErrorEmailHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Auction\AuctionRecorrenceCommand" (parent: .abstract.instanceof.App\Command\Auction\AuctionRecorrenceCommand).
Resolving inheritance for "App\Command\Auction\AuctionRecorrenceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Auction\AuctionRecorrenceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Auction\RouteCompanyAuctionCommand" (parent: .abstract.instanceof.App\Command\Auction\RouteCompanyAuctionCommand).
Resolving inheritance for "App\Command\Auction\RouteCompanyAuctionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Auction\RouteCompanyAuctionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CloseExpiredAuctionTripsCommand" (parent: .abstract.instanceof.App\Command\CloseExpiredAuctionTripsCommand).
Resolving inheritance for "App\Command\CloseExpiredAuctionTripsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CloseExpiredAuctionTripsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Homologation\ActiveSuspendedTransportersCommand" (parent: .abstract.instanceof.App\Command\Homologation\ActiveSuspendedTransportersCommand).
Resolving inheritance for "App\Command\Homologation\ActiveSuspendedTransportersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Homologation\ActiveSuspendedTransportersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\CheckRouteCompanyCommand" (parent: .abstract.instanceof.App\Command\Maintenance\CheckRouteCompanyCommand).
Resolving inheritance for "App\Command\Maintenance\CheckRouteCompanyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\CheckRouteCompanyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\MaintenanceDBCommand" (parent: .abstract.instanceof.App\Command\Maintenance\MaintenanceDBCommand).
Resolving inheritance for "App\Command\Maintenance\MaintenanceDBCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\MaintenanceDBCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\MigrationRoutineCommand" (parent: .abstract.instanceof.App\Command\Maintenance\MigrationRoutineCommand).
Resolving inheritance for "App\Command\Maintenance\MigrationRoutineCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\MigrationRoutineCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Rating\CloseRatingsCommand" (parent: .abstract.instanceof.App\Command\Rating\CloseRatingsCommand).
Resolving inheritance for "App\Command\Rating\CloseRatingsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Rating\CloseRatingsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendAuctionDigestCommand" (parent: .abstract.instanceof.App\Command\SendAuctionDigestCommand).
Resolving inheritance for "App\Command\SendAuctionDigestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendAuctionDigestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Task\TaskCommand" (parent: .abstract.instanceof.App\Command\Task\TaskCommand).
Resolving inheritance for "App\Command\Task\TaskCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Task\TaskCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestMailerAlertsCommand" (parent: .abstract.instanceof.App\Command\TestMailerAlertsCommand).
Resolving inheritance for "App\Command\TestMailerAlertsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestMailerAlertsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Trips\AutoCancelRoutesCommand" (parent: .abstract.instanceof.App\Command\Trips\AutoCancelRoutesCommand).
Resolving inheritance for "App\Command\Trips\AutoCancelRoutesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Trips\AutoCancelRoutesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Trips\CancelTripsNotAcceptTime" (parent: .abstract.instanceof.App\Command\Trips\CancelTripsNotAcceptTime).
Resolving inheritance for "App\Command\Trips\CancelTripsNotAcceptTime" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Trips\CancelTripsNotAcceptTime).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Whatsapp\WhatsappCommand" (parent: .abstract.instanceof.App\Command\Whatsapp\WhatsappCommand).
Resolving inheritance for "App\Command\Whatsapp\WhatsappCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Whatsapp\WhatsappCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\FrontendController" (parent: .abstract.instanceof.App\Controller\Client\FrontendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\FrontendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\FrontendController).
Resolving inheritance for "App\Controller\Client\FrontendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\FrontendController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\InvoiceController" (parent: .abstract.instanceof.App\Controller\Client\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\InvoiceController).
Resolving inheritance for "App\Controller\Client\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\ShipController" (parent: .abstract.instanceof.App\Controller\Client\ShipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\ShipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\ShipController).
Resolving inheritance for "App\Controller\Client\ShipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\ShipController).
Resolving inheritance for ".instanceof.App\Controller\Company\Action\AdvertiserRouteAction.0.App\Controller\Company\Action\AdvertiserRouteAction" (parent: .abstract.instanceof.App\Controller\Company\Action\AdvertiserRouteAction).
Resolving inheritance for "App\Controller\Company\Action\AdvertiserRouteAction" (parent: .instanceof.App\Controller\Company\Action\AdvertiserRouteAction.0.App\Controller\Company\Action\AdvertiserRouteAction).
Resolving inheritance for ".instanceof.App\Controller\Company\Action\RouteCompanyAction.0.App\Controller\Company\Action\RouteCompanyAction" (parent: .abstract.instanceof.App\Controller\Company\Action\RouteCompanyAction).
Resolving inheritance for "App\Controller\Company\Action\RouteCompanyAction" (parent: .instanceof.App\Controller\Company\Action\RouteCompanyAction.0.App\Controller\Company\Action\RouteCompanyAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AdvertiserPointController" (parent: .abstract.instanceof.App\Controller\Company\AdvertiserPointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AdvertiserPointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AdvertiserPointController).
Resolving inheritance for "App\Controller\Company\AdvertiserPointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AdvertiserPointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AdvertiserRouteConfigurationController" (parent: .abstract.instanceof.App\Controller\Company\AdvertiserRouteConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AdvertiserRouteConfigurationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AdvertiserRouteConfigurationController).
Resolving inheritance for "App\Controller\Company\AdvertiserRouteConfigurationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AdvertiserRouteConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AdvertiserRouteController" (parent: .abstract.instanceof.App\Controller\Company\AdvertiserRouteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AdvertiserRouteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AdvertiserRouteController).
Resolving inheritance for "App\Controller\Company\AdvertiserRouteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AdvertiserRouteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\ApprovedController" (parent: .abstract.instanceof.App\Controller\Company\ApprovedController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\ApprovedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\ApprovedController).
Resolving inheritance for "App\Controller\Company\ApprovedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\ApprovedController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AuctionRecorrenceController" (parent: .abstract.instanceof.App\Controller\Company\AuctionRecorrenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AuctionRecorrenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AuctionRecorrenceController).
Resolving inheritance for "App\Controller\Company\AuctionRecorrenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AuctionRecorrenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyApprovedListController" (parent: .abstract.instanceof.App\Controller\Company\CompanyApprovedListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyApprovedListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyApprovedListController).
Resolving inheritance for "App\Controller\Company\CompanyApprovedListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyApprovedListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyBlockchainController" (parent: .abstract.instanceof.App\Controller\Company\CompanyBlockchainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyBlockchainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyBlockchainController).
Resolving inheritance for "App\Controller\Company\CompanyBlockchainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyBlockchainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyChatController" (parent: .abstract.instanceof.App\Controller\Company\CompanyChatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyChatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyChatController).
Resolving inheritance for "App\Controller\Company\CompanyChatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyChatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyCourierController" (parent: .abstract.instanceof.App\Controller\Company\CompanyCourierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyCourierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyCourierController).
Resolving inheritance for "App\Controller\Company\CompanyCourierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyCourierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanySettingsController" (parent: .abstract.instanceof.App\Controller\Company\CompanySettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanySettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanySettingsController).
Resolving inheritance for "App\Controller\Company\CompanySettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanySettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyShipController" (parent: .abstract.instanceof.App\Controller\Company\CompanyShipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyShipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyShipController).
Resolving inheritance for "App\Controller\Company\CompanyShipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyShipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyTransporterController" (parent: .abstract.instanceof.App\Controller\Company\CompanyTransporterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyTransporterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyTransporterController).
Resolving inheritance for "App\Controller\Company\CompanyTransporterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyTransporterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyUserController" (parent: .abstract.instanceof.App\Controller\Company\CompanyUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyUserController).
Resolving inheritance for "App\Controller\Company\CompanyUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyVehicleController" (parent: .abstract.instanceof.App\Controller\Company\CompanyVehicleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyVehicleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyVehicleController).
Resolving inheritance for "App\Controller\Company\CompanyVehicleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyVehicleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\FinancialController" (parent: .abstract.instanceof.App\Controller\Company\FinancialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\FinancialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\FinancialController).
Resolving inheritance for "App\Controller\Company\FinancialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\FinancialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\FrontendController" (parent: .abstract.instanceof.App\Controller\Company\FrontendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\FrontendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\FrontendController).
Resolving inheritance for "App\Controller\Company\FrontendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\FrontendController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\PendingHomologationController" (parent: .abstract.instanceof.App\Controller\Company\PendingHomologationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\PendingHomologationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\PendingHomologationController).
Resolving inheritance for "App\Controller\Company\PendingHomologationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\PendingHomologationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\RouteAuctionSettingController" (parent: .abstract.instanceof.App\Controller\Company\RouteAuctionSettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\RouteAuctionSettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\RouteAuctionSettingController).
Resolving inheritance for "App\Controller\Company\RouteAuctionSettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\RouteAuctionSettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\RouteCompanyConfigurationController" (parent: .abstract.instanceof.App\Controller\Company\RouteCompanyConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\RouteCompanyConfigurationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\RouteCompanyConfigurationController).
Resolving inheritance for "App\Controller\Company\RouteCompanyConfigurationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\RouteCompanyConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\RouteCompanyController" (parent: .abstract.instanceof.App\Controller\Company\RouteCompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\RouteCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\RouteCompanyController).
Resolving inheritance for "App\Controller\Company\RouteCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\RouteCompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\SuperAuditController" (parent: .abstract.instanceof.App\Controller\Company\SuperAuditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\SuperAuditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\SuperAuditController).
Resolving inheritance for "App\Controller\Company\SuperAuditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\SuperAuditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendController" (parent: .abstract.instanceof.App\Controller\FrontendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendController).
Resolving inheritance for "App\Controller\FrontendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pwa\DriverSelfRegistrationController" (parent: .abstract.instanceof.App\Controller\Pwa\DriverSelfRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pwa\DriverSelfRegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pwa\DriverSelfRegistrationController).
Resolving inheritance for "App\Controller\Pwa\DriverSelfRegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pwa\DriverSelfRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pwa\FrontendController" (parent: .abstract.instanceof.App\Controller\Pwa\FrontendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pwa\FrontendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pwa\FrontendController).
Resolving inheritance for "App\Controller\Pwa\FrontendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pwa\FrontendController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegisterController" (parent: .abstract.instanceof.App\Controller\RegisterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegisterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegisterController).
Resolving inheritance for "App\Controller\RegisterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegisterController).
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\Super\AdvertisementController" (parent: .abstract.instanceof.App\Controller\Super\AdvertisementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\AdvertisementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\AdvertisementController).
Resolving inheritance for "App\Controller\Super\AdvertisementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\AdvertisementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\AdvertisementRefusalController" (parent: .abstract.instanceof.App\Controller\Super\AdvertisementRefusalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\AdvertisementRefusalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\AdvertisementRefusalController).
Resolving inheritance for "App\Controller\Super\AdvertisementRefusalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\AdvertisementRefusalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\AdvertiserRouteConfigurationController" (parent: .abstract.instanceof.App\Controller\Super\AdvertiserRouteConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\AdvertiserRouteConfigurationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\AdvertiserRouteConfigurationController).
Resolving inheritance for "App\Controller\Super\AdvertiserRouteConfigurationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\AdvertiserRouteConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\AuctionMigration\AuctionMigrationController" (parent: .abstract.instanceof.App\Controller\Super\AuctionMigration\AuctionMigrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\AuctionMigration\AuctionMigrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\AuctionMigration\AuctionMigrationController).
Resolving inheritance for "App\Controller\Super\AuctionMigration\AuctionMigrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\AuctionMigration\AuctionMigrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\BlockchainController" (parent: .abstract.instanceof.App\Controller\Super\BlockchainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\BlockchainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\BlockchainController).
Resolving inheritance for "App\Controller\Super\BlockchainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\BlockchainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CategoryComissionController" (parent: .abstract.instanceof.App\Controller\Super\CategoryComissionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CategoryComissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CategoryComissionController).
Resolving inheritance for "App\Controller\Super\CategoryComissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CategoryComissionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\ComissionController" (parent: .abstract.instanceof.App\Controller\Super\ComissionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\ComissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\ComissionController).
Resolving inheritance for "App\Controller\Super\ComissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\ComissionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CompanyController" (parent: .abstract.instanceof.App\Controller\Super\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CompanyController).
Resolving inheritance for "App\Controller\Super\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CompanyDashboardController" (parent: .abstract.instanceof.App\Controller\Super\CompanyDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CompanyDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CompanyDashboardController).
Resolving inheritance for "App\Controller\Super\CompanyDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CompanyDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CourierController" (parent: .abstract.instanceof.App\Controller\Super\CourierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CourierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CourierController).
Resolving inheritance for "App\Controller\Super\CourierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CourierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CurrencyController" (parent: .abstract.instanceof.App\Controller\Super\CurrencyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CurrencyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CurrencyController).
Resolving inheritance for "App\Controller\Super\CurrencyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CurrencyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\DashboardController" (parent: .abstract.instanceof.App\Controller\Super\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\DashboardController).
Resolving inheritance for "App\Controller\Super\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\EmailTestController" (parent: .abstract.instanceof.App\Controller\Super\EmailTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\EmailTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\EmailTestController).
Resolving inheritance for "App\Controller\Super\EmailTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\EmailTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\HomologationController" (parent: .abstract.instanceof.App\Controller\Super\HomologationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\HomologationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\HomologationController).
Resolving inheritance for "App\Controller\Super\HomologationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\HomologationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\InvoiceTransporterComissionController" (parent: .abstract.instanceof.App\Controller\Super\InvoiceTransporterComissionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\InvoiceTransporterComissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\InvoiceTransporterComissionController).
Resolving inheritance for "App\Controller\Super\InvoiceTransporterComissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\InvoiceTransporterComissionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\LogEmailController" (parent: .abstract.instanceof.App\Controller\Super\LogEmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\LogEmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\LogEmailController).
Resolving inheritance for "App\Controller\Super\LogEmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\LogEmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MailerConfigController" (parent: .abstract.instanceof.App\Controller\Super\MailerConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MailerConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MailerConfigController).
Resolving inheritance for "App\Controller\Super\MailerConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MailerConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MailerRecipientController" (parent: .abstract.instanceof.App\Controller\Super\MailerRecipientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MailerRecipientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MailerRecipientController).
Resolving inheritance for "App\Controller\Super\MailerRecipientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MailerRecipientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationCobasiController" (parent: .abstract.instanceof.App\Controller\Super\MigrationCobasiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationCobasiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationCobasiController).
Resolving inheritance for "App\Controller\Super\MigrationCobasiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationCobasiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController" (parent: .abstract.instanceof.App\Controller\Super\MigrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController).
Resolving inheritance for "App\Controller\Super\MigrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController\CouriersMigrationController" (parent: .abstract.instanceof.App\Controller\Super\MigrationController\CouriersMigrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController\CouriersMigrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController\CouriersMigrationController).
Resolving inheritance for "App\Controller\Super\MigrationController\CouriersMigrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController\CouriersMigrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController\PointsMigrationController" (parent: .abstract.instanceof.App\Controller\Super\MigrationController\PointsMigrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController\PointsMigrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController\PointsMigrationController).
Resolving inheritance for "App\Controller\Super\MigrationController\PointsMigrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController\PointsMigrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController\UsersMigrationController" (parent: .abstract.instanceof.App\Controller\Super\MigrationController\UsersMigrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController\UsersMigrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController\UsersMigrationController).
Resolving inheritance for "App\Controller\Super\MigrationController\UsersMigrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController\UsersMigrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController\VehiclesMigrationController" (parent: .abstract.instanceof.App\Controller\Super\MigrationController\VehiclesMigrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController\VehiclesMigrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController\VehiclesMigrationController).
Resolving inheritance for "App\Controller\Super\MigrationController\VehiclesMigrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController\VehiclesMigrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationPetzController" (parent: .abstract.instanceof.App\Controller\Super\MigrationPetzController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationPetzController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationPetzController).
Resolving inheritance for "App\Controller\Super\MigrationPetzController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationPetzController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationsController\MigrationCarrefourController" (parent: .abstract.instanceof.App\Controller\Super\MigrationsController\MigrationCarrefourController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationsController\MigrationCarrefourController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationsController\MigrationCarrefourController).
Resolving inheritance for "App\Controller\Super\MigrationsController\MigrationCarrefourController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationsController\MigrationCarrefourController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationsController\MigrationMagaluController" (parent: .abstract.instanceof.App\Controller\Super\MigrationsController\MigrationMagaluController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationsController\MigrationMagaluController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationsController\MigrationMagaluController).
Resolving inheritance for "App\Controller\Super\MigrationsController\MigrationMagaluController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationsController\MigrationMagaluController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\PendingHomologationController" (parent: .abstract.instanceof.App\Controller\Super\PendingHomologationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\PendingHomologationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\PendingHomologationController).
Resolving inheritance for "App\Controller\Super\PendingHomologationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\PendingHomologationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\ProposalDraftController" (parent: .abstract.instanceof.App\Controller\Super\ProposalDraftController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\ProposalDraftController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\ProposalDraftController).
Resolving inheritance for "App\Controller\Super\ProposalDraftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\ProposalDraftController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\RecurrenceLogController" (parent: .abstract.instanceof.App\Controller\Super\RecurrenceLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\RecurrenceLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\RecurrenceLogController).
Resolving inheritance for "App\Controller\Super\RecurrenceLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\RecurrenceLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\RouteCompanyConfigurationController" (parent: .abstract.instanceof.App\Controller\Super\RouteCompanyConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\RouteCompanyConfigurationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\RouteCompanyConfigurationController).
Resolving inheritance for "App\Controller\Super\RouteCompanyConfigurationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\RouteCompanyConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\StatusController" (parent: .abstract.instanceof.App\Controller\Super\StatusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\StatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\StatusController).
Resolving inheritance for "App\Controller\Super\StatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\StatusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperAddressesController" (parent: .abstract.instanceof.App\Controller\Super\SuperAddressesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperAddressesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperAddressesController).
Resolving inheritance for "App\Controller\Super\SuperAddressesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperAddressesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperAdvertiserRouteController" (parent: .abstract.instanceof.App\Controller\Super\SuperAdvertiserRouteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperAdvertiserRouteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperAdvertiserRouteController).
Resolving inheritance for "App\Controller\Super\SuperAdvertiserRouteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperAdvertiserRouteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperAuditController" (parent: .abstract.instanceof.App\Controller\Super\SuperAuditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperAuditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperAuditController).
Resolving inheritance for "App\Controller\Super\SuperAuditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperAuditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperClientController" (parent: .abstract.instanceof.App\Controller\Super\SuperClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperClientController).
Resolving inheritance for "App\Controller\Super\SuperClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperExpeditionController" (parent: .abstract.instanceof.App\Controller\Super\SuperExpeditionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperExpeditionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperExpeditionController).
Resolving inheritance for "App\Controller\Super\SuperExpeditionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperExpeditionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperInvoiceController" (parent: .abstract.instanceof.App\Controller\Super\SuperInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperInvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperInvoiceController).
Resolving inheritance for "App\Controller\Super\SuperInvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperProposalController" (parent: .abstract.instanceof.App\Controller\Super\SuperProposalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperProposalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperProposalController).
Resolving inheritance for "App\Controller\Super\SuperProposalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperProposalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperRouteApprovalController" (parent: .abstract.instanceof.App\Controller\Super\SuperRouteApprovalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperRouteApprovalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperRouteApprovalController).
Resolving inheritance for "App\Controller\Super\SuperRouteApprovalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperRouteApprovalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperShipController" (parent: .abstract.instanceof.App\Controller\Super\SuperShipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperShipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperShipController).
Resolving inheritance for "App\Controller\Super\SuperShipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperShipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperUserController" (parent: .abstract.instanceof.App\Controller\Super\SuperUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperUserController).
Resolving inheritance for "App\Controller\Super\SuperUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperUserPointController" (parent: .abstract.instanceof.App\Controller\Super\SuperUserPointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperUserPointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperUserPointController).
Resolving inheritance for "App\Controller\Super\SuperUserPointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperUserPointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\TaskController" (parent: .abstract.instanceof.App\Controller\Super\TaskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\TaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\TaskController).
Resolving inheritance for "App\Controller\Super\TaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\TaskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\TransporterCompanyRouteCategoryController" (parent: .abstract.instanceof.App\Controller\Super\TransporterCompanyRouteCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\TransporterCompanyRouteCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\TransporterCompanyRouteCategoryController).
Resolving inheritance for "App\Controller\Super\TransporterCompanyRouteCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\TransporterCompanyRouteCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\TransporterController" (parent: .abstract.instanceof.App\Controller\Super\TransporterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\TransporterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\TransporterController).
Resolving inheritance for "App\Controller\Super\TransporterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\TransporterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\VehicleCharatController" (parent: .abstract.instanceof.App\Controller\Super\VehicleCharatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\VehicleCharatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\VehicleCharatController).
Resolving inheritance for "App\Controller\Super\VehicleCharatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\VehicleCharatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\VehicleEmbodimentController" (parent: .abstract.instanceof.App\Controller\Super\VehicleEmbodimentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\VehicleEmbodimentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\VehicleEmbodimentController).
Resolving inheritance for "App\Controller\Super\VehicleEmbodimentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\VehicleEmbodimentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\VehicleFormatController" (parent: .abstract.instanceof.App\Controller\Super\VehicleFormatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\VehicleFormatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\VehicleFormatController).
Resolving inheritance for "App\Controller\Super\VehicleFormatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\VehicleFormatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\VehicleTypologyController" (parent: .abstract.instanceof.App\Controller\Super\VehicleTypologyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\VehicleTypologyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\VehicleTypologyController).
Resolving inheritance for "App\Controller\Super\VehicleTypologyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\VehicleTypologyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\AdvertiserProposalController" (parent: .abstract.instanceof.App\Controller\Transporter\AdvertiserProposalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\AdvertiserProposalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\AdvertiserProposalController).
Resolving inheritance for "App\Controller\Transporter\AdvertiserProposalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\AdvertiserProposalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\AuctionScheduleController" (parent: .abstract.instanceof.App\Controller\Transporter\AuctionScheduleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\AuctionScheduleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\AuctionScheduleController).
Resolving inheritance for "App\Controller\Transporter\AuctionScheduleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\AuctionScheduleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\AuctionTripController" (parent: .abstract.instanceof.App\Controller\Transporter\AuctionTripController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\AuctionTripController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\AuctionTripController).
Resolving inheritance for "App\Controller\Transporter\AuctionTripController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\AuctionTripController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ChatController" (parent: .abstract.instanceof.App\Controller\Transporter\ChatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ChatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ChatController).
Resolving inheritance for "App\Controller\Transporter\ChatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ChatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ClientController" (parent: .abstract.instanceof.App\Controller\Transporter\ClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ClientController).
Resolving inheritance for "App\Controller\Transporter\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\CourierController" (parent: .abstract.instanceof.App\Controller\Transporter\CourierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\CourierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\CourierController).
Resolving inheritance for "App\Controller\Transporter\CourierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\CourierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\DashboardController" (parent: .abstract.instanceof.App\Controller\Transporter\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\DashboardController).
Resolving inheritance for "App\Controller\Transporter\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\DriverRegistrationController" (parent: .abstract.instanceof.App\Controller\Transporter\DriverRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\DriverRegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\DriverRegistrationController).
Resolving inheritance for "App\Controller\Transporter\DriverRegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\DriverRegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ExpeditionController" (parent: .abstract.instanceof.App\Controller\Transporter\ExpeditionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ExpeditionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ExpeditionController).
Resolving inheritance for "App\Controller\Transporter\ExpeditionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ExpeditionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\InvoiceController" (parent: .abstract.instanceof.App\Controller\Transporter\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\InvoiceController).
Resolving inheritance for "App\Controller\Transporter\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\PlanningController" (parent: .abstract.instanceof.App\Controller\Transporter\PlanningController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\PlanningController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\PlanningController).
Resolving inheritance for "App\Controller\Transporter\PlanningController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\PlanningController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\PremiumController" (parent: .abstract.instanceof.App\Controller\Transporter\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\PremiumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\PremiumController).
Resolving inheritance for "App\Controller\Transporter\PremiumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\PremiumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\PropostalController" (parent: .abstract.instanceof.App\Controller\Transporter\PropostalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\PropostalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\PropostalController).
Resolving inheritance for "App\Controller\Transporter\PropostalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\PropostalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ShipController" (parent: .abstract.instanceof.App\Controller\Transporter\ShipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ShipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ShipController).
Resolving inheritance for "App\Controller\Transporter\ShipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ShipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ShipStatusController" (parent: .abstract.instanceof.App\Controller\Transporter\ShipStatusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ShipStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ShipStatusController).
Resolving inheritance for "App\Controller\Transporter\ShipStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ShipStatusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\SuspensionRoutesController" (parent: .abstract.instanceof.App\Controller\Transporter\SuspensionRoutesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\SuspensionRoutesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\SuspensionRoutesController).
Resolving inheritance for "App\Controller\Transporter\SuspensionRoutesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\SuspensionRoutesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\TransporterCourierController" (parent: .abstract.instanceof.App\Controller\Transporter\TransporterCourierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\TransporterCourierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\TransporterCourierController).
Resolving inheritance for "App\Controller\Transporter\TransporterCourierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\TransporterCourierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\TransporterSettingsController" (parent: .abstract.instanceof.App\Controller\Transporter\TransporterSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\TransporterSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\TransporterSettingsController).
Resolving inheritance for "App\Controller\Transporter\TransporterSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\TransporterSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\TransporterUserController" (parent: .abstract.instanceof.App\Controller\Transporter\TransporterUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\TransporterUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\TransporterUserController).
Resolving inheritance for "App\Controller\Transporter\TransporterUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\TransporterUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\UserClientController" (parent: .abstract.instanceof.App\Controller\Transporter\UserClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\UserClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\UserClientController).
Resolving inheritance for "App\Controller\Transporter\UserClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\UserClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\VehicleController" (parent: .abstract.instanceof.App\Controller\Transporter\VehicleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\VehicleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\VehicleController).
Resolving inheritance for "App\Controller\Transporter\VehicleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\VehicleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\VehicleTrailerController" (parent: .abstract.instanceof.App\Controller\Transporter\VehicleTrailerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\VehicleTrailerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\VehicleTrailerController).
Resolving inheritance for "App\Controller\Transporter\VehicleTrailerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\VehicleTrailerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WhatsAppController" (parent: .abstract.instanceof.App\Controller\WhatsAppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WhatsAppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WhatsAppController).
Resolving inheritance for "App\Controller\WhatsAppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WhatsAppController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AuctionDigestFixtures" (parent: .abstract.instanceof.App\DataFixtures\AuctionDigestFixtures).
Resolving inheritance for "App\DataFixtures\AuctionDigestFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AuctionDigestFixtures).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Doctrine\FilterCollectionByExtension" (parent: .abstract.instanceof.App\Doctrine\FilterCollectionByExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Doctrine\FilterCollectionByExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Doctrine\FilterCollectionByExtension).
Resolving inheritance for "App\Doctrine\FilterCollectionByExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Doctrine\FilterCollectionByExtension).
Resolving inheritance for ".instanceof.App\EventListener\TransporterSuspensionRemoveListener.0.App\EventListener\TransporterSuspensionRemoveListener" (parent: .abstract.instanceof.App\EventListener\TransporterSuspensionRemoveListener).
Resolving inheritance for "App\EventListener\TransporterSuspensionRemoveListener" (parent: .instanceof.App\EventListener\TransporterSuspensionRemoveListener.0.App\EventListener\TransporterSuspensionRemoveListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TimezoneSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\TimezoneSubscriber).
Resolving inheritance for "App\EventSubscriber\TimezoneSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TimezoneSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertisementRefusalType" (parent: .abstract.instanceof.App\Form\AdvertisementRefusalType).
Resolving inheritance for "App\Form\AdvertisementRefusalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertisementRefusalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertisementType" (parent: .abstract.instanceof.App\Form\AdvertisementType).
Resolving inheritance for "App\Form\AdvertisementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertisementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserPoint1Type" (parent: .abstract.instanceof.App\Form\AdvertiserPoint1Type).
Resolving inheritance for "App\Form\AdvertiserPoint1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserPoint1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserPointType" (parent: .abstract.instanceof.App\Form\AdvertiserPointType).
Resolving inheritance for "App\Form\AdvertiserPointType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserPointType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserRouteConfiguration1Type" (parent: .abstract.instanceof.App\Form\AdvertiserRouteConfiguration1Type).
Resolving inheritance for "App\Form\AdvertiserRouteConfiguration1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserRouteConfiguration1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserRouteConfigurationType" (parent: .abstract.instanceof.App\Form\AdvertiserRouteConfigurationType).
Resolving inheritance for "App\Form\AdvertiserRouteConfigurationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserRouteConfigurationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserRouteProposalType" (parent: .abstract.instanceof.App\Form\AdvertiserRouteProposalType).
Resolving inheritance for "App\Form\AdvertiserRouteProposalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserRouteProposalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserRouteType" (parent: .abstract.instanceof.App\Form\AdvertiserRouteType).
Resolving inheritance for "App\Form\AdvertiserRouteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserRouteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionRecorrenceSettingType" (parent: .abstract.instanceof.App\Form\AuctionRecorrenceSettingType).
Resolving inheritance for "App\Form\AuctionRecorrenceSettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionRecorrenceSettingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Chat1Type" (parent: .abstract.instanceof.App\Form\Chat1Type).
Resolving inheritance for "App\Form\Chat1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Chat1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChatType" (parent: .abstract.instanceof.App\Form\ChatType).
Resolving inheritance for "App\Form\ChatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChatType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Client1Type" (parent: .abstract.instanceof.App\Form\Client1Type).
Resolving inheritance for "App\Form\Client1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Client1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientType" (parent: .abstract.instanceof.App\Form\ClientType).
Resolving inheritance for "App\Form\ClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Collection\AdvertiserRouteCollectionType" (parent: .abstract.instanceof.App\Form\Collection\AdvertiserRouteCollectionType).
Resolving inheritance for "App\Form\Collection\AdvertiserRouteCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Collection\AdvertiserRouteCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\AdvertiserPointTransporterConfigurationType" (parent: .abstract.instanceof.App\Form\Company\AdvertiserPointTransporterConfigurationType).
Resolving inheritance for "App\Form\Company\AdvertiserPointTransporterConfigurationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\AdvertiserPointTransporterConfigurationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\AdvertiserRouteEditFormType" (parent: .abstract.instanceof.App\Form\Company\AdvertiserRouteEditFormType).
Resolving inheritance for "App\Form\Company\AdvertiserRouteEditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\AdvertiserRouteEditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\Search\CompanyFinancialDashBoardSearchFormType" (parent: .abstract.instanceof.App\Form\Company\Search\CompanyFinancialDashBoardSearchFormType).
Resolving inheritance for "App\Form\Company\Search\CompanyFinancialDashBoardSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\Search\CompanyFinancialDashBoardSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\Search\CompanyRouteCompanySearchFormType" (parent: .abstract.instanceof.App\Form\Company\Search\CompanyRouteCompanySearchFormType).
Resolving inheritance for "App\Form\Company\Search\CompanyRouteCompanySearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\Search\CompanyRouteCompanySearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyApprovedListType" (parent: .abstract.instanceof.App\Form\CompanyApprovedListType).
Resolving inheritance for "App\Form\CompanyApprovedListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyApprovedListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyCourierFilterType" (parent: .abstract.instanceof.App\Form\CompanyCourierFilterType).
Resolving inheritance for "App\Form\CompanyCourierFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyCourierFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanySettingsType" (parent: .abstract.instanceof.App\Form\CompanySettingsType).
Resolving inheritance for "App\Form\CompanySettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanySettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType" (parent: .abstract.instanceof.App\Form\CompanyType).
Resolving inheritance for "App\Form\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourierType" (parent: .abstract.instanceof.App\Form\CourierType).
Resolving inheritance for "App\Form\CourierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourierType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CurrencyType" (parent: .abstract.instanceof.App\Form\CurrencyType).
Resolving inheritance for "App\Form\CurrencyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CurrencyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Expedition1Type" (parent: .abstract.instanceof.App\Form\Expedition1Type).
Resolving inheritance for "App\Form\Expedition1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Expedition1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExpeditionType" (parent: .abstract.instanceof.App\Form\ExpeditionType).
Resolving inheritance for "App\Form\ExpeditionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExpeditionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterTransporterCourierType" (parent: .abstract.instanceof.App\Form\FilterTransporterCourierType).
Resolving inheritance for "App\Form\FilterTransporterCourierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterTransporterCourierType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Invoice1Type" (parent: .abstract.instanceof.App\Form\Invoice1Type).
Resolving inheritance for "App\Form\Invoice1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Invoice1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceTransporterComissionType" (parent: .abstract.instanceof.App\Form\InvoiceTransporterComissionType).
Resolving inheritance for "App\Form\InvoiceTransporterComissionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceTransporterComissionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceType" (parent: .abstract.instanceof.App\Form\InvoiceType).
Resolving inheritance for "App\Form\InvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailerConfigType" (parent: .abstract.instanceof.App\Form\MailerConfigType).
Resolving inheritance for "App\Form\MailerConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailerConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailerRecipientType" (parent: .abstract.instanceof.App\Form\MailerRecipientType).
Resolving inheritance for "App\Form\MailerRecipientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailerRecipientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PendingTransporterHomologation1Type" (parent: .abstract.instanceof.App\Form\PendingTransporterHomologation1Type).
Resolving inheritance for "App\Form\PendingTransporterHomologation1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PendingTransporterHomologation1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PendingTransporterHomologationType" (parent: .abstract.instanceof.App\Form\PendingTransporterHomologationType).
Resolving inheritance for "App\Form\PendingTransporterHomologationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PendingTransporterHomologationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProposalDraftType" (parent: .abstract.instanceof.App\Form\ProposalDraftType).
Resolving inheritance for "App\Form\ProposalDraftType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProposalDraftType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProposalType" (parent: .abstract.instanceof.App\Form\ProposalType).
Resolving inheritance for "App\Form\ProposalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProposalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProposalVehicleFormatFormType" (parent: .abstract.instanceof.App\Form\ProposalVehicleFormatFormType).
Resolving inheritance for "App\Form\ProposalVehicleFormatFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProposalVehicleFormatFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Pwa\CourierProfileType" (parent: .abstract.instanceof.App\Form\Pwa\CourierProfileType).
Resolving inheritance for "App\Form\Pwa\CourierProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Pwa\CourierProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecurrenceLogType" (parent: .abstract.instanceof.App\Form\RecurrenceLogType).
Resolving inheritance for "App\Form\RecurrenceLogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecurrenceLogType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Register\CompanyRegisterFormType" (parent: .abstract.instanceof.App\Form\Register\CompanyRegisterFormType).
Resolving inheritance for "App\Form\Register\CompanyRegisterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Register\CompanyRegisterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Register\TransporterRegisterFormType" (parent: .abstract.instanceof.App\Form\Register\TransporterRegisterFormType).
Resolving inheritance for "App\Form\Register\TransporterRegisterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Register\TransporterRegisterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteAuctionSetting1Type" (parent: .abstract.instanceof.App\Form\RouteAuctionSetting1Type).
Resolving inheritance for "App\Form\RouteAuctionSetting1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteAuctionSetting1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteAuctionSettingType" (parent: .abstract.instanceof.App\Form\RouteAuctionSettingType).
Resolving inheritance for "App\Form\RouteAuctionSettingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteAuctionSettingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteCompanyApprovedListType" (parent: .abstract.instanceof.App\Form\RouteCompanyApprovedListType).
Resolving inheritance for "App\Form\RouteCompanyApprovedListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteCompanyApprovedListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteCompanyConfigurationType" (parent: .abstract.instanceof.App\Form\RouteCompanyConfigurationType).
Resolving inheritance for "App\Form\RouteCompanyConfigurationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteCompanyConfigurationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteCompanyPointFormType" (parent: .abstract.instanceof.App\Form\RouteCompanyPointFormType).
Resolving inheritance for "App\Form\RouteCompanyPointFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteCompanyPointFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteCompanyType" (parent: .abstract.instanceof.App\Form\RouteCompanyType).
Resolving inheritance for "App\Form\RouteCompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteCompanyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteInfoVehicleFormType" (parent: .abstract.instanceof.App\Form\RouteInfoVehicleFormType).
Resolving inheritance for "App\Form\RouteInfoVehicleFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteInfoVehicleFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\BlockChainSearchFormType" (parent: .abstract.instanceof.App\Form\Search\BlockChainSearchFormType).
Resolving inheritance for "App\Form\Search\BlockChainSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\BlockChainSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\CompanyAdversiterRouteSearchFormType" (parent: .abstract.instanceof.App\Form\Search\CompanyAdversiterRouteSearchFormType).
Resolving inheritance for "App\Form\Search\CompanyAdversiterRouteSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\CompanyAdversiterRouteSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\CompanyAdvertiserRouteWinnerSearchFormType" (parent: .abstract.instanceof.App\Form\Search\CompanyAdvertiserRouteWinnerSearchFormType).
Resolving inheritance for "App\Form\Search\CompanyAdvertiserRouteWinnerSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\CompanyAdvertiserRouteWinnerSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperAdvertiserRouteSearchFormType" (parent: .abstract.instanceof.App\Form\Search\SuperAdvertiserRouteSearchFormType).
Resolving inheritance for "App\Form\Search\SuperAdvertiserRouteSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperAdvertiserRouteSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperAuditFormSearchType" (parent: .abstract.instanceof.App\Form\Search\SuperAuditFormSearchType).
Resolving inheritance for "App\Form\Search\SuperAuditFormSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperAuditFormSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperAuditSearchFormType" (parent: .abstract.instanceof.App\Form\Search\SuperAuditSearchFormType).
Resolving inheritance for "App\Form\Search\SuperAuditSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperAuditSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperCompanyDashboardSearchFormType" (parent: .abstract.instanceof.App\Form\Search\SuperCompanyDashboardSearchFormType).
Resolving inheritance for "App\Form\Search\SuperCompanyDashboardSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperCompanyDashboardSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperLogEmailSearchFormType" (parent: .abstract.instanceof.App\Form\Search\SuperLogEmailSearchFormType).
Resolving inheritance for "App\Form\Search\SuperLogEmailSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperLogEmailSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperProposalDraftSearchFormType" (parent: .abstract.instanceof.App\Form\Search\SuperProposalDraftSearchFormType).
Resolving inheritance for "App\Form\Search\SuperProposalDraftSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperProposalDraftSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperRouteApprovalSearchFormType" (parent: .abstract.instanceof.App\Form\Search\SuperRouteApprovalSearchFormType).
Resolving inheritance for "App\Form\Search\SuperRouteApprovalSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperRouteApprovalSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ship1Type" (parent: .abstract.instanceof.App\Form\Ship1Type).
Resolving inheritance for "App\Form\Ship1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ship1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShipStatusType" (parent: .abstract.instanceof.App\Form\ShipStatusType).
Resolving inheritance for "App\Form\ShipStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShipStatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShipType" (parent: .abstract.instanceof.App\Form\ShipType).
Resolving inheritance for "App\Form\ShipType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShipType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatusType" (parent: .abstract.instanceof.App\Form\StatusType).
Resolving inheritance for "App\Form\StatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Super\ConnectionFormType" (parent: .abstract.instanceof.App\Form\Super\ConnectionFormType).
Resolving inheritance for "App\Form\Super\ConnectionFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Super\ConnectionFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Super\TransporterSuperSettingsFormType" (parent: .abstract.instanceof.App\Form\Super\TransporterSuperSettingsFormType).
Resolving inheritance for "App\Form\Super\TransporterSuperSettingsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Super\TransporterSuperSettingsFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperUserType" (parent: .abstract.instanceof.App\Form\SuperUserType).
Resolving inheritance for "App\Form\SuperUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Transporter\VoluntaryOfferSearchFormType" (parent: .abstract.instanceof.App\Form\Transporter\VoluntaryOfferSearchFormType).
Resolving inheritance for "App\Form\Transporter\VoluntaryOfferSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Transporter\VoluntaryOfferSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterAuctionTripType" (parent: .abstract.instanceof.App\Form\TransporterAuctionTripType).
Resolving inheritance for "App\Form\TransporterAuctionTripType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterAuctionTripType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterCompanyRouteCategoryType" (parent: .abstract.instanceof.App\Form\TransporterCompanyRouteCategoryType).
Resolving inheritance for "App\Form\TransporterCompanyRouteCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterCompanyRouteCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterCourierType" (parent: .abstract.instanceof.App\Form\TransporterCourierType).
Resolving inheritance for "App\Form\TransporterCourierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterCourierType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterSettingsType" (parent: .abstract.instanceof.App\Form\TransporterSettingsType).
Resolving inheritance for "App\Form\TransporterSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterType" (parent: .abstract.instanceof.App\Form\TransporterType).
Resolving inheritance for "App\Form\TransporterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User1Type" (parent: .abstract.instanceof.App\Form\User1Type).
Resolving inheritance for "App\Form\User1Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User1Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User2Type" (parent: .abstract.instanceof.App\Form\User2Type).
Resolving inheritance for "App\Form\User2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User2Type).
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\VehicleCharactType" (parent: .abstract.instanceof.App\Form\VehicleCharactType).
Resolving inheritance for "App\Form\VehicleCharactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleCharactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleEmbodimentType" (parent: .abstract.instanceof.App\Form\VehicleEmbodimentType).
Resolving inheritance for "App\Form\VehicleEmbodimentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleEmbodimentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleFormatType" (parent: .abstract.instanceof.App\Form\VehicleFormatType).
Resolving inheritance for "App\Form\VehicleFormatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleFormatType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleTrailerType" (parent: .abstract.instanceof.App\Form\VehicleTrailerType).
Resolving inheritance for "App\Form\VehicleTrailerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleTrailerType).
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\VehicleTypologyType" (parent: .abstract.instanceof.App\Form\VehicleTypologyType).
Resolving inheritance for "App\Form\VehicleTypologyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleTypologyType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActionAccessKeyRepository" (parent: .abstract.instanceof.App\Repository\ActionAccessKeyRepository).
Resolving inheritance for "App\Repository\ActionAccessKeyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActionAccessKeyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertisementCompanyExceptionRepository" (parent: .abstract.instanceof.App\Repository\AdvertisementCompanyExceptionRepository).
Resolving inheritance for "App\Repository\AdvertisementCompanyExceptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertisementCompanyExceptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertisementRefusalRepository" (parent: .abstract.instanceof.App\Repository\AdvertisementRefusalRepository).
Resolving inheritance for "App\Repository\AdvertisementRefusalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertisementRefusalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertisementRepository" (parent: .abstract.instanceof.App\Repository\AdvertisementRepository).
Resolving inheritance for "App\Repository\AdvertisementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertisementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserCteFileRepository" (parent: .abstract.instanceof.App\Repository\AdvertiserCteFileRepository).
Resolving inheritance for "App\Repository\AdvertiserCteFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserCteFileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserPointRepository" (parent: .abstract.instanceof.App\Repository\AdvertiserPointRepository).
Resolving inheritance for "App\Repository\AdvertiserPointRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserPointRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserPointTransporterConfigurationRepository" (parent: .abstract.instanceof.App\Repository\AdvertiserPointTransporterConfigurationRepository).
Resolving inheritance for "App\Repository\AdvertiserPointTransporterConfigurationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserPointTransporterConfigurationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteConfigurationRepository" (parent: .abstract.instanceof.App\Repository\AdvertiserRouteConfigurationRepository).
Resolving inheritance for "App\Repository\AdvertiserRouteConfigurationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteConfigurationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteProposalComissionRepository" (parent: .abstract.instanceof.App\Repository\AdvertiserRouteProposalComissionRepository).
Resolving inheritance for "App\Repository\AdvertiserRouteProposalComissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteProposalComissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteProposalRepository" (parent: .abstract.instanceof.App\Repository\AdvertiserRouteProposalRepository).
Resolving inheritance for "App\Repository\AdvertiserRouteProposalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteProposalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteRepository" (parent: .abstract.instanceof.App\Repository\AdvertiserRouteRepository).
Resolving inheritance for "App\Repository\AdvertiserRouteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteStopRepository" (parent: .abstract.instanceof.App\Repository\AdvertiserRouteStopRepository).
Resolving inheritance for "App\Repository\AdvertiserRouteStopRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteStopRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionImportLogRepository" (parent: .abstract.instanceof.App\Repository\AuctionImportLogRepository).
Resolving inheritance for "App\Repository\AuctionImportLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionImportLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionNotificationQueueRepository" (parent: .abstract.instanceof.App\Repository\AuctionNotificationQueueRepository).
Resolving inheritance for "App\Repository\AuctionNotificationQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionNotificationQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionRecorrenceSettingRepository" (parent: .abstract.instanceof.App\Repository\AuctionRecorrenceSettingRepository).
Resolving inheritance for "App\Repository\AuctionRecorrenceSettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionRecorrenceSettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuditRouteWinnerRepository" (parent: .abstract.instanceof.App\Repository\AuditRouteWinnerRepository).
Resolving inheritance for "App\Repository\AuditRouteWinnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuditRouteWinnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryComissionRepository" (parent: .abstract.instanceof.App\Repository\CategoryComissionRepository).
Resolving inheritance for "App\Repository\CategoryComissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryComissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatRepository" (parent: .abstract.instanceof.App\Repository\ChatRepository).
Resolving inheritance for "App\Repository\ChatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository" (parent: .abstract.instanceof.App\Repository\ClientRepository).
Resolving inheritance for "App\Repository\ClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComissionCompanyRepository" (parent: .abstract.instanceof.App\Repository\ComissionCompanyRepository).
Resolving inheritance for "App\Repository\ComissionCompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComissionCompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyApprovedListRepository" (parent: .abstract.instanceof.App\Repository\CompanyApprovedListRepository).
Resolving inheritance for "App\Repository\CompanyApprovedListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyApprovedListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyFileBaseRepository" (parent: .abstract.instanceof.App\Repository\CompanyFileBaseRepository).
Resolving inheritance for "App\Repository\CompanyFileBaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyFileBaseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyHomologationCourierRepository" (parent: .abstract.instanceof.App\Repository\CompanyHomologationCourierRepository).
Resolving inheritance for "App\Repository\CompanyHomologationCourierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyHomologationCourierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanySettingsRepository" (parent: .abstract.instanceof.App\Repository\CompanySettingsRepository).
Resolving inheritance for "App\Repository\CompanySettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanySettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyVehicleFormatRepository" (parent: .abstract.instanceof.App\Repository\CompanyVehicleFormatRepository).
Resolving inheritance for "App\Repository\CompanyVehicleFormatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyVehicleFormatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConnectionRepository" (parent: .abstract.instanceof.App\Repository\ConnectionRepository).
Resolving inheritance for "App\Repository\ConnectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConnectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierFileBaseRepository" (parent: .abstract.instanceof.App\Repository\CourierFileBaseRepository).
Resolving inheritance for "App\Repository\CourierFileBaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierFileBaseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierGeolocationRepository" (parent: .abstract.instanceof.App\Repository\CourierGeolocationRepository).
Resolving inheritance for "App\Repository\CourierGeolocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierGeolocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierRepository" (parent: .abstract.instanceof.App\Repository\CourierRepository).
Resolving inheritance for "App\Repository\CourierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CurrencyRepository" (parent: .abstract.instanceof.App\Repository\CurrencyRepository).
Resolving inheritance for "App\Repository\CurrencyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CurrencyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DriverHomologationRepository" (parent: .abstract.instanceof.App\Repository\DriverHomologationRepository).
Resolving inheritance for "App\Repository\DriverHomologationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DriverHomologationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DriverHomologationStatusHistoryRepository" (parent: .abstract.instanceof.App\Repository\DriverHomologationStatusHistoryRepository).
Resolving inheritance for "App\Repository\DriverHomologationStatusHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DriverHomologationStatusHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DriverHomologationStatusRepository" (parent: .abstract.instanceof.App\Repository\DriverHomologationStatusRepository).
Resolving inheritance for "App\Repository\DriverHomologationStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DriverHomologationStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DriverRegistrationTokenRepository" (parent: .abstract.instanceof.App\Repository\DriverRegistrationTokenRepository).
Resolving inheritance for "App\Repository\DriverRegistrationTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DriverRegistrationTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EvaluationCourierRepository" (parent: .abstract.instanceof.App\Repository\EvaluationCourierRepository).
Resolving inheritance for "App\Repository\EvaluationCourierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EvaluationCourierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EvaluationPointRepository" (parent: .abstract.instanceof.App\Repository\EvaluationPointRepository).
Resolving inheritance for "App\Repository\EvaluationPointRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EvaluationPointRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EvaluationTransporterRepository" (parent: .abstract.instanceof.App\Repository\EvaluationTransporterRepository).
Resolving inheritance for "App\Repository\EvaluationTransporterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EvaluationTransporterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpeditionHistoryRepository" (parent: .abstract.instanceof.App\Repository\ExpeditionHistoryRepository).
Resolving inheritance for "App\Repository\ExpeditionHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpeditionHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpeditionRepository" (parent: .abstract.instanceof.App\Repository\ExpeditionRepository).
Resolving inheritance for "App\Repository\ExpeditionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpeditionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceFileBaseRepository" (parent: .abstract.instanceof.App\Repository\InvoiceFileBaseRepository).
Resolving inheritance for "App\Repository\InvoiceFileBaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceFileBaseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRepository).
Resolving inheritance for "App\Repository\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTransporterComissionLineRepository" (parent: .abstract.instanceof.App\Repository\InvoiceTransporterComissionLineRepository).
Resolving inheritance for "App\Repository\InvoiceTransporterComissionLineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTransporterComissionLineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTransporterComissionRepository" (parent: .abstract.instanceof.App\Repository\InvoiceTransporterComissionRepository).
Resolving inheritance for "App\Repository\InvoiceTransporterComissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTransporterComissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogEmailRepository" (parent: .abstract.instanceof.App\Repository\LogEmailRepository).
Resolving inheritance for "App\Repository\LogEmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogEmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogHomologationTransporterRepository" (parent: .abstract.instanceof.App\Repository\LogHomologationTransporterRepository).
Resolving inheritance for "App\Repository\LogHomologationTransporterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogHomologationTransporterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRouteAcceptanceRepository" (parent: .abstract.instanceof.App\Repository\LogRouteAcceptanceRepository).
Resolving inheritance for "App\Repository\LogRouteAcceptanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRouteAcceptanceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRouteCompanyAcceptanceRepository" (parent: .abstract.instanceof.App\Repository\LogRouteCompanyAcceptanceRepository).
Resolving inheritance for "App\Repository\LogRouteCompanyAcceptanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRouteCompanyAcceptanceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRouteRejectionRepository" (parent: .abstract.instanceof.App\Repository\LogRouteRejectionRepository).
Resolving inheritance for "App\Repository\LogRouteRejectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRouteRejectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailerConfigRepository" (parent: .abstract.instanceof.App\Repository\MailerConfigRepository).
Resolving inheritance for "App\Repository\MailerConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailerConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailerRecipientRepository" (parent: .abstract.instanceof.App\Repository\MailerRecipientRepository).
Resolving inheritance for "App\Repository\MailerRecipientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailerRecipientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository" (parent: .abstract.instanceof.App\Repository\MessageRepository).
Resolving inheritance for "App\Repository\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PendingTransporterHomologationRepository" (parent: .abstract.instanceof.App\Repository\PendingTransporterHomologationRepository).
Resolving inheritance for "App\Repository\PendingTransporterHomologationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PendingTransporterHomologationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProposalCategoryComissionRepository" (parent: .abstract.instanceof.App\Repository\ProposalCategoryComissionRepository).
Resolving inheritance for "App\Repository\ProposalCategoryComissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProposalCategoryComissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProposalDraftRepository" (parent: .abstract.instanceof.App\Repository\ProposalDraftRepository).
Resolving inheritance for "App\Repository\ProposalDraftRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProposalDraftRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProposalRepository" (parent: .abstract.instanceof.App\Repository\ProposalRepository).
Resolving inheritance for "App\Repository\ProposalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProposalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProposalVehicleFormatRepository" (parent: .abstract.instanceof.App\Repository\ProposalVehicleFormatRepository).
Resolving inheritance for "App\Repository\ProposalVehicleFormatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProposalVehicleFormatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecurrenceLogRepository" (parent: .abstract.instanceof.App\Repository\RecurrenceLogRepository).
Resolving inheritance for "App\Repository\RecurrenceLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecurrenceLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteAuctionSettingRepository" (parent: .abstract.instanceof.App\Repository\RouteAuctionSettingRepository).
Resolving inheritance for "App\Repository\RouteAuctionSettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteAuctionSettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyApprovedListRepository" (parent: .abstract.instanceof.App\Repository\RouteCompanyApprovedListRepository).
Resolving inheritance for "App\Repository\RouteCompanyApprovedListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyApprovedListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyConfigurationRepository" (parent: .abstract.instanceof.App\Repository\RouteCompanyConfigurationRepository).
Resolving inheritance for "App\Repository\RouteCompanyConfigurationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyConfigurationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyConfigurationVehicleFormatRepository" (parent: .abstract.instanceof.App\Repository\RouteCompanyConfigurationVehicleFormatRepository).
Resolving inheritance for "App\Repository\RouteCompanyConfigurationVehicleFormatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyConfigurationVehicleFormatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyConfigurationWorkingHourRepository" (parent: .abstract.instanceof.App\Repository\RouteCompanyConfigurationWorkingHourRepository).
Resolving inheritance for "App\Repository\RouteCompanyConfigurationWorkingHourRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyConfigurationWorkingHourRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyDirectionRepository" (parent: .abstract.instanceof.App\Repository\RouteCompanyDirectionRepository).
Resolving inheritance for "App\Repository\RouteCompanyDirectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyDirectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyPointRepository" (parent: .abstract.instanceof.App\Repository\RouteCompanyPointRepository).
Resolving inheritance for "App\Repository\RouteCompanyPointRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyPointRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyRepository" (parent: .abstract.instanceof.App\Repository\RouteCompanyRepository).
Resolving inheritance for "App\Repository\RouteCompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteInfoVehicleRepository" (parent: .abstract.instanceof.App\Repository\RouteInfoVehicleRepository).
Resolving inheritance for "App\Repository\RouteInfoVehicleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteInfoVehicleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipFileBaseRepository" (parent: .abstract.instanceof.App\Repository\ShipFileBaseRepository).
Resolving inheritance for "App\Repository\ShipFileBaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipFileBaseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipRepository" (parent: .abstract.instanceof.App\Repository\ShipRepository).
Resolving inheritance for "App\Repository\ShipRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipStatusRepository" (parent: .abstract.instanceof.App\Repository\ShipStatusRepository).
Resolving inheritance for "App\Repository\ShipStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository" (parent: .abstract.instanceof.App\Repository\StatusRepository).
Resolving inheritance for "App\Repository\StatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TableImportLogRepository" (parent: .abstract.instanceof.App\Repository\TableImportLogRepository).
Resolving inheritance for "App\Repository\TableImportLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TableImportLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository" (parent: .abstract.instanceof.App\Repository\TaskRepository).
Resolving inheritance for "App\Repository\TaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterAuctionTripProposalRepository" (parent: .abstract.instanceof.App\Repository\TransporterAuctionTripProposalRepository).
Resolving inheritance for "App\Repository\TransporterAuctionTripProposalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterAuctionTripProposalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterAuctionTripRepository" (parent: .abstract.instanceof.App\Repository\TransporterAuctionTripRepository).
Resolving inheritance for "App\Repository\TransporterAuctionTripRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterAuctionTripRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterCompanyRouteCategoryRepository" (parent: .abstract.instanceof.App\Repository\TransporterCompanyRouteCategoryRepository).
Resolving inheritance for "App\Repository\TransporterCompanyRouteCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterCompanyRouteCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterCourierRepository" (parent: .abstract.instanceof.App\Repository\TransporterCourierRepository).
Resolving inheritance for "App\Repository\TransporterCourierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterCourierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterRepository" (parent: .abstract.instanceof.App\Repository\TransporterRepository).
Resolving inheritance for "App\Repository\TransporterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterSettingsRepository" (parent: .abstract.instanceof.App\Repository\TransporterSettingsRepository).
Resolving inheritance for "App\Repository\TransporterSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterSettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterSuspensionRepository" (parent: .abstract.instanceof.App\Repository\TransporterSuspensionRepository).
Resolving inheritance for "App\Repository\TransporterSuspensionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterSuspensionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterVehicleRepository" (parent: .abstract.instanceof.App\Repository\TransporterVehicleRepository).
Resolving inheritance for "App\Repository\TransporterVehicleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterVehicleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPointRepository" (parent: .abstract.instanceof.App\Repository\UserPointRepository).
Resolving inheritance for "App\Repository\UserPointRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPointRepository).
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\VehicleCharactRepository" (parent: .abstract.instanceof.App\Repository\VehicleCharactRepository).
Resolving inheritance for "App\Repository\VehicleCharactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleCharactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleEmbodimentRepository" (parent: .abstract.instanceof.App\Repository\VehicleEmbodimentRepository).
Resolving inheritance for "App\Repository\VehicleEmbodimentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleEmbodimentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleFormatRepository" (parent: .abstract.instanceof.App\Repository\VehicleFormatRepository).
Resolving inheritance for "App\Repository\VehicleFormatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleFormatRepository).
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\VehicleTrailerRepository" (parent: .abstract.instanceof.App\Repository\VehicleTrailerRepository).
Resolving inheritance for "App\Repository\VehicleTrailerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleTrailerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleTypologyRepository" (parent: .abstract.instanceof.App\Repository\VehicleTypologyRepository).
Resolving inheritance for "App\Repository\VehicleTypologyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleTypologyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WhatsappRepository" (parent: .abstract.instanceof.App\Repository\WhatsappRepository).
Resolving inheritance for "App\Repository\WhatsappRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WhatsappRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Courier\CourierSharedService" (parent: .abstract.instanceof.App\Service\Courier\CourierSharedService).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Courier\CourierSharedService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Courier\CourierSharedService).
Resolving inheritance for "App\Service\Courier\CourierSharedService" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Courier\CourierSharedService).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AuditExtension" (parent: .abstract.instanceof.App\Twig\AuditExtension).
Resolving inheritance for "App\Twig\AuditExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AuditExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateExtension" (parent: .abstract.instanceof.App\Twig\DateExtension).
Resolving inheritance for "App\Twig\DateExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MoneyExtension" (parent: .abstract.instanceof.App\Twig\MoneyExtension).
Resolving inheritance for "App\Twig\MoneyExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MoneyExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimezoneExtension" (parent: .abstract.instanceof.App\Twig\TimezoneExtension).
Resolving inheritance for "App\Twig\TimezoneExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimezoneExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\CpfConstraintValidator" (parent: .abstract.instanceof.App\Validator\CpfConstraintValidator).
Resolving inheritance for "App\Validator\CpfConstraintValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\CpfConstraintValidator).
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.property_info" (parent: cache.system).
Resolving inheritance for "cache.asset_mapper" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.gmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendgrid" (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 "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "limiter._login_local_main" (parent: limiter).
Resolving inheritance for "limiter._login_global_main" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.main" (parent: security.listener.login_throttling).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "api_platform.cache.openapi" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.order_filter.instance" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "api_platform.doctrine.orm.range_filter.instance" (parent: api_platform.doctrine.orm.range_filter).
Resolving inheritance for "api_platform.doctrine.orm.date_filter.instance" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "api_platform.doctrine.orm.backed_enum_filter.instance" (parent: api_platform.doctrine.orm.backed_enum_filter).
Resolving inheritance for "api_platform.doctrine.orm.boolean_filter.instance" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "api_platform.doctrine.orm.numeric_filter.instance" (parent: api_platform.doctrine.orm.numeric_filter).
Resolving inheritance for "api_platform.doctrine.orm.exists_filter.instance" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "api_platform.doctrine.orm.search_filter.instance" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "annotated_app_entity_route_company_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_route_company_configuration_vehicle_format_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_transporter_auction_trip_proposal_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_whatsapp_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_whatsapp_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_whatsapp_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.asset_mapper" (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.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
625
Removed service "monolog.activation_strategy.500"; 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 "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\AssetMapperInterface"; reason: private alias.
Removed service "asset_mapper.http_client"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\ImportMap\ImportMapManager"; 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 "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; 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 "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalMainLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\State\CreateProvider"; reason: private alias.
Removed service "ApiPlatform\State\ObjectProvider"; reason: private alias.
Removed service "ApiPlatform\State\SerializerContextBuilderInterface"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Metadata\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.iri_converter"; reason: private alias.
Removed service "ApiPlatform\Metadata\IriConverterInterface"; reason: private alias.
Removed service "api_platform.state_provider.main"; reason: private alias.
Removed service "api_platform.state_processor.main"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.inflector"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\ParameterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "api_platform.state.item_provider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $asset_mapper.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $assetMapperLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $lock.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service ".service_locator.9LJrHhf"; reason: private alias.
Removed service ".service_locator.vz3gkOJ"; reason: private alias.
Removed service ".service_locator.Bk7Dn5u"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.validator.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.state_provider.read.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.backed_enum.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.main_controller.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "api_platform.state_processor.respond"; reason: private alias.
Removed service "api_platform.state_provider.deserialize.inner"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "api_platform.state_processor.serialize.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.state_provider.validate.inner"; reason: private alias.
Removed service "api_platform.state_provider.parameter_validator.inner"; reason: private alias.
Removed service "api_platform.state_provider.parameter.inner"; reason: private alias.
Removed service "api_platform.state_provider.content_negotiation.inner"; reason: private alias.
Removed service "api_platform.state_processor.write.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.link_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.identifier.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.json_schema.metadata.property.metadata_factory.schema.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "asset_mapper.mapped_asset_factory"; reason: private alias.
Removed service "assets._default_package"; 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 "serializer"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.state_processor.add_link_header.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.class_name.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.openapi.serializer_context_builder.inner"; reason: private alias.
Removed service "api_platform.state_provider.read"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
Removed service "api_platform.hydra.name_converter.hydra_prefix.inner"; reason: private alias.
Removed service "api_platform.hal.json_schema.schema_factory.inner"; reason: private alias.
Removed service "api_platform.http_cache.processor.add_headers.inner"; reason: private alias.
Removed service "api_platform.state_provider.access_checker.inner"; reason: private alias.
Removed service "api_platform.state_provider.deserialize"; reason: private alias.
Removed service "api_platform.state_provider.access_checker"; reason: private alias.
Removed service "api_platform.state_provider.validate"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.json_schema.backward_compatible_schema_factory.inner"; reason: private alias.
Removed service "api_platform.openapi.normalizer.api_gateway"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; reason: private alias.
Removed service ".service_locator.diNoEIK"; reason: private alias.
Removed service ".service_locator..xZNYxI"; reason: private alias.
Removed service ".service_locator.B1Azv3N"; reason: private alias.
Removed service ".service_locator.ZCt72tM"; reason: private alias.
Removed service ".service_locator.RslCWdm"; reason: private alias.
Removed service ".service_locator.ddAG9px"; reason: private alias.
Removed service ".service_locator.8dCkx4a"; reason: private alias.
Removed service ".service_locator.83hHWM9"; reason: private alias.
Removed service ".service_locator.01iXnkq"; reason: private alias.
Removed service ".service_locator.fWzZ0Ce"; reason: private alias.
Removed service ".service_locator.MmuvQWP"; reason: private alias.
Removed service ".service_locator.LRPYSV."; reason: private alias.
Removed service ".service_locator.9gby_cT"; reason: private alias.
Removed service ".service_locator.SH7pJPO"; reason: private alias.
Removed service ".service_locator.494eIma"; reason: private alias.
Removed service ".service_locator.xBbAm86"; reason: private alias.
Removed service ".service_locator.HTMKDjW"; reason: private alias.
Removed service ".service_locator.__92f3W"; reason: private alias.
Removed service ".service_locator.4KsIGyf"; reason: private alias.
Removed service ".service_locator.ivgJYpg"; reason: private alias.
Removed service ".service_locator.p.ol2k3"; reason: private alias.
Removed service ".service_locator.z9ZyZUa"; reason: private alias.
Removed service ".service_locator.gu_S1Ug"; reason: private alias.
Removed service ".service_locator.JQ1vWB6"; reason: private alias.
Removed service ".service_locator.XYPT3Ks"; reason: private alias.
Removed service ".service_locator.4H12rXX"; reason: private alias.
Removed service ".service_locator.kQxzz4x"; reason: private alias.
Removed service ".service_locator.4T3GLWW"; reason: private alias.
Removed service ".service_locator.CIaeb0v"; reason: private alias.
Removed service ".service_locator.c5oZSAv"; reason: private alias.
Removed service ".service_locator.NtryP1w"; reason: private alias.
Removed service ".service_locator.yrSRkjv"; reason: private alias.
Removed service ".service_locator..embwmr"; reason: private alias.
Removed service ".service_locator.8E2zOjk"; reason: private alias.
Removed service ".service_locator.E1rMt0V"; reason: private alias.
Removed service ".service_locator.gh8vAU8"; reason: private alias.
Removed service ".service_locator.OJj5e4r"; reason: private alias.
Removed service ".service_locator.S4kqpIs"; reason: private alias.
Removed service ".service_locator.zAcNW0m"; reason: private alias.
Removed service ".service_locator.D.cgrT8"; reason: private alias.
Removed service ".service_locator.tfCHYWi"; reason: private alias.
Removed service ".service_locator.9lOAzt."; reason: private alias.
Removed service ".service_locator.ojA5xA7"; reason: private alias.
Removed service ".service_locator.Ltyz0LZ"; reason: private alias.
Removed service ".service_locator.5T1ogkF"; reason: private alias.
Removed service ".service_locator.7FCSI_i"; reason: private alias.
Removed service ".service_locator.MltBaPl"; reason: private alias.
Removed service ".service_locator.D7O.LDq"; reason: private alias.
Removed service ".service_locator.PQyFY7h"; reason: private alias.
Removed service ".service_locator.mAeQdcp"; reason: private alias.
Removed service ".service_locator.lnZ09Uf"; reason: private alias.
Removed service ".service_locator.xeJ_trd"; reason: private alias.
Removed service ".service_locator.egdtWfu"; reason: private alias.
Removed service ".service_locator.lLcFZq."; reason: private alias.
Removed service ".service_locator.0T5L9L."; reason: private alias.
Removed service ".service_locator.eGhRo7D"; reason: private alias.
Removed service ".service_locator.IpoWhmt"; reason: private alias.
Removed service ".service_locator.V8BWaXV"; reason: private alias.
Removed service ".service_locator.dIHdhm3"; reason: private alias.
Removed service ".service_locator.T5b6iqH"; reason: private alias.
Removed service ".service_locator.jVhrB46"; reason: private alias.
Removed service ".service_locator.Kweubf3"; reason: private alias.
Removed service ".service_locator.N9gW975"; reason: private alias.
Removed service ".service_locator.BiRj.Zu"; reason: private alias.
Removed service ".service_locator.GuZ8d08"; reason: private alias.
Removed service ".service_locator.F9ex9G9"; reason: private alias.
Removed service ".service_locator.UkYhCgk"; reason: private alias.
Removed service ".service_locator.VJSJ5eA"; reason: private alias.
Removed service ".service_locator.iniiQws"; reason: private alias.
Removed service ".service_locator.qIDYkpc"; reason: private alias.
Removed service ".service_locator.meyGYSA"; reason: private alias.
Removed service ".service_locator.OS8hQ7u"; reason: private alias.
Removed service ".service_locator.l2eyJnB"; reason: private alias.
Removed service ".service_locator.Krcm7H2"; reason: private alias.
Removed service ".service_locator.zulaVrr"; reason: private alias.
Removed service ".service_locator.u3P4sgk"; reason: private alias.
Removed service ".service_locator.MD3._uK"; reason: private alias.
Removed service ".service_locator.I0VDxYN"; reason: private alias.
Removed service ".service_locator.UbptHSB"; reason: private alias.
Removed service ".service_locator.Sp70ABK"; reason: private alias.
Removed service ".service_locator.3o3wt6u"; reason: private alias.
Removed service ".service_locator.rD2vYTT"; reason: private alias.
Removed service ".service_locator.vlsvrzp"; reason: private alias.
Removed service ".service_locator.BGoUktn"; reason: private alias.
Removed service ".service_locator.eH3vTE9"; reason: private alias.
Removed service ".service_locator.2CB6q1s"; reason: private alias.
Removed service ".service_locator.FtxFxrK"; reason: private alias.
Removed service ".service_locator.wD9.Mr6"; reason: private alias.
Removed service ".service_locator.B5PHJ2s"; reason: private alias.
Removed service ".service_locator.WLLUWRI"; reason: private alias.
Removed service ".service_locator.gELK4P1"; reason: private alias.
Removed service ".service_locator.lbAusya"; reason: private alias.
Removed service ".service_locator.y6dS1Bd"; reason: private alias.
Removed service ".service_locator.pV_UEWu"; reason: private alias.
Removed service ".service_locator.7XRxULU"; reason: private alias.
Removed service ".service_locator.W4mR1hJ"; reason: private alias.
Removed service ".service_locator.ohzZdRt"; reason: private alias.
Removed service ".service_locator.zERpNod"; reason: private alias.
Removed service ".service_locator.3WqQvJt"; reason: private alias.
Removed service ".service_locator.3fvCXEO"; reason: private alias.
Removed service ".service_locator.cyg4D7E"; reason: private alias.
Removed service ".service_locator.VXo7kYl"; reason: private alias.
Removed service ".service_locator.eSyT1v7"; reason: private alias.
Removed service ".service_locator.0RJ58Fg"; reason: private alias.
Removed service ".service_locator.pMHrNj1"; reason: private alias.
Removed service ".service_locator.2P.dNZf"; reason: private alias.
Removed service ".service_locator.nX_VhkQ"; reason: private alias.
Removed service ".service_locator.HRpdJsy"; reason: private alias.
Removed service ".service_locator.dSS1dRL"; reason: private alias.
Removed service ".service_locator.GC3Z7gA"; reason: private alias.
Removed service ".service_locator.UCDglbV"; reason: private alias.
Removed service ".service_locator.3A8BLAu"; reason: private alias.
Removed service ".service_locator.CTVLqeP"; reason: private alias.
Removed service ".service_locator.hJ8CjaJ"; reason: private alias.
Removed service ".service_locator.__eln6X"; reason: private alias.
Removed service ".service_locator.Y_tfOey"; reason: private alias.
Removed service ".service_locator.l_kDG0s"; reason: private alias.
Removed service ".service_locator.lk1Hqkd"; reason: private alias.
Removed service ".service_locator.CK66ULR"; reason: private alias.
Removed service ".service_locator.hbKT5sO"; reason: private alias.
Removed service ".service_locator.5Oqqf.a"; reason: private alias.
Removed service ".service_locator.PixFDKl"; reason: private alias.
Removed service ".service_locator.hEUQNWi"; reason: private alias.
Removed service ".service_locator.ohAp2Oj"; reason: private alias.
Removed service ".service_locator.nfKaKg7"; reason: private alias.
Removed service ".service_locator..Zkpu_A"; reason: private alias.
Removed service ".service_locator.5I58VEi"; reason: private alias.
Removed service ".service_locator.Bx9fR.H"; reason: private alias.
Removed service ".service_locator.GD_3QUx"; reason: private alias.
Removed service ".service_locator.LHTbDSW"; reason: private alias.
Removed service ".service_locator.Tc.S5V6"; reason: private alias.
Removed service ".service_locator.T9uyk2w"; reason: private alias.
Removed service ".service_locator.eyi2TNg"; reason: private alias.
Removed service ".service_locator.Dw6rD4F"; reason: private alias.
Removed service ".service_locator.tLzlioF"; reason: private alias.
Removed service ".service_locator.Qox4mDq"; reason: private alias.
Removed service ".service_locator.xQMI8T6"; reason: private alias.
Removed service ".service_locator.oDELdje"; reason: private alias.
Removed service ".service_locator.uvH8kV2"; reason: private alias.
Removed service ".service_locator.YUSNkOf"; reason: private alias.
Removed service ".service_locator._wYAmYg"; reason: private alias.
Removed service ".service_locator.Gf5MVVO"; reason: private alias.
Removed service ".service_locator.ZkNNRqg"; reason: private alias.
Removed service ".service_locator.9nmPNkG"; reason: private alias.
Removed service ".service_locator.oWVcnk5"; reason: private alias.
Removed service ".service_locator.S84kyoo"; reason: private alias.
Removed service ".service_locator.t7FOyw4"; reason: private alias.
Removed service ".service_locator.h80MS6y"; reason: private alias.
Removed service ".service_locator.EvYPRk3"; reason: private alias.
Removed service ".service_locator.bl6nbZv"; reason: private alias.
Removed service ".service_locator.WxoFn1B"; reason: private alias.
Removed service ".service_locator.rBbBVpb"; reason: private alias.
Removed service ".service_locator..fA.L1i"; reason: private alias.
Removed service ".service_locator.DSQA1HA"; reason: private alias.
Removed service ".service_locator.4..0P5_"; reason: private alias.
Removed service ".service_locator.jll.21K"; reason: private alias.
Removed service ".service_locator.9paG0.G"; reason: private alias.
Removed service ".service_locator.RF4ijxr"; reason: private alias.
Removed service ".service_locator.F_npBqd"; reason: private alias.
Removed service ".service_locator.L8Oq_m4"; reason: private alias.
Removed service ".service_locator.oOxkLK3"; reason: private alias.
Removed service ".service_locator.Y3LCk2i"; reason: private alias.
Removed service ".service_locator.DqGjqXs"; reason: private alias.
Removed service ".service_locator.Ki4KXe2"; reason: private alias.
Removed service ".service_locator.KdhDU4h"; reason: private alias.
Removed service ".service_locator.PWaC2O6"; reason: private alias.
Removed service ".service_locator.nkE5R3h"; reason: private alias.
Removed service ".service_locator.l6FhwYr"; reason: private alias.
Removed service ".service_locator.2hJynZY"; reason: private alias.
Removed service ".service_locator.CqnTYrW"; reason: private alias.
Removed service ".service_locator.w2iW9bh"; reason: private alias.
Removed service ".service_locator.OhwG0zS"; reason: private alias.
Removed service ".service_locator.whx1jeX"; reason: private alias.
Removed service ".service_locator.9YESh2r"; reason: private alias.
Removed service ".service_locator.AtOFMOV"; reason: private alias.
Removed service ".service_locator.QLCVGI4"; reason: private alias.
Removed service ".service_locator.S5Fax5w"; reason: private alias.
Removed service ".service_locator.cqwYT_p"; reason: private alias.
Removed service ".service_locator.yY26hkK"; reason: private alias.
Removed service ".service_locator.r8jebFp"; reason: private alias.
Removed service ".service_locator.6SeaEdB"; reason: private alias.
Removed service ".service_locator.DIp1JHq"; reason: private alias.
Removed service ".service_locator._I9uDnT"; reason: private alias.
Removed service ".service_locator.pJC0T9r"; reason: private alias.
Removed service ".service_locator.uVsIRIv"; reason: private alias.
Removed service ".service_locator.LzAOh3Q"; reason: private alias.
Removed service ".service_locator.3yCm581"; reason: private alias.
Removed service ".service_locator.8KyzMm5"; reason: private alias.
Removed service ".service_locator.Ai3tAOO"; reason: private alias.
Removed service ".service_locator.X.ANc_1"; reason: private alias.
Removed service ".service_locator.5WNIzwQ"; reason: private alias.
Removed service ".service_locator.0VlKtef"; reason: private alias.
Removed service ".service_locator.ITa4TGN"; reason: private alias.
Removed service ".service_locator.v87GfzU"; reason: private alias.
Removed service ".service_locator.7jDXujX"; reason: private alias.
Removed service ".service_locator.VdTXN7b"; reason: private alias.
Removed service ".service_locator.sQ7RHb0"; reason: private alias.
Removed service ".service_locator.wKtH.7e"; reason: private alias.
Removed service ".service_locator.WvaUIK."; reason: private alias.
Removed service ".service_locator.Ik3R5dF"; reason: private alias.
Removed service ".service_locator.XRNK95c"; reason: private alias.
Removed service ".service_locator.zPRfnv4"; reason: private alias.
Removed service ".service_locator.b_8s04k"; reason: private alias.
Removed service ".service_locator.UaTbR7I"; reason: private alias.
Removed service ".service_locator.1prrusS"; reason: private alias.
Removed service ".service_locator.K00T_40"; reason: private alias.
Removed service ".service_locator.nWwium4"; reason: private alias.
Removed service ".service_locator.Dgm2yJv"; reason: private alias.
Removed service ".service_locator.gJzZ9zV"; reason: private alias.
Removed service ".service_locator.bTyQCvR"; reason: private alias.
Removed service ".service_locator.uNcHE2m"; reason: private alias.
Removed service ".service_locator.repYfhM"; reason: private alias.
Removed service ".service_locator.4J_wOTF"; reason: private alias.
Removed service ".service_locator.F8S5e52"; reason: private alias.
Removed service ".service_locator.20W9ga_"; reason: private alias.
Removed service ".service_locator.Nv64F3b"; reason: private alias.
Removed service ".service_locator.lgHr1uq"; reason: private alias.
Removed service ".service_locator.JlrntI9"; reason: private alias.
Removed service ".service_locator.6yrOe37"; reason: private alias.
Removed service ".service_locator.MaqvS4."; reason: private alias.
Removed service ".service_locator.48fwbz1"; reason: private alias.
Removed service ".service_locator.P2.8AVj"; reason: private alias.
Removed service ".service_locator.K_MhBM3"; reason: private alias.
Removed service ".service_locator.Zj2J8C7"; reason: private alias.
Removed service ".service_locator.owNoiA_"; reason: private alias.
Removed service ".service_locator.PrlY9qI"; reason: private alias.
Removed service ".service_locator.E73hZWI"; reason: private alias.
Removed service ".service_locator.1ehiM5K"; reason: private alias.
Removed service ".service_locator.p1_HKO0"; reason: private alias.
Removed service ".service_locator.r8yrMcs"; reason: private alias.
Removed service ".service_locator.BVpbLtN"; reason: private alias.
Removed service ".service_locator.Z8BiTso"; reason: private alias.
Removed service ".service_locator.QHDTD6t"; reason: private alias.
Removed service ".service_locator.R2bDRMA"; reason: private alias.
Removed service ".service_locator.Cm.RTtL"; reason: private alias.
Removed service ".service_locator..i06rVc"; reason: private alias.
Removed service ".service_locator.0uky829"; reason: private alias.
Removed service ".service_locator.cHZNNf."; reason: private alias.
Removed service ".service_locator.vIn3r8y"; reason: private alias.
Removed service ".service_locator.Vj6zsWw"; reason: private alias.
Removed service ".service_locator.hZhgIeq"; reason: private alias.
Removed service ".service_locator.eHBtX7t"; reason: private alias.
Removed service ".service_locator.yg6Y8yy"; reason: private alias.
Removed service ".service_locator.0b8DXTs"; reason: private alias.
Removed service ".service_locator.emNe8P0"; reason: private alias.
Removed service ".service_locator.k2Srca."; reason: private alias.
Removed service ".service_locator.7w6GvNQ"; reason: private alias.
Removed service ".service_locator.Ajy__jl"; reason: private alias.
Removed service ".service_locator.3sc5B4B"; reason: private alias.
Removed service ".service_locator.KHOOLg_"; reason: private alias.
Removed service ".service_locator.oGGqDlD"; reason: private alias.
Removed service ".service_locator.V3edB5d"; reason: private alias.
Removed service ".service_locator.6h_sZlE"; reason: private alias.
Removed service ".service_locator.SLjwHDU"; reason: private alias.
Removed service ".service_locator.cUc71I0"; reason: private alias.
Removed service ".service_locator.AeRL6oD"; reason: private alias.
Removed service ".service_locator.6LHFOYm"; reason: private alias.
Removed service ".service_locator.ZUREwsl"; reason: private alias.
Removed service ".service_locator.I8s8QP4"; reason: private alias.
Removed service ".service_locator.8OitG6z"; reason: private alias.
Removed service ".service_locator.EsgCQPR"; reason: private alias.
Removed service ".service_locator.oHuGCDg"; reason: private alias.
Removed service ".service_locator.Z6IA92B"; reason: private alias.
Removed service ".service_locator.0fMcL7v"; reason: private alias.
Removed service ".service_locator.Yx_.vV1"; reason: private alias.
Removed service ".service_locator.Gop7Omf"; reason: private alias.
Removed service ".service_locator.k8z70cM"; reason: private alias.
Removed service ".service_locator.XzG.cvN"; reason: private alias.
Removed service ".service_locator._tBGFFx"; reason: private alias.
Removed service ".service_locator.szBmd.E"; reason: private alias.
Removed service ".service_locator.4Mnkuo."; reason: private alias.
Removed service ".service_locator.Zbvtx2n"; reason: private alias.
Removed service ".service_locator.AGXiUsj"; reason: private alias.
Removed service ".service_locator.xmvTmqK"; reason: private alias.
Removed service ".service_locator.p.CWbCa"; reason: private alias.
Removed service ".service_locator.j3xcrnZ"; reason: private alias.
Removed service ".service_locator.YZkhVD."; reason: private alias.
Removed service ".service_locator.uxcotYK"; reason: private alias.
Removed service ".service_locator.o9zofm7"; reason: private alias.
Removed service ".service_locator.v16pWDa"; reason: private alias.
Removed service ".service_locator.JV9ClRE"; reason: private alias.
Removed service ".service_locator.gNa3L.c"; reason: private alias.
Removed service ".service_locator.VWWKZxT"; reason: private alias.
Removed service ".service_locator.SfTlwtc"; reason: private alias.
Removed service ".service_locator.vVUR7ll"; reason: private alias.
Removed service ".service_locator.Gv73X1i"; reason: private alias.
Removed service ".service_locator.1oJhEys"; reason: private alias.
Removed service ".service_locator.C_gGqo6"; reason: private alias.
Removed service ".service_locator.xQEksSR"; reason: private alias.
Removed service ".service_locator.5uyoco2"; reason: private alias.
Removed service ".service_locator.g0q.ixU"; reason: private alias.
Removed service ".service_locator.TM8rmu7"; reason: private alias.
Removed service ".service_locator.F54coTq"; reason: private alias.
Removed service ".service_locator.A9Twma0"; reason: private alias.
Removed service ".service_locator.s4ZKgkV"; reason: private alias.
Removed service ".service_locator.KiJKGCj"; reason: private alias.
Removed service ".service_locator.DKwKlN4"; reason: private alias.
Removed service ".service_locator.c6vumIQ"; reason: private alias.
Removed service ".service_locator.bdYYYnY"; reason: private alias.
Removed service ".service_locator.cw9r.J5"; reason: private alias.
Removed service ".service_locator.ELIZyJJ"; reason: private alias.
Removed service ".service_locator.ZcAcVO4"; reason: private alias.
Removed service ".service_locator.mvXYtwu"; reason: private alias.
Removed service ".service_locator.aN5qPz2"; reason: private alias.
Removed service ".service_locator.52TeSQl"; reason: private alias.
Removed service ".service_locator.cuAfiVh"; reason: private alias.
Removed service ".service_locator.ibHa1dP"; reason: private alias.
Removed service ".service_locator.b491maD"; reason: private alias.
72
Changed reference of service "App\Controller\Company\Action\AdvertiserRouteAction" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Company\Action\RouteCompanyAction" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\CpfOrEmailAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "mailer.transport.mailer1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport.mailer2" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.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 "asset_mapper.command.compile" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.native" 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.sendgrid" 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 "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "texter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.processor" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.QaaoWjx" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.DMfgFyO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.YAcX0.U" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.K3sdCor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "api_platform.state_provider.access_checker.post_deserialize.inner" previously pointing to "translator.data_collector" to "translator".
857
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.backed_enum_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.App\Monolog\Handler\ErrorEmailHandler"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.App\Monolog\Handler\ErrorEmailHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Monolog\Handler\ErrorEmailHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Auction\AuctionRecorrenceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Auction\AuctionRecorrenceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Auction\RouteCompanyAuctionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Auction\RouteCompanyAuctionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CloseExpiredAuctionTripsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CloseExpiredAuctionTripsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Homologation\ActiveSuspendedTransportersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Homologation\ActiveSuspendedTransportersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\CheckRouteCompanyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Maintenance\CheckRouteCompanyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\MaintenanceDBCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Maintenance\MaintenanceDBCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\MigrationRoutineCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Maintenance\MigrationRoutineCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Rating\CloseRatingsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Rating\CloseRatingsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendAuctionDigestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendAuctionDigestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Task\TaskCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Task\TaskCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestMailerAlertsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestMailerAlertsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Trips\AutoCancelRoutesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Trips\AutoCancelRoutesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Trips\CancelTripsNotAcceptTime"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Trips\CancelTripsNotAcceptTime"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Whatsapp\WhatsappCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Whatsapp\WhatsappCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\FrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\FrontendController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Client\FrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Client\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\ShipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\ShipController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Client\ShipController"; reason: abstract.
Removed service ".instanceof.App\Controller\Company\Action\AdvertiserRouteAction.0.App\Controller\Company\Action\AdvertiserRouteAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\Action\AdvertiserRouteAction"; reason: abstract.
Removed service ".instanceof.App\Controller\Company\Action\RouteCompanyAction.0.App\Controller\Company\Action\RouteCompanyAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\Action\RouteCompanyAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AdvertiserPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AdvertiserPointController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\AdvertiserPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AdvertiserRouteConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AdvertiserRouteConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\AdvertiserRouteConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AdvertiserRouteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AdvertiserRouteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\AdvertiserRouteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\ApprovedController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\ApprovedController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\ApprovedController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\AuctionRecorrenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\AuctionRecorrenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\AuctionRecorrenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyApprovedListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyApprovedListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\CompanyApprovedListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyBlockchainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyBlockchainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\CompanyBlockchainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyChatController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\CompanyChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyCourierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyCourierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\CompanyCourierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanySettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanySettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\CompanySettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyShipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyShipController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\CompanyShipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyTransporterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyTransporterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\CompanyTransporterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\CompanyUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\CompanyVehicleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\CompanyVehicleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\CompanyVehicleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\FinancialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\FinancialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\FinancialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\FrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\FrontendController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\FrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\PendingHomologationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\PendingHomologationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\PendingHomologationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\RouteAuctionSettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\RouteAuctionSettingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\RouteAuctionSettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\RouteCompanyConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\RouteCompanyConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\RouteCompanyConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\RouteCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\RouteCompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\RouteCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Company\SuperAuditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Company\SuperAuditController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Company\SuperAuditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pwa\DriverSelfRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pwa\DriverSelfRegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pwa\DriverSelfRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pwa\FrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pwa\FrontendController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Pwa\FrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegisterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegisterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegisterController"; 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\Super\AdvertisementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\AdvertisementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\AdvertisementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\AdvertisementRefusalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\AdvertisementRefusalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\AdvertisementRefusalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\AdvertiserRouteConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\AdvertiserRouteConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\AdvertiserRouteConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\AuctionMigration\AuctionMigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\AuctionMigration\AuctionMigrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\AuctionMigration\AuctionMigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\BlockchainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\BlockchainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\BlockchainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CategoryComissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CategoryComissionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\CategoryComissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\ComissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\ComissionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\ComissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CompanyDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CompanyDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\CompanyDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CourierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CourierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\CourierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\CurrencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\CurrencyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\CurrencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\EmailTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\EmailTestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\EmailTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\HomologationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\HomologationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\HomologationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\InvoiceTransporterComissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\InvoiceTransporterComissionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\InvoiceTransporterComissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\LogEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\LogEmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\LogEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MailerConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MailerConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\MailerConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MailerRecipientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MailerRecipientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\MailerRecipientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationCobasiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationCobasiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\MigrationCobasiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\MigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController\CouriersMigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController\CouriersMigrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\MigrationController\CouriersMigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController\PointsMigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController\PointsMigrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\MigrationController\PointsMigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController\UsersMigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController\UsersMigrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\MigrationController\UsersMigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationController\VehiclesMigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationController\VehiclesMigrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\MigrationController\VehiclesMigrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationPetzController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationPetzController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\MigrationPetzController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationsController\MigrationCarrefourController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationsController\MigrationCarrefourController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\MigrationsController\MigrationCarrefourController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\MigrationsController\MigrationMagaluController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\MigrationsController\MigrationMagaluController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\MigrationsController\MigrationMagaluController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\PendingHomologationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\PendingHomologationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\PendingHomologationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\ProposalDraftController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\ProposalDraftController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\ProposalDraftController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\RecurrenceLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\RecurrenceLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\RecurrenceLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\RouteCompanyConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\RouteCompanyConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\RouteCompanyConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\StatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\StatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\StatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperAddressesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperAddressesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\SuperAddressesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperAdvertiserRouteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperAdvertiserRouteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\SuperAdvertiserRouteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperAuditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperAuditController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\SuperAuditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\SuperClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperExpeditionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperExpeditionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\SuperExpeditionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperInvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\SuperInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperProposalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperProposalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\SuperProposalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperRouteApprovalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperRouteApprovalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\SuperRouteApprovalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperShipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperShipController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\SuperShipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\SuperUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\SuperUserPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\SuperUserPointController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\SuperUserPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\TaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\TaskController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\TaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\TransporterCompanyRouteCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\TransporterCompanyRouteCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\TransporterCompanyRouteCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\TransporterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\TransporterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\TransporterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\VehicleCharatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\VehicleCharatController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\VehicleCharatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\VehicleEmbodimentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\VehicleEmbodimentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\VehicleEmbodimentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\VehicleFormatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\VehicleFormatController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\VehicleFormatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Super\VehicleTypologyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Super\VehicleTypologyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Super\VehicleTypologyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\AdvertiserProposalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\AdvertiserProposalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\AdvertiserProposalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\AuctionScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\AuctionScheduleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\AuctionScheduleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\AuctionTripController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\AuctionTripController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\AuctionTripController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ChatController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\ChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\CourierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\CourierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\CourierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\DriverRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\DriverRegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\DriverRegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ExpeditionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ExpeditionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\ExpeditionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\PlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\PlanningController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\PlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\PremiumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\PremiumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\PropostalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\PropostalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\PropostalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ShipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ShipController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\ShipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\ShipStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\ShipStatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\ShipStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\SuspensionRoutesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\SuspensionRoutesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\SuspensionRoutesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\TransporterCourierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\TransporterCourierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\TransporterCourierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\TransporterSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\TransporterSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\TransporterSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\TransporterUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\TransporterUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\TransporterUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\UserClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\UserClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\UserClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\VehicleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\VehicleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\VehicleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Transporter\VehicleTrailerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Transporter\VehicleTrailerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Transporter\VehicleTrailerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WhatsAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WhatsAppController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WhatsAppController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AuctionDigestFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AuctionDigestFixtures"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Doctrine\FilterCollectionByExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Doctrine\FilterCollectionByExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\FilterCollectionByExtension"; reason: abstract.
Removed service ".instanceof.App\EventListener\TransporterSuspensionRemoveListener.0.App\EventListener\TransporterSuspensionRemoveListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\TransporterSuspensionRemoveListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TimezoneSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\TimezoneSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertisementRefusalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdvertisementRefusalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertisementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdvertisementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserPoint1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdvertiserPoint1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserPointType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdvertiserPointType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserRouteConfiguration1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdvertiserRouteConfiguration1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserRouteConfigurationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdvertiserRouteConfigurationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserRouteProposalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdvertiserRouteProposalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdvertiserRouteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdvertiserRouteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionRecorrenceSettingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AuctionRecorrenceSettingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Chat1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Chat1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChatType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChatType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Client1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Client1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Collection\AdvertiserRouteCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Collection\AdvertiserRouteCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\AdvertiserPointTransporterConfigurationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Company\AdvertiserPointTransporterConfigurationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\AdvertiserRouteEditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Company\AdvertiserRouteEditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\Search\CompanyFinancialDashBoardSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Company\Search\CompanyFinancialDashBoardSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\Search\CompanyRouteCompanySearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Company\Search\CompanyRouteCompanySearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyApprovedListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyApprovedListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyCourierFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyCourierFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanySettingsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanySettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CourierType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CourierType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CurrencyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CurrencyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Expedition1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Expedition1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExpeditionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExpeditionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterTransporterCourierType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FilterTransporterCourierType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Invoice1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Invoice1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceTransporterComissionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoiceTransporterComissionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailerConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MailerConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MailerRecipientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MailerRecipientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PendingTransporterHomologation1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PendingTransporterHomologation1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PendingTransporterHomologationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PendingTransporterHomologationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProposalDraftType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProposalDraftType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProposalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProposalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProposalVehicleFormatFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProposalVehicleFormatFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Pwa\CourierProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Pwa\CourierProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecurrenceLogType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RecurrenceLogType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Register\CompanyRegisterFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Register\CompanyRegisterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Register\TransporterRegisterFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Register\TransporterRegisterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteAuctionSetting1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RouteAuctionSetting1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteAuctionSettingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RouteAuctionSettingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteCompanyApprovedListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RouteCompanyApprovedListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteCompanyConfigurationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RouteCompanyConfigurationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteCompanyPointFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RouteCompanyPointFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteCompanyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RouteCompanyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RouteInfoVehicleFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RouteInfoVehicleFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\BlockChainSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\BlockChainSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\CompanyAdversiterRouteSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\CompanyAdversiterRouteSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\CompanyAdvertiserRouteWinnerSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\CompanyAdvertiserRouteWinnerSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperAdvertiserRouteSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\SuperAdvertiserRouteSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperAuditFormSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\SuperAuditFormSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperAuditSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\SuperAuditSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperCompanyDashboardSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\SuperCompanyDashboardSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperLogEmailSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\SuperLogEmailSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperProposalDraftSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\SuperProposalDraftSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Search\SuperRouteApprovalSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Search\SuperRouteApprovalSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ship1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ship1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShipStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ShipStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ShipType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ShipType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Super\ConnectionFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Super\ConnectionFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Super\TransporterSuperSettingsFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Super\TransporterSuperSettingsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SuperUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Transporter\VoluntaryOfferSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Transporter\VoluntaryOfferSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterAuctionTripType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TransporterAuctionTripType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterCompanyRouteCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TransporterCompanyRouteCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterCourierType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TransporterCourierType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TransporterSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransporterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TransporterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User1Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User1Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User2Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User2Type"; 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\VehicleCharactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VehicleCharactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleEmbodimentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VehicleEmbodimentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleFormatType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VehicleFormatType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleTrailerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VehicleTrailerType"; 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\VehicleTypologyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VehicleTypologyType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActionAccessKeyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ActionAccessKeyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertisementCompanyExceptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdvertisementCompanyExceptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertisementRefusalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdvertisementRefusalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertisementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdvertisementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserCteFileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdvertiserCteFileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserPointRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdvertiserPointRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserPointTransporterConfigurationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdvertiserPointTransporterConfigurationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteConfigurationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdvertiserRouteConfigurationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteProposalComissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdvertiserRouteProposalComissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteProposalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdvertiserRouteProposalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdvertiserRouteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdvertiserRouteStopRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdvertiserRouteStopRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionImportLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuctionImportLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionNotificationQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuctionNotificationQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionRecorrenceSettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuctionRecorrenceSettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuditRouteWinnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuditRouteWinnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryComissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryComissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComissionCompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ComissionCompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyApprovedListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyApprovedListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyFileBaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyFileBaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyHomologationCourierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyHomologationCourierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanySettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanySettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyVehicleFormatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyVehicleFormatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConnectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConnectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierFileBaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourierFileBaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierGeolocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourierGeolocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CurrencyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CurrencyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DriverHomologationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DriverHomologationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DriverHomologationStatusHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DriverHomologationStatusHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DriverHomologationStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DriverHomologationStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DriverRegistrationTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DriverRegistrationTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EvaluationCourierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EvaluationCourierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EvaluationPointRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EvaluationPointRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EvaluationTransporterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EvaluationTransporterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpeditionHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExpeditionHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExpeditionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExpeditionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceFileBaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceFileBaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTransporterComissionLineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceTransporterComissionLineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTransporterComissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceTransporterComissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogEmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogEmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogHomologationTransporterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogHomologationTransporterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRouteAcceptanceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogRouteAcceptanceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRouteCompanyAcceptanceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogRouteCompanyAcceptanceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRouteRejectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogRouteRejectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailerConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MailerConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailerRecipientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MailerRecipientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PendingTransporterHomologationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PendingTransporterHomologationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProposalCategoryComissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProposalCategoryComissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProposalDraftRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProposalDraftRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProposalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProposalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProposalVehicleFormatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProposalVehicleFormatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecurrenceLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RecurrenceLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteAuctionSettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RouteAuctionSettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyApprovedListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RouteCompanyApprovedListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyConfigurationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RouteCompanyConfigurationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyConfigurationVehicleFormatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RouteCompanyConfigurationVehicleFormatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyConfigurationWorkingHourRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RouteCompanyConfigurationWorkingHourRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyDirectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RouteCompanyDirectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyPointRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RouteCompanyPointRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteCompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RouteCompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RouteInfoVehicleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RouteInfoVehicleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipFileBaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShipFileBaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShipRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShipStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TableImportLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TableImportLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TaskRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterAuctionTripProposalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransporterAuctionTripProposalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterAuctionTripRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransporterAuctionTripRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterCompanyRouteCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransporterCompanyRouteCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterCourierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransporterCourierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransporterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransporterSettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterSuspensionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransporterSuspensionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransporterVehicleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransporterVehicleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPointRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserPointRepository"; 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\VehicleCharactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VehicleCharactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleEmbodimentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VehicleEmbodimentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleFormatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VehicleFormatRepository"; 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\VehicleTrailerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VehicleTrailerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleTypologyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VehicleTypologyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WhatsappRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WhatsappRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Courier\CourierSharedService"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Courier\CourierSharedService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Courier\CourierSharedService"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AuditExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AuditExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DateExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\DateExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MoneyExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MoneyExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimezoneExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TimezoneExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\CpfConstraintValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\CpfConstraintValidator"; reason: abstract.
175
Removed service "App\Monolog\Handler\ErrorEmailHandler"; reason: unused.
Removed service "App\Monolog\Http500ActivationStrategy"; reason: unused.
Removed service "App\Service\Helper\AuditHelper"; reason: unused.
Removed service "App\Service\Lib\AddressData"; reason: unused.
Removed service "App\Service\Lib\UtilString"; reason: unused.
Removed service "App\Service\Migration\MigrationCourierService"; reason: unused.
Removed service "App\Service\Migration\MigrationUserService"; reason: unused.
Removed service "App\Service\Migration\MigrationVehicleService"; reason: unused.
Removed service "App\Validator\CpfConstraint"; reason: unused.
Removed service "App\Validator\UtilValidator"; reason: unused.
Removed service "mailer.transport.mailer1"; reason: unused.
Removed service "mailer.transport.mailer2"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.serializer.property_metadata_loader"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "api_platform.doctrine.orm.order_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.range_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.date_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.backed_enum_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.boolean_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.numeric_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.exists_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.search_filter.instance"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer.api_gateway"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer.legacy"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.validation_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.documentation"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.entrypoint"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hal.normalizer.entrypoint"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.problem.normalizer.validation_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hal.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.serializer.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.collection"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hal.normalizer.collection"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.object"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hal.normalizer.object"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.jsonopenapi.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.yamlopenapi.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.jsonld.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.hal.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.problem.encoder"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.bvmE8RF"; reason: unused.
Removed service ".service_locator.TwypoFh"; reason: unused.
809
Inlined service "App\Service\RecorrenceService" to "App\Command\Auction\AuctionRecorrenceCommand".
Inlined service "App\Service\Transporter\TransporterAuctionTripClosingService" to "App\Command\CloseExpiredAuctionTripsCommand".
Inlined service "App\Service\Maintenance\CheckRouteCompanyService" to "App\Command\Maintenance\CheckRouteCompanyCommand".
Inlined service "App\Service\Maintenance\MaintenanceDBService" to "App\Command\Maintenance\MaintenanceDBCommand".
Inlined service "App\Service\Super\TaskService" to "App\Command\Task\TaskCommand".
Inlined service ".service_locator.QaaoWjx.App\Controller\Client\FrontendController" to "App\Controller\Client\FrontendController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Client\InvoiceController" to "App\Controller\Client\InvoiceController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Client\ShipController" to "App\Controller\Client\ShipController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\AdvertiserPointController" to "App\Controller\Company\AdvertiserPointController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\AdvertiserRouteConfigurationController" to "App\Controller\Company\AdvertiserRouteConfigurationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\AdvertiserRouteController" to "App\Controller\Company\AdvertiserRouteController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\ApprovedController" to "App\Controller\Company\ApprovedController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\AuctionRecorrenceController" to "App\Controller\Company\AuctionRecorrenceController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\CompanyApprovedListController" to "App\Controller\Company\CompanyApprovedListController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\CompanyBlockchainController" to "App\Controller\Company\CompanyBlockchainController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\CompanyChatController" to "App\Controller\Company\CompanyChatController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\CompanyCourierController" to "App\Controller\Company\CompanyCourierController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\CompanySettingsController" to "App\Controller\Company\CompanySettingsController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\CompanyShipController" to "App\Controller\Company\CompanyShipController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\CompanyTransporterController" to "App\Controller\Company\CompanyTransporterController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\CompanyUserController" to "App\Controller\Company\CompanyUserController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\CompanyVehicleController" to "App\Controller\Company\CompanyVehicleController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\FinancialController" to "App\Controller\Company\FinancialController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\FrontendController" to "App\Controller\Company\FrontendController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\PendingHomologationController" to "App\Controller\Company\PendingHomologationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\RouteAuctionSettingController" to "App\Controller\Company\RouteAuctionSettingController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\RouteCompanyConfigurationController" to "App\Controller\Company\RouteCompanyConfigurationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\RouteCompanyController" to "App\Controller\Company\RouteCompanyController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Company\SuperAuditController" to "App\Controller\Company\SuperAuditController".
Inlined service ".service_locator.QaaoWjx.App\Controller\FrontendController" to "App\Controller\FrontendController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Pwa\DriverSelfRegistrationController" to "App\Controller\Pwa\DriverSelfRegistrationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Pwa\FrontendController" to "App\Controller\Pwa\FrontendController".
Inlined service ".service_locator.QaaoWjx.App\Controller\RegisterController" to "App\Controller\RegisterController".
Inlined service ".service_locator.QaaoWjx.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\AdvertisementController" to "App\Controller\Super\AdvertisementController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\AdvertisementRefusalController" to "App\Controller\Super\AdvertisementRefusalController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\AdvertiserRouteConfigurationController" to "App\Controller\Super\AdvertiserRouteConfigurationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\AuctionMigration\AuctionMigrationController" to "App\Controller\Super\AuctionMigration\AuctionMigrationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\BlockchainController" to "App\Controller\Super\BlockchainController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\CategoryComissionController" to "App\Controller\Super\CategoryComissionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\ComissionController" to "App\Controller\Super\ComissionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\CompanyController" to "App\Controller\Super\CompanyController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\CompanyDashboardController" to "App\Controller\Super\CompanyDashboardController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\CourierController" to "App\Controller\Super\CourierController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\CurrencyController" to "App\Controller\Super\CurrencyController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\DashboardController" to "App\Controller\Super\DashboardController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\EmailTestController" to "App\Controller\Super\EmailTestController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\HomologationController" to "App\Controller\Super\HomologationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\InvoiceTransporterComissionController" to "App\Controller\Super\InvoiceTransporterComissionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\LogEmailController" to "App\Controller\Super\LogEmailController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\MailerConfigController" to "App\Controller\Super\MailerConfigController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\MailerRecipientController" to "App\Controller\Super\MailerRecipientController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\MigrationCobasiController" to "App\Controller\Super\MigrationCobasiController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\MigrationController" to "App\Controller\Super\MigrationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\MigrationController\CouriersMigrationController" to "App\Controller\Super\MigrationController\CouriersMigrationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\MigrationController\PointsMigrationController" to "App\Controller\Super\MigrationController\PointsMigrationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\MigrationController\UsersMigrationController" to "App\Controller\Super\MigrationController\UsersMigrationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\MigrationController\VehiclesMigrationController" to "App\Controller\Super\MigrationController\VehiclesMigrationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\MigrationPetzController" to "App\Controller\Super\MigrationPetzController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\MigrationsController\MigrationCarrefourController" to "App\Controller\Super\MigrationsController\MigrationCarrefourController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\MigrationsController\MigrationMagaluController" to "App\Controller\Super\MigrationsController\MigrationMagaluController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\PendingHomologationController" to "App\Controller\Super\PendingHomologationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\ProposalDraftController" to "App\Controller\Super\ProposalDraftController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\RecurrenceLogController" to "App\Controller\Super\RecurrenceLogController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\RouteCompanyConfigurationController" to "App\Controller\Super\RouteCompanyConfigurationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\StatusController" to "App\Controller\Super\StatusController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\SuperAddressesController" to "App\Controller\Super\SuperAddressesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\SuperAdvertiserRouteController" to "App\Controller\Super\SuperAdvertiserRouteController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\SuperAuditController" to "App\Controller\Super\SuperAuditController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\SuperClientController" to "App\Controller\Super\SuperClientController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\SuperExpeditionController" to "App\Controller\Super\SuperExpeditionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\SuperInvoiceController" to "App\Controller\Super\SuperInvoiceController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\SuperProposalController" to "App\Controller\Super\SuperProposalController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\SuperRouteApprovalController" to "App\Controller\Super\SuperRouteApprovalController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\SuperShipController" to "App\Controller\Super\SuperShipController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\SuperUserController" to "App\Controller\Super\SuperUserController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\SuperUserPointController" to "App\Controller\Super\SuperUserPointController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\TaskController" to "App\Controller\Super\TaskController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\TransporterCompanyRouteCategoryController" to "App\Controller\Super\TransporterCompanyRouteCategoryController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\TransporterController" to "App\Controller\Super\TransporterController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\VehicleCharatController" to "App\Controller\Super\VehicleCharatController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\VehicleEmbodimentController" to "App\Controller\Super\VehicleEmbodimentController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\VehicleFormatController" to "App\Controller\Super\VehicleFormatController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Super\VehicleTypologyController" to "App\Controller\Super\VehicleTypologyController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\AdvertiserProposalController" to "App\Controller\Transporter\AdvertiserProposalController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\AuctionScheduleController" to "App\Controller\Transporter\AuctionScheduleController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\AuctionTripController" to "App\Controller\Transporter\AuctionTripController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\ChatController" to "App\Controller\Transporter\ChatController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\ClientController" to "App\Controller\Transporter\ClientController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\CourierController" to "App\Controller\Transporter\CourierController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\DashboardController" to "App\Controller\Transporter\DashboardController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\DriverRegistrationController" to "App\Controller\Transporter\DriverRegistrationController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\ExpeditionController" to "App\Controller\Transporter\ExpeditionController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\InvoiceController" to "App\Controller\Transporter\InvoiceController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\PlanningController" to "App\Controller\Transporter\PlanningController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\PremiumController" to "App\Controller\Transporter\PremiumController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\PropostalController" to "App\Controller\Transporter\PropostalController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\ShipController" to "App\Controller\Transporter\ShipController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\ShipStatusController" to "App\Controller\Transporter\ShipStatusController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\SuspensionRoutesController" to "App\Controller\Transporter\SuspensionRoutesController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\TransporterCourierController" to "App\Controller\Transporter\TransporterCourierController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\TransporterSettingsController" to "App\Controller\Transporter\TransporterSettingsController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\TransporterUserController" to "App\Controller\Transporter\TransporterUserController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\UserClientController" to "App\Controller\Transporter\UserClientController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\VehicleController" to "App\Controller\Transporter\VehicleController".
Inlined service ".service_locator.QaaoWjx.App\Controller\Transporter\VehicleTrailerController" to "App\Controller\Transporter\VehicleTrailerController".
Inlined service ".service_locator.QaaoWjx.App\Controller\WhatsAppController" to "App\Controller\WhatsAppController".
Inlined service "App\Service\ReportService" to "App\Doctrine\FilterCollectionByExtension".
Inlined service ".service_locator.QaaoWjx.App\Service\Courier\CourierSharedService" to "App\Service\Courier\CourierSharedService".
Inlined service "http_client.n8n" to "App\Service\N8NService".
Inlined service "App\Service\OdmService" to "App\Service\Transporter\CourierService".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.jkL9kAz" to "console.command.cache_pool_invalidate_tags".
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.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.asset_mapper.recorder_inner" to "cache.asset_mapper".
Inlined service "asset_mapper.asset_package" to "assets.packages".
Inlined service "asset_mapper.cached_mapped_asset_factory" to "asset_mapper".
Inlined service "asset_mapper.cached_mapped_asset_factory.inner" to "asset_mapper.cached_mapped_asset_factory".
Inlined service "asset_mapper.asset_package.inner" to "asset_mapper.asset_package".
Inlined service "asset_mapper.local_public_assets_filesystem" to "asset_mapper.command.compile".
Inlined service "asset_mapper.importmap.auditor" to "asset_mapper.importmap.command.audit".
Inlined service "asset_mapper.importmap.update_checker" to "asset_mapper.importmap.command.outdated".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service "mailer.transports" to "console.command.mailer_test".
Inlined service ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.DMfgFyO.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "api_platform.route_loader" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.Hu7m0tQ" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.nvIJVVC" to "router.expression_language_provider".
Inlined service ".service_locator.YAcX0.U.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" 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.B7p.hgn" 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.Cm7h8un" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.vVyyJMa" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.g9m6ul0" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.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.tnkdgh." 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 "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.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.importmap" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AuditExtension" to "twig".
Inlined service "App\Twig\DateExtension" to "twig".
Inlined service "App\Twig\MoneyExtension" to "twig".
Inlined service "App\Twig\TimezoneExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "App\Service\AdvertisementService" 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.Fuy.CqR.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 "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.hVWZWKZ" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "asset_mapper.importmap.renderer" to "twig.runtime.importmap".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.NXTTdTW" to "security.helper".
Inlined service ".service_locator.S3j4EPT" to "security.helper".
Inlined service ".service_locator.wEl9HI6" to "security.helper".
Inlined service "api_platform.security.expression_language_provider" to "security.expression_language".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.7hffHUr" to "security.access_map".
Inlined service ".security.request_matcher.BhpRUZK" to "security.access_map".
Inlined service ".security.request_matcher.Z5lmFuw" to "security.access_map".
Inlined service ".security.request_matcher.IOl_AI2" to "security.access_map".
Inlined service ".security.request_matcher.u_be8.B" to "security.access_map".
Inlined service ".security.request_matcher.3xnhKZr" to "security.access_map".
Inlined service ".security.request_matcher.DLU55v8" to "security.access_map".
Inlined service ".security.request_matcher.I_Hqzgo" to "security.access_map".
Inlined service ".security.request_matcher...5i2zk" to "security.access_map".
Inlined service ".security.request_matcher.xWLZRIT" to "security.access_map".
Inlined service ".security.request_matcher.giT7wWn" to "security.access_map".
Inlined service ".security.request_matcher.Ayo5Qit" to "security.access_map".
Inlined service ".security.request_matcher.7vyIF0e" to "security.access_map".
Inlined service ".security.request_matcher.UVqvvbW" to "security.access_map".
Inlined service ".security.request_matcher.WN0y.pv" to "security.access_map".
Inlined service ".security.request_matcher.urmXIdq" to "security.access_map".
Inlined service ".security.request_matcher.K6ufjVX" to "security.access_map".
Inlined service ".security.request_matcher..RRBwkt" to "security.access_map".
Inlined service ".security.request_matcher.gpBoRoB" to "security.access_map".
Inlined service ".security.request_matcher.NfUdtSL" to "security.access_map".
Inlined service ".security.request_matcher.WalJcHo" to "security.access_map".
Inlined service ".security.request_matcher.HZ.f_A3" to "security.access_map".
Inlined service ".security.request_matcher.uI3u6wz" to "security.access_map".
Inlined service ".security.request_matcher.i1DZA_C" to "security.access_map".
Inlined service ".security.request_matcher.DHXEuX6" to "security.access_map".
Inlined service ".security.request_matcher.ZEZF_zS" to "security.access_map".
Inlined service ".security.request_matcher.PswX8i9" to "security.access_map".
Inlined service ".security.request_matcher.Bki5hdm" to "security.access_map".
Inlined service ".security.request_matcher.rh0xpBg" to "security.access_map".
Inlined service ".security.request_matcher.moHmMMu" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.jskvHIy" to ".security.request_matcher.m10shLs".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "limiter.storage._login_local_main" to "limiter._login_local_main".
Inlined service "limiter.storage._login_global_main" to "limiter._login_global_main".
Inlined service "limiter._login_global_main" to "security.login_throttling.main.limiter".
Inlined service "limiter._login_local_main" to "security.login_throttling.main.limiter".
Inlined service "security.login_throttling.main.limiter" to "security.listener.login_throttling.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.LORg6t3" to ".security.request_matcher.7hffHUr".
Inlined service ".security.request_matcher.T8BdVIN" to ".security.request_matcher.BhpRUZK".
Inlined service ".security.request_matcher.0h..Oiz" to ".security.request_matcher.Z5lmFuw".
Inlined service ".security.request_matcher.LBFQyWL" to ".security.request_matcher.IOl_AI2".
Inlined service ".security.request_matcher.MfLQs3x" to ".security.request_matcher.u_be8.B".
Inlined service ".security.request_matcher.xWeNGzc" to ".security.request_matcher.3xnhKZr".
Inlined service ".security.request_matcher.znXzOSu" to ".security.request_matcher.DLU55v8".
Inlined service ".security.request_matcher.5n1UlhU" to ".security.request_matcher.I_Hqzgo".
Inlined service ".security.request_matcher.AhEgth_" to ".security.request_matcher...5i2zk".
Inlined service ".security.request_matcher.mX.v68U" to ".security.request_matcher.xWLZRIT".
Inlined service ".security.request_matcher.sPGMQGr" to ".security.request_matcher.giT7wWn".
Inlined service ".security.request_matcher.QpLIi0P" to ".security.request_matcher.Ayo5Qit".
Inlined service ".security.request_matcher.5WxLt36" to ".security.request_matcher.7vyIF0e".
Inlined service ".security.request_matcher.GuHC5hM" to ".security.request_matcher.UVqvvbW".
Inlined service ".security.request_matcher.Z5urTSj" to ".security.request_matcher.WN0y.pv".
Inlined service ".security.request_matcher.wNeG4cv" to ".security.request_matcher.urmXIdq".
Inlined service ".security.request_matcher.HqC2Flr" to ".security.request_matcher.K6ufjVX".
Inlined service ".security.request_matcher.mdyuPwT" to ".security.request_matcher..RRBwkt".
Inlined service ".security.request_matcher..Eeaybl" to ".security.request_matcher.gpBoRoB".
Inlined service ".security.request_matcher.PyUg4Vl" to ".security.request_matcher.NfUdtSL".
Inlined service ".security.request_matcher.Cy5x0.i" to ".security.request_matcher.WalJcHo".
Inlined service ".security.request_matcher.k7EqnXb" to ".security.request_matcher.HZ.f_A3".
Inlined service ".security.request_matcher.u6GB5kT" to ".security.request_matcher.uI3u6wz".
Inlined service ".security.request_matcher.Psksw9T" to ".security.request_matcher.i1DZA_C".
Inlined service ".security.request_matcher.Od7LlFb" to ".security.request_matcher.DHXEuX6".
Inlined service ".security.request_matcher.Ha7mcKC" to ".security.request_matcher.ZEZF_zS".
Inlined service ".security.request_matcher.H17jV05" to ".security.request_matcher.PswX8i9".
Inlined service ".security.request_matcher.PJ5nMCh" to ".security.request_matcher.Bki5hdm".
Inlined service ".security.request_matcher.DLz1yYK" to ".security.request_matcher.rh0xpBg".
Inlined service ".security.request_matcher.tJYcRk0" to ".security.request_matcher.moHmMMu".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.CUDSgej".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\AuctionDigestFixtures" to "doctrine.fixtures.loader".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service ".service_locator.CyE6OOE" to "api_platform.state_provider.locator".
Inlined service ".service_locator.tRSBvkY" to "api_platform.state_processor.locator".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.metadata.inflector" to "api_platform.metadata.path_segment_name_generator.underscore".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.state_provider.parameter" to "api_platform.state_provider.content_negotiation".
Inlined service ".service_locator.DE_8AZb" to "api_platform.state_provider.parameter".
Inlined service "api_platform.http_cache.processor.add_headers" to "api_platform.state_processor.serialize".
Inlined service "api_platform.state_processor.serialize" to "api_platform.state_processor.write".
Inlined service "api_platform.state_processor.locator" to "api_platform.state_processor.write".
Inlined service "api_platform.hydra.processor.link" to "api_platform.state_processor.add_link_header".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.name_collection_factory.concerns" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.class_name".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.concerns".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.metadata.property.metadata_factory.identifier" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.json_schema.metadata.property.metadata_factory.schema" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.identifier".
Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
Inlined service "api_platform.validator.metadata.resource.metadata_collection_factory.parameter" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.backed_enum".
Inlined service "api_platform.metadata.path_segment_name_generator.underscore" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.backed_enum" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.main_controller".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.main_controller" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.cache.metadata.resource_collection.recorder_inner" to "api_platform.cache.metadata.resource_collection".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.class_name" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.concerns" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.concerns" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.json_schema.metadata.property.metadata_factory.schema".
Inlined service "api_platform.hal.json_schema.schema_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service ".2_ObjectNormalizer~tKyvxum" to ".1_Serializer~tKyvxum".
Inlined service "api_platform.serializer.context_builder.filter" to "api_platform.openapi.serializer_context_builder".
Inlined service "api_platform.openapi.normalizer.legacy.inner" to "api_platform.openapi.normalizer.legacy".
Inlined service "api_platform.pagination_options" to "api_platform.openapi.factory".
Inlined service "api_platform.cache.openapi.recorder_inner" to "api_platform.cache.openapi".
Inlined service "api_platform.swagger_ui.provider.inner" to "api_platform.swagger_ui.provider".
Inlined service "api_platform.hydra.processor.link.inner" to "api_platform.hydra.processor.link".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.hydra.json_schema.schema_factory" to "api_platform.hal.json_schema.schema_factory".
Inlined service "api_platform.pagination" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory.inner" to "api_platform.doctrine.orm.metadata.resource.link_factory".
Inlined service "api_platform.state_processor.add_link_header" to "api_platform.http_cache.processor.add_headers".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.parameter" to "api_platform.validator.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate" to "api_platform.state_provider.parameter_validator".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.state_provider.access_checker.post_deserialize.inner" to "api_platform.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.state_provider.security_parameter.inner" to "api_platform.state_provider.security_parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate.inner" to "api_platform.state_provider.access_checker.post_validate".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
Inlined service ".service_locator.WhLXGGL" to ".service_locator.WhLXGGL.App\Controller\Client\FrontendController::index()".
Inlined service ".service_locator.mRp_lJb" to ".service_locator.mRp_lJb.App\Controller\Client\InvoiceController::index()".
Inlined service ".service_locator.u17bN4c" to ".service_locator.u17bN4c.App\Controller\Company\AdvertiserPointController::new()".
Inlined service ".service_locator.4QH3oT1" to ".service_locator.4QH3oT1.App\Controller\Company\AdvertiserPointController::changeStatus()".
Inlined service ".service_locator.CUmRtQf" to ".service_locator.CUmRtQf.App\Controller\Company\AdvertiserPointController::show()".
Inlined service ".service_locator._u6r8W1" to ".service_locator._u6r8W1.App\Controller\Company\AdvertiserPointController::edit()".
Inlined service ".service_locator.3nY3VdS" to ".service_locator.3nY3VdS.App\Controller\Company\AdvertiserPointController::points()".
Inlined service ".service_locator.iqLJzIO" to ".service_locator.iqLJzIO.App\Controller\Company\AdvertiserRouteController::index()".
Inlined service ".service_locator..p.ZMkb" to ".service_locator..p.ZMkb.App\Controller\Company\AdvertiserRouteController::new()".
Inlined service ".service_locator.cjhucbK" to ".service_locator.cjhucbK.App\Controller\Company\AdvertiserRouteController::newbulk()".
Inlined service ".service_locator.2UYF62U" to ".service_locator.2UYF62U.App\Controller\Company\AdvertiserRouteController::bulkSubmit()".
Inlined service ".service_locator.5jGADIw" to ".service_locator.5jGADIw.App\Controller\Company\AdvertiserRouteController::edit()".
Inlined service ".service_locator.ytf5w3w" to ".service_locator.ytf5w3w.App\Controller\Company\ApprovedController::index()".
Inlined service ".service_locator.8H1jKna" to ".service_locator.8H1jKna.App\Controller\Company\AuctionRecorrenceController::index()".
Inlined service ".service_locator.Rn22KFU" to ".service_locator.Rn22KFU.App\Controller\Company\AuctionRecorrenceController::show()".
Inlined service ".service_locator.Y_ALYmQ" to ".service_locator.Y_ALYmQ.App\Controller\Company\CompanyApprovedListController::index()".
Inlined service ".service_locator.SWDUJ0X" to ".service_locator.SWDUJ0X.App\Controller\Company\CompanyApprovedListController::new()".
Inlined service ".service_locator.a_sxcR7" to ".service_locator.a_sxcR7.App\Controller\Company\CompanyApprovedListController::edit()".
Inlined service ".service_locator.J5Qeh9o" to ".service_locator.J5Qeh9o.App\Controller\Company\CompanyApprovedListController::delete()".
Inlined service ".service_locator.noywL_i" to ".service_locator.noywL_i.App\Controller\Company\CompanyBlockchainController::choosedefault()".
Inlined service ".service_locator._Vql8V." to ".service_locator._Vql8V..App\Controller\Company\CompanyChatController::index()".
Inlined service ".service_locator.KqAgIHH" to ".service_locator.KqAgIHH.App\Controller\Company\CompanyChatController::new()".
Inlined service ".service_locator.yMZd5iw" to ".service_locator.yMZd5iw.App\Controller\Company\CompanyChatController::newByShip()".
Inlined service ".service_locator.go.2ly_" to ".service_locator.go.2ly_.App\Controller\Company\CompanyChatController::show()".
Inlined service ".service_locator.25mhTVc" to ".service_locator.25mhTVc.App\Controller\Company\CompanyCourierController::downloadCnh()".
Inlined service ".service_locator.KcAy5hH" to ".service_locator.KcAy5hH.App\Controller\Company\CompanySettingsController::edit()".
Inlined service ".service_locator.c6R1UoH" to ".service_locator.c6R1UoH.App\Controller\Company\CompanyShipController::index()".
Inlined service ".service_locator.mPtPq03" to ".service_locator.mPtPq03.App\Controller\Company\CompanyShipController::show()".
Inlined service ".service_locator.Vjq6Dlp" to ".service_locator.Vjq6Dlp.App\Controller\Company\CompanyShipController::rating()".
Inlined service ".service_locator.upPpVBP" to ".service_locator.upPpVBP.App\Controller\Company\CompanyTransporterController::getTransporterRefusals()".
Inlined service ".service_locator.4rrgEMC" to ".service_locator.4rrgEMC.App\Controller\Company\CompanyTransporterController::getRoutesForTransporter()".
Inlined service ".service_locator.vGNTd5j" to ".service_locator.vGNTd5j.App\Controller\Company\CompanyTransporterController::suspend()".
Inlined service ".service_locator.P9hELzH" to ".service_locator.P9hELzH.App\Controller\Company\CompanyTransporterController::suspendremove()".
Inlined service ".service_locator.vfZEeeY" to ".service_locator.vfZEeeY.App\Controller\Company\CompanyTransporterController::premium()".
Inlined service ".service_locator.meX0sML" to ".service_locator.meX0sML.App\Controller\Company\CompanyTransporterController::premiumaccepted()".
Inlined service ".service_locator.Vs8wnha" to ".service_locator.Vs8wnha.App\Controller\Company\CompanyUserController::points()".
Inlined service ".service_locator.VQ8k2Qm" to ".service_locator.VQ8k2Qm.App\Controller\Company\CompanyVehicleController::index()".
Inlined service ".service_locator.IGCeXXo" to ".service_locator.IGCeXXo.App\Controller\Company\CompanyVehicleController::vehicleFormatDelete()".
Inlined service ".service_locator.nq1XyYC" to ".service_locator.nq1XyYC.App\Controller\Company\FinancialController::createInvoice()".
Inlined service ".service_locator.EntG0Tw" to ".service_locator.EntG0Tw.App\Controller\Company\FrontendController::dashboard()".
Inlined service ".service_locator.S0HCZCe" to ".service_locator.S0HCZCe.App\Controller\Company\FrontendController::pointDetail()".
Inlined service ".service_locator.fZu1HDd" to ".service_locator.fZu1HDd.App\Controller\Company\FrontendController::transporterRejectionDetail()".
Inlined service ".service_locator.CgNrs5E" to ".service_locator.CgNrs5E.App\Controller\Company\FrontendController::tower()".
Inlined service ".service_locator.eXnAVdY" to ".service_locator.eXnAVdY.App\Controller\Company\FrontendController::co2()".
Inlined service ".service_locator..WyVEc1" to ".service_locator..WyVEc1.App\Controller\Company\RouteAuctionSettingController::index()".
Inlined service ".service_locator.EouRj5." to ".service_locator.EouRj5..App\Controller\Company\RouteCompanyConfigurationController::new()".
Inlined service ".service_locator.v2PzrJF" to ".service_locator.v2PzrJF.App\Controller\Company\RouteCompanyConfigurationController::edit()".
Inlined service ".service_locator._FUFlk0" to ".service_locator._FUFlk0.App\Controller\Company\RouteCompanyConfigurationController::vehicleFormatDelete()".
Inlined service ".service_locator.KtrDbzA" to ".service_locator.KtrDbzA.App\Controller\Company\RouteCompanyConfigurationController::transporterDelete()".
Inlined service ".service_locator.a_c9g2q" to ".service_locator.a_c9g2q.App\Controller\Company\RouteCompanyConfigurationController::delete()".
Inlined service ".service_locator.3AvWNql" to ".service_locator.3AvWNql.App\Controller\Company\RouteCompanyController::index()".
Inlined service ".service_locator.1zarSRk" to ".service_locator.1zarSRk.App\Controller\Company\RouteCompanyController::new()".
Inlined service ".service_locator.9eQhvpC" to ".service_locator.9eQhvpC.App\Controller\Company\RouteCompanyController::anticipateRecurrence()".
Inlined service ".service_locator.a76M7z0" to ".service_locator.a76M7z0.App\Controller\Company\RouteCompanyController::rejectRouteCompany()".
Inlined service ".service_locator.VndY.Dq" to ".service_locator.VndY.Dq.App\Controller\Company\RouteCompanyController::acceptedRouteCompany()".
Inlined service ".service_locator.e8veTdE" to ".service_locator.e8veTdE.App\Controller\Company\RouteCompanyController::secondacceptedRouteCompany()".
Inlined service ".service_locator.WJSvfkd" to ".service_locator.WJSvfkd.App\Controller\Company\RouteCompanyController::published()".
Inlined service ".service_locator.Y5iAn2R" to ".service_locator.Y5iAn2R.App\Controller\Company\RouteCompanyController::edit()".
Inlined service ".service_locator.z5JvEC8" to ".service_locator.z5JvEC8.App\Controller\Company\RouteCompanyController::choosemanualwinner()".
Inlined service ".service_locator.NDipiff" to ".service_locator.NDipiff.App\Controller\Company\RouteCompanyController::delete()".
Inlined service ".service_locator.NWQRJtP" to ".service_locator.NWQRJtP.App\Controller\Company\RouteCompanyController::rejectionlog()".
Inlined service ".service_locator.4lKg8ye" to ".service_locator.4lKg8ye.App\Controller\Company\SuperAuditController::index()".
Inlined service ".service_locator.nUEuRmU" to ".service_locator.nUEuRmU.App\Controller\FrontendController::allread()".
Inlined service ".service_locator.OxGaOcy" to ".service_locator.OxGaOcy.App\Controller\Pwa\DriverSelfRegistrationController::createPassword()".
Inlined service ".service_locator.Cbq0URi" to ".service_locator.Cbq0URi.App\Controller\Pwa\FrontendController::chatMessage()".
Inlined service ".service_locator.NZS2gnU" to ".service_locator.NZS2gnU.App\Controller\Pwa\FrontendController::changeservicestatus()".
Inlined service ".service_locator.RQKiQ3Q" to ".service_locator.RQKiQ3Q.App\Controller\Pwa\FrontendController::evaluationPoint()".
Inlined service ".service_locator.N6MLj6b" to ".service_locator.N6MLj6b.App\Controller\Pwa\FrontendController::downloadFile()".
Inlined service ".service_locator.ITBsvTC" to ".service_locator.ITBsvTC.App\Controller\Pwa\FrontendController::deleteDocument()".
Inlined service ".service_locator.GyFD8I6" to ".service_locator.GyFD8I6.App\Controller\Pwa\FrontendController::saveBid()".
Inlined service ".service_locator.AgcGZrg" to ".service_locator.AgcGZrg.App\Controller\RegisterController::testEmail()".
Inlined service ".service_locator.AQSpV9n" to ".service_locator.AQSpV9n.App\Controller\SecurityController::login()".
Inlined service ".service_locator.b7Wf_ZK" to ".service_locator.b7Wf_ZK.App\Controller\Super\AdvertisementController::index()".
Inlined service ".service_locator.2YTlztK" to ".service_locator.2YTlztK.App\Controller\Super\AdvertisementController::exceptions()".
Inlined service ".service_locator.d.67wUM" to ".service_locator.d.67wUM.App\Controller\Super\AdvertisementController::deleteException()".
Inlined service ".service_locator.nVn4xdF" to ".service_locator.nVn4xdF.App\Controller\Super\AdvertisementRefusalController::index()".
Inlined service ".service_locator.6Pzxa1H" to ".service_locator.6Pzxa1H.App\Controller\Super\AdvertisementRefusalController::edit()".
Inlined service ".service_locator.YKThqX5" to ".service_locator.YKThqX5.App\Controller\Super\AdvertiserRouteConfigurationController::show()".
Inlined service ".service_locator.yxEIVRd" to ".service_locator.yxEIVRd.App\Controller\Super\AuctionMigration\AuctionMigrationController::index()".
Inlined service ".service_locator.va6b6Uc" to ".service_locator.va6b6Uc.App\Controller\Super\AuctionMigration\AuctionMigrationController::preview()".
Inlined service ".service_locator.88wnwS4" to ".service_locator.88wnwS4.App\Controller\Super\AuctionMigration\AuctionMigrationController::confirm()".
Inlined service ".service_locator.SRKhldd" to ".service_locator.SRKhldd.App\Controller\Super\BlockchainController::version2()".
Inlined service ".service_locator.._17JKc" to ".service_locator.._17JKc.App\Controller\Super\BlockchainController::edit()".
Inlined service ".service_locator.hoSdqP7" to ".service_locator.hoSdqP7.App\Controller\Super\CategoryComissionController::index()".
Inlined service ".service_locator.9DBDRI1" to ".service_locator.9DBDRI1.App\Controller\Super\ComissionController::transporterComission()".
Inlined service ".service_locator.StDz7eF" to ".service_locator.StDz7eF.App\Controller\Super\ComissionController::comissioncompanyRemove()".
Inlined service ".service_locator.3qUk1sB" to ".service_locator.3qUk1sB.App\Controller\Super\CompanyController::sendEmail()".
Inlined service ".service_locator.MO.dPXV" to ".service_locator.MO.dPXV.App\Controller\Super\CompanyDashboardController::adhesionPoint()".
Inlined service ".service_locator.Bqy2ksd" to ".service_locator.Bqy2ksd.App\Controller\Super\CompanyDashboardController::adhesionTransporterRejectionDetail()".
Inlined service ".service_locator.69hXwt6" to ".service_locator.69hXwt6.App\Controller\Super\CourierController::index()".
Inlined service ".service_locator.Lkl0yjs" to ".service_locator.Lkl0yjs.App\Controller\Super\CourierController::new()".
Inlined service ".service_locator.06.SLSB" to ".service_locator.06.SLSB.App\Controller\Super\CourierController::edit()".
Inlined service ".service_locator.YR_JLHt" to ".service_locator.YR_JLHt.App\Controller\Super\CurrencyController::index()".
Inlined service ".service_locator.7vscydc" to ".service_locator.7vscydc.App\Controller\Super\CurrencyController::show()".
Inlined service ".service_locator.6tHEpED" to ".service_locator.6tHEpED.App\Controller\Super\DashboardController::index()".
Inlined service ".service_locator.INI_6Cz" to ".service_locator.INI_6Cz.App\Controller\Super\EmailTestController::previewPremiumEmail()".
Inlined service ".service_locator.aFtXZMd" to ".service_locator.aFtXZMd.App\Controller\Super\HomologationController::companyHomologation()".
Inlined service ".service_locator.AwJkdlQ" to ".service_locator.AwJkdlQ.App\Controller\Super\HomologationController::courierHomologation()".
Inlined service ".service_locator.fIR4ddt" to ".service_locator.fIR4ddt.App\Controller\Super\HomologationController::transporterHomologation()".
Inlined service ".service_locator.eYF.7Co" to ".service_locator.eYF.7Co.App\Controller\Super\InvoiceTransporterComissionController::index()".
Inlined service ".service_locator.lL0hg1_" to ".service_locator.lL0hg1_.App\Controller\Super\InvoiceTransporterComissionController::new()".
Inlined service ".service_locator.Yyi7ttN" to ".service_locator.Yyi7ttN.App\Controller\Super\InvoiceTransporterComissionController::show()".
Inlined service ".service_locator.ewy0XQf" to ".service_locator.ewy0XQf.App\Controller\Super\InvoiceTransporterComissionController::edit()".
Inlined service ".service_locator.0dvy7pD" to ".service_locator.0dvy7pD.App\Controller\Super\InvoiceTransporterComissionController::markAsPaid()".
Inlined service ".service_locator.UZ.a47." to ".service_locator.UZ.a47..App\Controller\Super\InvoiceTransporterComissionController::exportlines()".
Inlined service ".service_locator.hi2Jrzm" to ".service_locator.hi2Jrzm.App\Controller\Super\InvoiceTransporterComissionController::pendingList()".
Inlined service ".service_locator.GVI3K47" to ".service_locator.GVI3K47.App\Controller\Super\LogEmailController::index()".
Inlined service ".service_locator.oiRJ9_2" to ".service_locator.oiRJ9_2.App\Controller\Super\LogEmailController::show()".
Inlined service ".service_locator.5igG1e4" to ".service_locator.5igG1e4.App\Controller\Super\LogEmailController::sendemail()".
Inlined service ".service_locator.A0itxtQ" to ".service_locator.A0itxtQ.App\Controller\Super\MailerConfigController::index()".
Inlined service ".service_locator.3lYbdSt" to ".service_locator.3lYbdSt.App\Controller\Super\MailerRecipientController::index()".
Inlined service ".service_locator.lOM9Fv1" to ".service_locator.lOM9Fv1.App\Controller\Super\MigrationCobasiController::routecompany()".
Inlined service ".service_locator.d9QeIC." to ".service_locator.d9QeIC..App\Controller\Super\MigrationController::magalunovofile()".
Inlined service ".service_locator.upjO1JW" to ".service_locator.upjO1JW.App\Controller\Super\MigrationController::magaluupdatefile()".
Inlined service ".service_locator.JKVsyLy" to ".service_locator.JKVsyLy.App\Controller\Super\MigrationController::magalucd300()".
Inlined service ".service_locator.jG1iRrr" to ".service_locator.jG1iRrr.App\Controller\Super\MigrationController::magalucd590veiculos()".
Inlined service ".service_locator.MkWWKzE" to ".service_locator.MkWWKzE.App\Controller\Super\MigrationController::updatepositionpoints()".
Inlined service ".service_locator.WDE1Dg2" to ".service_locator.WDE1Dg2.App\Controller\Super\MigrationController\PointsMigrationController::confirm()".
Inlined service ".service_locator.prLQeKS" to ".service_locator.prLQeKS.App\Controller\Super\MigrationController\UsersMigrationController::index()".
Inlined service ".service_locator.UBKUBhV" to ".service_locator.UBKUBhV.App\Controller\Super\ProposalDraftController::index()".
Inlined service ".service_locator.NDw1jaO" to ".service_locator.NDw1jaO.App\Controller\Super\ProposalDraftController::show()".
Inlined service ".service_locator.CW63Wyt" to ".service_locator.CW63Wyt.App\Controller\Super\ProposalDraftController::createApprovedList()".
Inlined service ".service_locator.R28E8gk" to ".service_locator.R28E8gk.App\Controller\Super\ProposalDraftController::editApproved()".
Inlined service ".service_locator.6XU8988" to ".service_locator.6XU8988.App\Controller\Super\RecurrenceLogController::index()".
Inlined service ".service_locator.M_ExXAM" to ".service_locator.M_ExXAM.App\Controller\Super\RecurrenceLogController::delete()".
Inlined service ".service_locator.tbit971" to ".service_locator.tbit971.App\Controller\Super\StatusController::index()".
Inlined service ".service_locator.A5NR6sP" to ".service_locator.A5NR6sP.App\Controller\Super\StatusController::show()".
Inlined service ".service_locator.oGBhD.." to ".service_locator.oGBhD...App\Controller\Super\SuperAdvertiserRouteController::index()".
Inlined service ".service_locator.UNPclff" to ".service_locator.UNPclff.App\Controller\Super\SuperAdvertiserRouteController::clean()".
Inlined service ".service_locator.lUxh9kx" to ".service_locator.lUxh9kx.App\Controller\Super\SuperAdvertiserRouteController::updateDate()".
Inlined service ".service_locator.dEbngfR" to ".service_locator.dEbngfR.App\Controller\Super\SuperAuditController::index()".
Inlined service ".service_locator.XowIup_" to ".service_locator.XowIup_.App\Controller\Super\SuperRouteApprovalController::index()".
Inlined service ".service_locator.__CzQUd" to ".service_locator.__CzQUd.App\Controller\Super\SuperUserController::new()".
Inlined service ".service_locator.M43fveB" to ".service_locator.M43fveB.App\Controller\Super\SuperUserPointController::index()".
Inlined service ".service_locator.NASIbTv" to ".service_locator.NASIbTv.App\Controller\Super\TaskController::index()".
Inlined service ".service_locator.ghJBbAj" to ".service_locator.ghJBbAj.App\Controller\Super\TransporterCompanyRouteCategoryController::index()".
Inlined service ".service_locator.sd4nwDB" to ".service_locator.sd4nwDB.App\Controller\Super\TransporterCompanyRouteCategoryController::show()".
Inlined service ".service_locator.4JSsl0y" to ".service_locator.4JSsl0y.App\Controller\Super\TransporterCompanyRouteCategoryController::companiesByTransporter()".
Inlined service ".service_locator.bk0J0ZP" to ".service_locator.bk0J0ZP.App\Controller\Super\TransporterCompanyRouteCategoryController::configsByCompany()".
Inlined service ".service_locator.iDRXoRT" to ".service_locator.iDRXoRT.App\Controller\Super\TransporterController::new()".
Inlined service ".service_locator.ZN6K6dP" to ".service_locator.ZN6K6dP.App\Controller\Super\TransporterController::sendEmail()".
Inlined service ".service_locator.t7B_F.y" to ".service_locator.t7B_F.y.App\Controller\Super\TransporterController::settings()".
Inlined service ".service_locator.G.BCtNU" to ".service_locator.G.BCtNU.App\Controller\Super\TransporterController::applyWhatsappAll()".
Inlined service ".service_locator.9aGjzpH" to ".service_locator.9aGjzpH.App\Controller\Super\VehicleCharatController::index()".
Inlined service ".service_locator.OA3JPFY" to ".service_locator.OA3JPFY.App\Controller\Super\VehicleCharatController::new()".
Inlined service ".service_locator.nqmjC_m" to ".service_locator.nqmjC_m.App\Controller\Super\VehicleEmbodimentController::index()".
Inlined service ".service_locator.iKoSvCz" to ".service_locator.iKoSvCz.App\Controller\Super\VehicleEmbodimentController::new()".
Inlined service ".service_locator.jG_yybp" to ".service_locator.jG_yybp.App\Controller\Super\VehicleFormatController::index()".
Inlined service ".service_locator.W89h3od" to ".service_locator.W89h3od.App\Controller\Super\VehicleFormatController::show()".
Inlined service ".service_locator.Pya0TQi" to ".service_locator.Pya0TQi.App\Controller\Super\VehicleTypologyController::index()".
Inlined service ".service_locator.5ZKrafa" to ".service_locator.5ZKrafa.App\Controller\Super\VehicleTypologyController::new()".
Inlined service ".service_locator.DXnZkLm" to ".service_locator.DXnZkLm.App\Controller\Transporter\AdvertiserProposalController::refuseTrip()".
Inlined service ".service_locator.gRW_CwY" to ".service_locator.gRW_CwY.App\Controller\Transporter\AdvertiserProposalController::show()".
Inlined service ".service_locator.LKIJWSI" to ".service_locator.LKIJWSI.App\Controller\Transporter\AdvertiserProposalController::cancel()".
Inlined service ".service_locator.cRyclOt" to ".service_locator.cRyclOt.App\Controller\Transporter\AdvertiserProposalController::showCte()".
Inlined service ".service_locator.HxNkoap" to ".service_locator.HxNkoap.App\Controller\Transporter\AdvertiserProposalController::deleteCte()".
Inlined service ".service_locator.jCLczua" to ".service_locator.jCLczua.App\Controller\Transporter\AuctionScheduleController::index()".
Inlined service ".service_locator._oGqEi8" to ".service_locator._oGqEi8.App\Controller\Transporter\AuctionTripController::index()".
Inlined service ".service_locator.g34SKFT" to ".service_locator.g34SKFT.App\Controller\Transporter\AuctionTripController::new()".
Inlined service ".service_locator.rys1EOt" to ".service_locator.rys1EOt.App\Controller\Transporter\AuctionTripController::show()".
Inlined service ".service_locator.DJ45psi" to ".service_locator.DJ45psi.App\Controller\Transporter\AuctionTripController::accepted()".
Inlined service ".service_locator.cQvxAod" to ".service_locator.cQvxAod.App\Controller\Transporter\AuctionTripController::close()".
Inlined service ".service_locator.cQ6aG.C" to ".service_locator.cQ6aG.C.App\Controller\Transporter\AuctionTripController::acceptProposal()".
Inlined service ".service_locator.vpuOkSm" to ".service_locator.vpuOkSm.App\Controller\Transporter\ChatController::index()".
Inlined service ".service_locator.qstYMjw" to ".service_locator.qstYMjw.App\Controller\Transporter\ChatController::show()".
Inlined service ".service_locator.fQ0fj2M" to ".service_locator.fQ0fj2M.App\Controller\Transporter\CourierController::pendingHomologations()".
Inlined service ".service_locator.sPfouFY" to ".service_locator.sPfouFY.App\Controller\Transporter\CourierController::index()".
Inlined service ".service_locator.cF3b_xd" to ".service_locator.cF3b_xd.App\Controller\Transporter\CourierController::new()".
Inlined service ".service_locator.TK8hLIB" to ".service_locator.TK8hLIB.App\Controller\Transporter\CourierController::edit()".
Inlined service ".service_locator.9TRXwR9" to ".service_locator.9TRXwR9.App\Controller\Transporter\CourierController::deleteFile()".
Inlined service ".service_locator.vSbWr_n" to ".service_locator.vSbWr_n.App\Controller\Transporter\CourierController::sendHomologation()".
Inlined service ".service_locator.JMWfFms" to ".service_locator.JMWfFms.App\Controller\Transporter\ExpeditionController::shipList()".
Inlined service ".service_locator.S_t2TnD" to ".service_locator.S_t2TnD.App\Controller\Transporter\ExpeditionController::shipListRemove()".
Inlined service ".service_locator.i7yLYHl" to ".service_locator.i7yLYHl.App\Controller\Transporter\ExpeditionController::shipListAdd()".
Inlined service ".service_locator.47Z1GwN" to ".service_locator.47Z1GwN.App\Controller\Transporter\InvoiceController::new()".
Inlined service ".service_locator.0SVI9GD" to ".service_locator.0SVI9GD.App\Controller\Transporter\InvoiceController::deleteFile()".
Inlined service ".service_locator.KF1l7lj" to ".service_locator.KF1l7lj.App\Controller\Transporter\InvoiceController::lineRemove()".
Inlined service ".service_locator.ZnYngrE" to ".service_locator.ZnYngrE.App\Controller\Transporter\InvoiceController::changeInvoice()".
Inlined service ".service_locator.S1o0Sux" to ".service_locator.S1o0Sux.App\Controller\Transporter\PlanningController::index()".
Inlined service ".service_locator.eT0d4vc" to ".service_locator.eT0d4vc.App\Controller\Transporter\PlanningController::addShipExpedition()".
Inlined service ".service_locator.UYrA5r2" to ".service_locator.UYrA5r2.App\Controller\Transporter\PremiumController::index()".
Inlined service ".service_locator.iRn2gCf" to ".service_locator.iRn2gCf.App\Controller\Transporter\PremiumController::voluntaryOffers()".
Inlined service ".service_locator.kmNjBqK" to ".service_locator.kmNjBqK.App\Controller\Transporter\PremiumController::voluntaryOffersData()".
Inlined service ".service_locator.R3srtA3" to ".service_locator.R3srtA3.App\Controller\Transporter\PropostalController::export()".
Inlined service ".service_locator.3.qYabm" to ".service_locator.3.qYabm.App\Controller\Transporter\ShipController::index()".
Inlined service ".service_locator.jehiwoh" to ".service_locator.jehiwoh.App\Controller\Transporter\ShipController::newBulk()".
Inlined service ".service_locator.W1kXBU9" to ".service_locator.W1kXBU9.App\Controller\Transporter\ShipController::deleteFile()".
Inlined service ".service_locator.I7mibio" to ".service_locator.I7mibio.App\Controller\Transporter\ShipStatusController::new()".
Inlined service ".service_locator.PcjQVP7" to ".service_locator.PcjQVP7.App\Controller\Transporter\ShipStatusController::noshow()".
Inlined service ".service_locator.XFklH0v" to ".service_locator.XFklH0v.App\Controller\Transporter\ShipStatusController::show()".
Inlined service ".service_locator.lIMnWsc" to ".service_locator.lIMnWsc.App\Controller\Transporter\SuspensionRoutesController::routeSuspensionLog()".
Inlined service ".service_locator.w11eJP_" to ".service_locator.w11eJP_.App\Controller\Transporter\TransporterCourierController::publiclist()".
Inlined service ".service_locator.W6sMtLx" to ".service_locator.W6sMtLx.App\Controller\Transporter\TransporterSettingsController::edit()".
Inlined service ".service_locator.FTX.GSX" to ".service_locator.FTX.GSX.App\Controller\Transporter\TransporterSettingsController::homologation()".
Inlined service ".service_locator.FZeoqWa" to ".service_locator.FZeoqWa.App\Controller\Transporter\UserClientController::new()".
Inlined service ".service_locator.6bWuMdq" to ".service_locator.6bWuMdq.App\Controller\Transporter\VehicleController::index()".
Inlined service ".service_locator.ZTCE1OG" to ".service_locator.ZTCE1OG.App\Controller\Transporter\VehicleController::show()".
Inlined service ".service_locator.seZznp1" to ".service_locator.seZznp1.App\Controller\Transporter\VehicleTrailerController::index()".
Inlined service ".service_locator.vW4uuzZ" to ".service_locator.vW4uuzZ.App\Controller\Transporter\VehicleTrailerController::show()".
Inlined service ".service_locator.e9AB_VK" to ".service_locator.e9AB_VK.App\Controller\WhatsAppController::edit()".
Inlined service ".service_locator.TKTlhrK" to ".service_locator.TKTlhrK.App\Controller\WhatsAppController::handleWhatsappWebhook()".
Inlined service ".service_locator.Ed5AFx7" to ".service_locator.Ed5AFx7.App\Service\Courier\CourierSharedService::existsCourierValid()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "api_platform.argument_resolver.payload" to ".debug.value_resolver.api_platform.argument_resolver.payload".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".service_locator.DMfgFyO" to ".service_locator.DMfgFyO.translation.warmer".
Inlined service ".service_locator.WlWinPY" to ".service_locator.WlWinPY.router.default".
Inlined service ".service_locator.YAcX0.U" to ".service_locator.YAcX0.U.router.cache_warmer".
Inlined service ".service_locator.Fuy.CqR" to ".service_locator.Fuy.CqR.twig.template_cache_warmer".
Inlined service "asset_mapper.public_assets_path_resolver" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "asset_mapper_compiler" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "assets.empty_version_strategy" to "asset_mapper.asset_package.inner".
Inlined service "assets.context" to "asset_mapper.asset_package.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.vsAfDr." to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.normalizer.validation_exception" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.documentation" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "debug.serializer.inner".
Inlined service "api_platform.hal.normalizer.entrypoint" to "debug.serializer.inner".
Inlined service "api_platform.problem.normalizer.validation_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "api_platform.hal.normalizer.item" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "debug.serializer.inner".
Inlined service "api_platform.hal.normalizer.collection" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.normalizer.object" to "debug.serializer.inner".
Inlined service "api_platform.hal.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "api_platform.jsonopenapi.encoder" to "debug.serializer.inner".
Inlined service "api_platform.yamlopenapi.encoder" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.encoder" to "debug.serializer.inner".
Inlined service "api_platform.hal.encoder" to "debug.serializer.inner".
Inlined service "api_platform.problem.encoder" to "debug.serializer.inner".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.hydra.json_schema.schema_factory.inner".
Inlined service "api_platform.state_provider.security_parameter" to "api_platform.state_provider.access_checker.post_deserialize.inner".
Inlined service "api_platform.swagger_ui.provider" to "api_platform.state_provider.security_parameter.inner".
Inlined service "api_platform.state_provider.access_checker.post_deserialize" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "api_platform.validator" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".1_Serializer~tKyvxum" to "api_platform.openapi.normalizer.api_gateway.inner".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.legacy.inner".
Inlined service ".service_locator.gnaB4rh" to "console.command_loader".
Inlined service ".service_locator.WlWinPY.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "lock.default.factory" to "console.command.public_alias.App\Command\Whatsapp\WhatsappCommand".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.encoder.json" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "debug.serializer".
Inlined service "api_platform.serializer.normalizer.item" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "debug.serializer".
Inlined service "api_platform.serializer.normalizer.item" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.encoder.json" to "debug.serializer".
Inlined service "serializer.encoder.yaml" to "debug.serializer".
Inlined service "serializer.encoder.yaml" to "debug.serializer".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.jsonld.normalizer.item" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
2
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", "api_platform.serializer.mapping.class_metadata_factory", "api_platform.json_schema.backward_compatible_schema_factory", "api_platform.openapi.serializer_context_builder", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", ".debug.http_client", "event_dispatcher", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.cache", "monolog.logger.asset_mapper", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", but was never used.