https://api.dev.talloverde.com/robots.txt?q=%2Frobots.txt

Log Messages

Level (6)
Channel (3)
Time Message
error Uncaught Exception: {"type":"Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException","message":"No route found for \"GET https:\/\/api.dev.talloverde.com\/robots.txt\"","called":[],"occurred":{"file":"\/tallo\/tallo-api\/vendor\/symfony\/http-kernel\/EventListener\/RouterListener.php","line":130},"previous":{"message":"No routes found for \"\/robots.txt\/\".","exception":"Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException","file":"\/tallo\/tallo-api\/vendor\/symfony\/routing\/Matcher\/Dumper\/CompiledUrlMatcherTrait.php","line":74}}
error Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://api.dev.talloverde.com/robots.txt"" at /tallo/tallo-api/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130
API Request Ended
API Request Ended

There are no log messages.

Container Compilation Logs (1860)

Log messages generated during the compilation of the service container.

Messages Class
436 Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Accounting\Controller\AccountingAdminController" (parent: .abstract.instanceof.App\Accounting\Controller\AccountingAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Accounting\Controller\AccountingAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Accounting\Controller\AccountingAdminController).
  • Resolving inheritance for "App\Accounting\Controller\AccountingAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Accounting\Controller\AccountingAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Accounting\MessageHandler\InvoiceCreatedEventHandler" (parent: .abstract.instanceof.App\Accounting\MessageHandler\InvoiceCreatedEventHandler).
  • Resolving inheritance for "App\Accounting\MessageHandler\InvoiceCreatedEventHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Accounting\MessageHandler\InvoiceCreatedEventHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Accounting\MessageHandler\PaymentCreatedEventHandler" (parent: .abstract.instanceof.App\Accounting\MessageHandler\PaymentCreatedEventHandler).
  • Resolving inheritance for "App\Accounting\MessageHandler\PaymentCreatedEventHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Accounting\MessageHandler\PaymentCreatedEventHandler).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Authentication\Controller\AuthenticationController" (parent: .abstract.instanceof.App\Authentication\Controller\AuthenticationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Authentication\Controller\AuthenticationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Authentication\Controller\AuthenticationController).
  • Resolving inheritance for "App\Authentication\Controller\AuthenticationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Authentication\Controller\AuthenticationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Authentication\Controller\RegistrationController" (parent: .abstract.instanceof.App\Authentication\Controller\RegistrationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Authentication\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Authentication\Controller\RegistrationController).
  • Resolving inheritance for "App\Authentication\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Authentication\Controller\RegistrationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Authentication\Controller\UserController" (parent: .abstract.instanceof.App\Authentication\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Authentication\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Authentication\Controller\UserController).
  • Resolving inheritance for "App\Authentication\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Authentication\Controller\UserController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Authentication\Repository\UserRepository" (parent: .abstract.instanceof.App\Authentication\Repository\UserRepository).
  • Resolving inheritance for "App\Authentication\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Authentication\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Billing\Controller\InvoiceController" (parent: .abstract.instanceof.App\Billing\Controller\InvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Billing\Controller\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Billing\Controller\InvoiceController).
  • Resolving inheritance for "App\Billing\Controller\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Billing\Controller\InvoiceController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Billing\MessageHandler\InvoiceCreatedEventHandler" (parent: .abstract.instanceof.App\Billing\MessageHandler\InvoiceCreatedEventHandler).
  • Resolving inheritance for "App\Billing\MessageHandler\InvoiceCreatedEventHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Billing\MessageHandler\InvoiceCreatedEventHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Billing\MessageHandler\OrderLockedEventHandler" (parent: .abstract.instanceof.App\Billing\MessageHandler\OrderLockedEventHandler).
  • Resolving inheritance for "App\Billing\MessageHandler\OrderLockedEventHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Billing\MessageHandler\OrderLockedEventHandler).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Billing\Repository\InvoiceRepository" (parent: .abstract.instanceof.App\Billing\Repository\InvoiceRepository).
  • Resolving inheritance for "App\Billing\Repository\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Billing\Repository\InvoiceRepository).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FinnegansInvoiceCommand" (parent: .abstract.instanceof.App\Command\FinnegansInvoiceCommand).
  • Resolving inheritance for "App\Command\FinnegansInvoiceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FinnegansInvoiceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InvoiceOrderCommand" (parent: .abstract.instanceof.App\Command\InvoiceOrderCommand).
  • Resolving inheritance for "App\Command\InvoiceOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InvoiceOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadTestFixturesCommand" (parent: .abstract.instanceof.App\Command\LoadTestFixturesCommand).
  • Resolving inheritance for "App\Command\LoadTestFixturesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadTestFixturesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateFrontendMessagesCommand" (parent: .abstract.instanceof.App\Command\MigrateFrontendMessagesCommand).
  • Resolving inheritance for "App\Command\MigrateFrontendMessagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateFrontendMessagesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrationPostVersion20210212184305" (parent: .abstract.instanceof.App\Command\MigrationPostVersion20210212184305).
  • Resolving inheritance for "App\Command\MigrationPostVersion20210212184305" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrationPostVersion20210212184305).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PrepareOrdersCommand" (parent: .abstract.instanceof.App\Command\PrepareOrdersCommand).
  • Resolving inheritance for "App\Command\PrepareOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PrepareOrdersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\AdminController" (parent: .abstract.instanceof.App\Core\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\AdminController).
  • Resolving inheritance for "App\Core\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\ParameterController" (parent: .abstract.instanceof.App\Core\Controller\ParameterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\ParameterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\ParameterController).
  • Resolving inheritance for "App\Core\Controller\ParameterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\ParameterController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Core\Repository\ParameterRepository" (parent: .abstract.instanceof.App\Core\Repository\ParameterRepository).
  • Resolving inheritance for "App\Core\Repository\ParameterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Core\Repository\ParameterRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerBillingAddressController" (parent: .abstract.instanceof.App\Customer\Controller\CustomerBillingAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerBillingAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerBillingAddressController).
  • Resolving inheritance for "App\Customer\Controller\CustomerBillingAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerBillingAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerController" (parent: .abstract.instanceof.App\Customer\Controller\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerController).
  • Resolving inheritance for "App\Customer\Controller\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerDebtController" (parent: .abstract.instanceof.App\Customer\Controller\CustomerDebtController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerDebtController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerDebtController).
  • Resolving inheritance for "App\Customer\Controller\CustomerDebtController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerDebtController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerDeliveryAddressController" (parent: .abstract.instanceof.App\Customer\Controller\CustomerDeliveryAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerDeliveryAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerDeliveryAddressController).
  • Resolving inheritance for "App\Customer\Controller\CustomerDeliveryAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerDeliveryAddressController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerOrdersController" (parent: .abstract.instanceof.App\Customer\Controller\CustomerOrdersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerOrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerOrdersController).
  • Resolving inheritance for "App\Customer\Controller\CustomerOrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerOrdersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerPaymentMethodsController" (parent: .abstract.instanceof.App\Customer\Controller\CustomerPaymentMethodsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerPaymentMethodsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerPaymentMethodsController).
  • Resolving inheritance for "App\Customer\Controller\CustomerPaymentMethodsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerPaymentMethodsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\DebtorsController" (parent: .abstract.instanceof.App\Customer\Controller\DebtorsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\DebtorsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\DebtorsController).
  • Resolving inheritance for "App\Customer\Controller\DebtorsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\DebtorsController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Customer\Repository\BillingAddressRepository" (parent: .abstract.instanceof.App\Customer\Repository\BillingAddressRepository).
  • Resolving inheritance for "App\Customer\Repository\BillingAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Customer\Repository\BillingAddressRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Customer\Repository\CustomerRepository" (parent: .abstract.instanceof.App\Customer\Repository\CustomerRepository).
  • Resolving inheritance for "App\Customer\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Customer\Repository\CustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Customer\Repository\DeliveryAddressRepository" (parent: .abstract.instanceof.App\Customer\Repository\DeliveryAddressRepository).
  • Resolving inheritance for "App\Customer\Repository\DeliveryAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Customer\Repository\DeliveryAddressRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\DeliveryZonesAvailableSchedulesController" (parent: .abstract.instanceof.App\Delivery\Controller\DeliveryZonesAvailableSchedulesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\DeliveryZonesAvailableSchedulesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\DeliveryZonesAvailableSchedulesController).
  • Resolving inheritance for "App\Delivery\Controller\DeliveryZonesAvailableSchedulesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\DeliveryZonesAvailableSchedulesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\DeliveryZonesController" (parent: .abstract.instanceof.App\Delivery\Controller\DeliveryZonesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\DeliveryZonesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\DeliveryZonesController).
  • Resolving inheritance for "App\Delivery\Controller\DeliveryZonesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\DeliveryZonesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\DeliveryZonesSchedulesController" (parent: .abstract.instanceof.App\Delivery\Controller\DeliveryZonesSchedulesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\DeliveryZonesSchedulesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\DeliveryZonesSchedulesController).
  • Resolving inheritance for "App\Delivery\Controller\DeliveryZonesSchedulesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\DeliveryZonesSchedulesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\HolidayController" (parent: .abstract.instanceof.App\Delivery\Controller\HolidayController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\HolidayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\HolidayController).
  • Resolving inheritance for "App\Delivery\Controller\HolidayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\HolidayController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\OrderDeliveryController" (parent: .abstract.instanceof.App\Delivery\Controller\OrderDeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\OrderDeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\OrderDeliveryController).
  • Resolving inheritance for "App\Delivery\Controller\OrderDeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\OrderDeliveryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\ShipmentRoutesController" (parent: .abstract.instanceof.App\Delivery\Controller\ShipmentRoutesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\ShipmentRoutesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\ShipmentRoutesController).
  • Resolving inheritance for "App\Delivery\Controller\ShipmentRoutesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\ShipmentRoutesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\ShipmentsController" (parent: .abstract.instanceof.App\Delivery\Controller\ShipmentsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\ShipmentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\ShipmentsController).
  • Resolving inheritance for "App\Delivery\Controller\ShipmentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\ShipmentsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\VehicleController" (parent: .abstract.instanceof.App\Delivery\Controller\VehicleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\VehicleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\VehicleController).
  • Resolving inheritance for "App\Delivery\Controller\VehicleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\VehicleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\VehicleFeatureController" (parent: .abstract.instanceof.App\Delivery\Controller\VehicleFeatureController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\VehicleFeatureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\VehicleFeatureController).
  • Resolving inheritance for "App\Delivery\Controller\VehicleFeatureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\VehicleFeatureController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\VehicleScheduleController" (parent: .abstract.instanceof.App\Delivery\Controller\VehicleScheduleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\VehicleScheduleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\VehicleScheduleController).
  • Resolving inheritance for "App\Delivery\Controller\VehicleScheduleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\VehicleScheduleController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Delivery\MessageHandler\OrderCancelledMessageHandler" (parent: .abstract.instanceof.App\Delivery\MessageHandler\OrderCancelledMessageHandler).
  • Resolving inheritance for "App\Delivery\MessageHandler\OrderCancelledMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Delivery\MessageHandler\OrderCancelledMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Delivery\Normalizer\HolidayNormalizer" (parent: .abstract.instanceof.App\Delivery\Normalizer\HolidayNormalizer).
  • Resolving inheritance for "App\Delivery\Normalizer\HolidayNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Delivery\Normalizer\HolidayNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Delivery\Normalizer\OrderShippingNormalizer" (parent: .abstract.instanceof.App\Delivery\Normalizer\OrderShippingNormalizer).
  • Resolving inheritance for "App\Delivery\Normalizer\OrderShippingNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Delivery\Normalizer\OrderShippingNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Delivery\Normalizer\VehicleWorkScheduleNormalizer" (parent: .abstract.instanceof.App\Delivery\Normalizer\VehicleWorkScheduleNormalizer).
  • Resolving inheritance for "App\Delivery\Normalizer\VehicleWorkScheduleNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Delivery\Normalizer\VehicleWorkScheduleNormalizer).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\DeliveryScheduleRepository" (parent: .abstract.instanceof.App\Delivery\Repository\DeliveryScheduleRepository).
  • Resolving inheritance for "App\Delivery\Repository\DeliveryScheduleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\DeliveryScheduleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\DeliveryZoneRepository" (parent: .abstract.instanceof.App\Delivery\Repository\DeliveryZoneRepository).
  • Resolving inheritance for "App\Delivery\Repository\DeliveryZoneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\DeliveryZoneRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\HolidayRepository" (parent: .abstract.instanceof.App\Delivery\Repository\HolidayRepository).
  • Resolving inheritance for "App\Delivery\Repository\HolidayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\HolidayRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\OrderShippingRepository" (parent: .abstract.instanceof.App\Delivery\Repository\OrderShippingRepository).
  • Resolving inheritance for "App\Delivery\Repository\OrderShippingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\OrderShippingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\VehicleFeatureRepository" (parent: .abstract.instanceof.App\Delivery\Repository\VehicleFeatureRepository).
  • Resolving inheritance for "App\Delivery\Repository\VehicleFeatureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\VehicleFeatureRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\VehicleRepository" (parent: .abstract.instanceof.App\Delivery\Repository\VehicleRepository).
  • Resolving inheritance for "App\Delivery\Repository\VehicleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\VehicleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\VehicleRouteRepository" (parent: .abstract.instanceof.App\Delivery\Repository\VehicleRouteRepository).
  • Resolving inheritance for "App\Delivery\Repository\VehicleRouteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\VehicleRouteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\VehicleWorkScheduleRepository" (parent: .abstract.instanceof.App\Delivery\Repository\VehicleWorkScheduleRepository).
  • Resolving inheritance for "App\Delivery\Repository\VehicleWorkScheduleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\VehicleWorkScheduleRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Employee\Controller\EmployeeController" (parent: .abstract.instanceof.App\Employee\Controller\EmployeeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Employee\Controller\EmployeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Employee\Controller\EmployeeController).
  • Resolving inheritance for "App\Employee\Controller\EmployeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Employee\Controller\EmployeeController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Employee\Repository\EmployeeRepository" (parent: .abstract.instanceof.App\Employee\Repository\EmployeeRepository).
  • Resolving inheritance for "App\Employee\Repository\EmployeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Employee\Repository\EmployeeRepository).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Framework\Serializer\PointNormalizer" (parent: .abstract.instanceof.App\Framework\Serializer\PointNormalizer).
  • Resolving inheritance for "App\Framework\Serializer\PointNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Framework\Serializer\PointNormalizer).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Framework\Twig\TwigStringPadExtension" (parent: .abstract.instanceof.App\Framework\Twig\TwigStringPadExtension).
  • Resolving inheritance for "App\Framework\Twig\TwigStringPadExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Framework\Twig\TwigStringPadExtension).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Harvest\Controller\HarvestController" (parent: .abstract.instanceof.App\Harvest\Controller\HarvestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Harvest\Controller\HarvestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Harvest\Controller\HarvestController).
  • Resolving inheritance for "App\Harvest\Controller\HarvestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Harvest\Controller\HarvestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Notification\Controller\NotificationsController" (parent: .abstract.instanceof.App\Notification\Controller\NotificationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Notification\Controller\NotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Notification\Controller\NotificationsController).
  • Resolving inheritance for "App\Notification\Controller\NotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Notification\Controller\NotificationsController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderCancelledMessageHandler" (parent: .abstract.instanceof.App\Notification\MessageHandler\OrderCancelledMessageHandler).
  • Resolving inheritance for "App\Notification\MessageHandler\OrderCancelledMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderCancelledMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderDeliveredMessageHandler" (parent: .abstract.instanceof.App\Notification\MessageHandler\OrderDeliveredMessageHandler).
  • Resolving inheritance for "App\Notification\MessageHandler\OrderDeliveredMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderDeliveredMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderDispatchedMessageHandler" (parent: .abstract.instanceof.App\Notification\MessageHandler\OrderDispatchedMessageHandler).
  • Resolving inheritance for "App\Notification\MessageHandler\OrderDispatchedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderDispatchedMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderFailedMessageHandler" (parent: .abstract.instanceof.App\Notification\MessageHandler\OrderFailedMessageHandler).
  • Resolving inheritance for "App\Notification\MessageHandler\OrderFailedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderFailedMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderPlacedMessageHandler" (parent: .abstract.instanceof.App\Notification\MessageHandler\OrderPlacedMessageHandler).
  • Resolving inheritance for "App\Notification\MessageHandler\OrderPlacedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderPlacedMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderShippingCreatedMessageHandler" (parent: .abstract.instanceof.App\Notification\MessageHandler\OrderShippingCreatedMessageHandler).
  • Resolving inheritance for "App\Notification\MessageHandler\OrderShippingCreatedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderShippingCreatedMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\ProductOutOfStockMessageHandler" (parent: .abstract.instanceof.App\Notification\MessageHandler\ProductOutOfStockMessageHandler).
  • Resolving inheritance for "App\Notification\MessageHandler\ProductOutOfStockMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\ProductOutOfStockMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\SendEmailVerificationMessageHandler" (parent: .abstract.instanceof.App\Notification\MessageHandler\SendEmailVerificationMessageHandler).
  • Resolving inheritance for "App\Notification\MessageHandler\SendEmailVerificationMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\SendEmailVerificationMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\SendPasswordResetMessageHandler" (parent: .abstract.instanceof.App\Notification\MessageHandler\SendPasswordResetMessageHandler).
  • Resolving inheritance for "App\Notification\MessageHandler\SendPasswordResetMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\SendPasswordResetMessageHandler).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Notification\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Notification\Repository\NotificationRepository).
  • Resolving inheritance for "App\Notification\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Notification\Repository\NotificationRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\CartController" (parent: .abstract.instanceof.App\Order\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\CartController).
  • Resolving inheritance for "App\Order\Controller\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderActivityController" (parent: .abstract.instanceof.App\Order\Controller\OrderActivityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderActivityController).
  • Resolving inheritance for "App\Order\Controller\OrderActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderActivityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderCommentsController" (parent: .abstract.instanceof.App\Order\Controller\OrderCommentsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderCommentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderCommentsController).
  • Resolving inheritance for "App\Order\Controller\OrderCommentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderCommentsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderController" (parent: .abstract.instanceof.App\Order\Controller\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderController).
  • Resolving inheritance for "App\Order\Controller\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderItemsController" (parent: .abstract.instanceof.App\Order\Controller\OrderItemsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderItemsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderItemsController).
  • Resolving inheritance for "App\Order\Controller\OrderItemsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderItemsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderPaymentsController" (parent: .abstract.instanceof.App\Order\Controller\OrderPaymentsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderPaymentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderPaymentsController).
  • Resolving inheritance for "App\Order\Controller\OrderPaymentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderPaymentsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderStatsController" (parent: .abstract.instanceof.App\Order\Controller\OrderStatsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderStatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderStatsController).
  • Resolving inheritance for "App\Order\Controller\OrderStatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderStatsController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderCancelledMessageHandler" (parent: .abstract.instanceof.App\Order\MessageHandler\ActivityOrderCancelledMessageHandler).
  • Resolving inheritance for "App\Order\MessageHandler\ActivityOrderCancelledMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderCancelledMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderDeliveredMessageHandler" (parent: .abstract.instanceof.App\Order\MessageHandler\ActivityOrderDeliveredMessageHandler).
  • Resolving inheritance for "App\Order\MessageHandler\ActivityOrderDeliveredMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderDeliveredMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderDispatchedMessageHandler" (parent: .abstract.instanceof.App\Order\MessageHandler\ActivityOrderDispatchedMessageHandler).
  • Resolving inheritance for "App\Order\MessageHandler\ActivityOrderDispatchedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderDispatchedMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderFailedMessageHandler" (parent: .abstract.instanceof.App\Order\MessageHandler\ActivityOrderFailedMessageHandler).
  • Resolving inheritance for "App\Order\MessageHandler\ActivityOrderFailedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderFailedMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderPlacedMessageHandler" (parent: .abstract.instanceof.App\Order\MessageHandler\ActivityOrderPlacedMessageHandler).
  • Resolving inheritance for "App\Order\MessageHandler\ActivityOrderPlacedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderPlacedMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityPaymentCreatedMessageHandler" (parent: .abstract.instanceof.App\Order\MessageHandler\ActivityPaymentCreatedMessageHandler).
  • Resolving inheritance for "App\Order\MessageHandler\ActivityPaymentCreatedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityPaymentCreatedMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityPaymentUpdatedMessageHandler" (parent: .abstract.instanceof.App\Order\MessageHandler\ActivityPaymentUpdatedMessageHandler).
  • Resolving inheritance for "App\Order\MessageHandler\ActivityPaymentUpdatedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityPaymentUpdatedMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\OrderShippingCreatedMessageHandler" (parent: .abstract.instanceof.App\Order\MessageHandler\OrderShippingCreatedMessageHandler).
  • Resolving inheritance for "App\Order\MessageHandler\OrderShippingCreatedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\OrderShippingCreatedMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\PaymentCreatedMessageHandler" (parent: .abstract.instanceof.App\Order\MessageHandler\PaymentCreatedMessageHandler).
  • Resolving inheritance for "App\Order\MessageHandler\PaymentCreatedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\PaymentCreatedMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\PaymentUpdatedMessageHandler" (parent: .abstract.instanceof.App\Order\MessageHandler\PaymentUpdatedMessageHandler).
  • Resolving inheritance for "App\Order\MessageHandler\PaymentUpdatedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\PaymentUpdatedMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\StateOrderDeliveredMessageHandler" (parent: .abstract.instanceof.App\Order\MessageHandler\StateOrderDeliveredMessageHandler).
  • Resolving inheritance for "App\Order\MessageHandler\StateOrderDeliveredMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\StateOrderDeliveredMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Order\Normalizer\OrderNormalizer" (parent: .abstract.instanceof.App\Order\Normalizer\OrderNormalizer).
  • Resolving inheritance for "App\Order\Normalizer\OrderNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Order\Normalizer\OrderNormalizer).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Order\Repository\CartRepository" (parent: .abstract.instanceof.App\Order\Repository\CartRepository).
  • Resolving inheritance for "App\Order\Repository\CartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Order\Repository\CartRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Order\Repository\OrderActivityRepository" (parent: .abstract.instanceof.App\Order\Repository\OrderActivityRepository).
  • Resolving inheritance for "App\Order\Repository\OrderActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Order\Repository\OrderActivityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Order\Repository\OrderCommentRepository" (parent: .abstract.instanceof.App\Order\Repository\OrderCommentRepository).
  • Resolving inheritance for "App\Order\Repository\OrderCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Order\Repository\OrderCommentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Order\Repository\OrderRepository" (parent: .abstract.instanceof.App\Order\Repository\OrderRepository).
  • Resolving inheritance for "App\Order\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Order\Repository\OrderRepository).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Order\Service\OrderActivityService" (parent: .abstract.instanceof.App\Order\Service\OrderActivityService).
  • Resolving inheritance for "App\Order\Service\OrderActivityService" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Order\Service\OrderActivityService).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Controller\CashAccountController" (parent: .abstract.instanceof.App\Payment\Controller\CashAccountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Controller\CashAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Controller\CashAccountController).
  • Resolving inheritance for "App\Payment\Controller\CashAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Controller\CashAccountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Controller\CashAccountMovementsController" (parent: .abstract.instanceof.App\Payment\Controller\CashAccountMovementsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Controller\CashAccountMovementsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Controller\CashAccountMovementsController).
  • Resolving inheritance for "App\Payment\Controller\CashAccountMovementsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Controller\CashAccountMovementsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Controller\PaymentController" (parent: .abstract.instanceof.App\Payment\Controller\PaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Controller\PaymentController).
  • Resolving inheritance for "App\Payment\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Controller\PaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Controller\PaymentMPNotificationController" (parent: .abstract.instanceof.App\Payment\Controller\PaymentMPNotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Controller\PaymentMPNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Controller\PaymentMPNotificationController).
  • Resolving inheritance for "App\Payment\Controller\PaymentMPNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Controller\PaymentMPNotificationController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\CashAccountMovementRepository" (parent: .abstract.instanceof.App\Payment\Repository\CashAccountMovementRepository).
  • Resolving inheritance for "App\Payment\Repository\CashAccountMovementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\CashAccountMovementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\CashAccountRepository" (parent: .abstract.instanceof.App\Payment\Repository\CashAccountRepository).
  • Resolving inheritance for "App\Payment\Repository\CashAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\CashAccountRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\CreditCardRepository" (parent: .abstract.instanceof.App\Payment\Repository\CreditCardRepository).
  • Resolving inheritance for "App\Payment\Repository\CreditCardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\CreditCardRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\PaymentMethodRepository" (parent: .abstract.instanceof.App\Payment\Repository\PaymentMethodRepository).
  • Resolving inheritance for "App\Payment\Repository\PaymentMethodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\PaymentMethodRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\PaymentRepository" (parent: .abstract.instanceof.App\Payment\Repository\PaymentRepository).
  • Resolving inheritance for "App\Payment\Repository\PaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\PaymentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\PaymentTransactionRepository" (parent: .abstract.instanceof.App\Payment\Repository\PaymentTransactionRepository).
  • Resolving inheritance for "App\Payment\Repository\PaymentTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\PaymentTransactionRepository).
  • Resolving inheritance for ".instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\CashPaymentMethodService" (parent: .abstract.instanceof.App\Payment\Service\CashPaymentMethodService).
  • Resolving inheritance for "App\Payment\Service\CashPaymentMethodService" (parent: .instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\CashPaymentMethodService).
  • Resolving inheritance for ".instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\CheckPaymentMethodService" (parent: .abstract.instanceof.App\Payment\Service\CheckPaymentMethodService).
  • Resolving inheritance for "App\Payment\Service\CheckPaymentMethodService" (parent: .instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\CheckPaymentMethodService).
  • Resolving inheritance for ".instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\MercadoLinkPaymentMethodService" (parent: .abstract.instanceof.App\Payment\Service\MercadoLinkPaymentMethodService).
  • Resolving inheritance for "App\Payment\Service\MercadoLinkPaymentMethodService" (parent: .instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\MercadoLinkPaymentMethodService).
  • Resolving inheritance for ".instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\MercadoPagoCreditCardPaymentMethodService" (parent: .abstract.instanceof.App\Payment\Service\MercadoPagoCreditCardPaymentMethodService).
  • Resolving inheritance for "App\Payment\Service\MercadoPagoCreditCardPaymentMethodService" (parent: .instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\MercadoPagoCreditCardPaymentMethodService).
  • Resolving inheritance for ".instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\PosnetPaymentMethodService" (parent: .abstract.instanceof.App\Payment\Service\PosnetPaymentMethodService).
  • Resolving inheritance for "App\Payment\Service\PosnetPaymentMethodService" (parent: .instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\PosnetPaymentMethodService).
  • Resolving inheritance for ".instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\WireTransferPaymentMethodService" (parent: .abstract.instanceof.App\Payment\Service\WireTransferPaymentMethodService).
  • Resolving inheritance for "App\Payment\Service\WireTransferPaymentMethodService" (parent: .instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\WireTransferPaymentMethodService).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Product\Controller\ProductCategoryController" (parent: .abstract.instanceof.App\Product\Controller\ProductCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Product\Controller\ProductCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Product\Controller\ProductCategoryController).
  • Resolving inheritance for "App\Product\Controller\ProductCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Product\Controller\ProductCategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Product\Controller\ProductController" (parent: .abstract.instanceof.App\Product\Controller\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Product\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Product\Controller\ProductController).
  • Resolving inheritance for "App\Product\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Product\Controller\ProductController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Product\Repository\ProductCategoryRepository" (parent: .abstract.instanceof.App\Product\Repository\ProductCategoryRepository).
  • Resolving inheritance for "App\Product\Repository\ProductCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Product\Repository\ProductCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Product\Repository\ProductRepository" (parent: .abstract.instanceof.App\Product\Repository\ProductRepository).
  • Resolving inheritance for "App\Product\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Product\Repository\ProductRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\InventoryController" (parent: .abstract.instanceof.App\Production\Controller\InventoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\InventoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\InventoryController).
  • Resolving inheritance for "App\Production\Controller\InventoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\InventoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\InventoryMovementsController" (parent: .abstract.instanceof.App\Production\Controller\InventoryMovementsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\InventoryMovementsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\InventoryMovementsController).
  • Resolving inheritance for "App\Production\Controller\InventoryMovementsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\InventoryMovementsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\ProcessController" (parent: .abstract.instanceof.App\Production\Controller\ProcessController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\ProcessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\ProcessController).
  • Resolving inheritance for "App\Production\Controller\ProcessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\ProcessController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\ProcessesController" (parent: .abstract.instanceof.App\Production\Controller\ProcessesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\ProcessesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\ProcessesController).
  • Resolving inheritance for "App\Production\Controller\ProcessesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\ProcessesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\ProviderController" (parent: .abstract.instanceof.App\Production\Controller\ProviderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\ProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\ProviderController).
  • Resolving inheritance for "App\Production\Controller\ProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\ProviderController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Production\Repository\InventoryItemMovementRepository" (parent: .abstract.instanceof.App\Production\Repository\InventoryItemMovementRepository).
  • Resolving inheritance for "App\Production\Repository\InventoryItemMovementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Production\Repository\InventoryItemMovementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Production\Repository\InventoryItemRepository" (parent: .abstract.instanceof.App\Production\Repository\InventoryItemRepository).
  • Resolving inheritance for "App\Production\Repository\InventoryItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Production\Repository\InventoryItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Production\Repository\ProcessRepository" (parent: .abstract.instanceof.App\Production\Repository\ProcessRepository).
  • Resolving inheritance for "App\Production\Repository\ProcessRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Production\Repository\ProcessRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Production\Repository\ProviderRepository" (parent: .abstract.instanceof.App\Production\Repository\ProviderRepository).
  • Resolving inheritance for "App\Production\Repository\ProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Production\Repository\ProviderRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Stock\Controller\StockController" (parent: .abstract.instanceof.App\Stock\Controller\StockController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Stock\Controller\StockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Stock\Controller\StockController).
  • Resolving inheritance for "App\Stock\Controller\StockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Stock\Controller\StockController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Stock\MessageHandler\OrderCancelledMessageHandler" (parent: .abstract.instanceof.App\Stock\MessageHandler\OrderCancelledMessageHandler).
  • Resolving inheritance for "App\Stock\MessageHandler\OrderCancelledMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Stock\MessageHandler\OrderCancelledMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Stock\MessageHandler\OrderPlacedMessageHandler" (parent: .abstract.instanceof.App\Stock\MessageHandler\OrderPlacedMessageHandler).
  • Resolving inheritance for "App\Stock\MessageHandler\OrderPlacedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Stock\MessageHandler\OrderPlacedMessageHandler).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Stock\Repository\StockItemRepository" (parent: .abstract.instanceof.App\Stock\Repository\StockItemRepository).
  • Resolving inheritance for "App\Stock\Repository\StockItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Stock\Repository\StockItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Stock\Repository\StockMovementRepository" (parent: .abstract.instanceof.App\Stock\Repository\StockMovementRepository).
  • Resolving inheritance for "App\Stock\Repository\StockMovementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Stock\Repository\StockMovementRepository).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Stock\Service\StockService" (parent: .abstract.instanceof.App\Stock\Service\StockService).
  • Resolving inheritance for "App\Stock\Service\StockService" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Stock\Service\StockService).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Support\Controller\ClaimCommentsController" (parent: .abstract.instanceof.App\Support\Controller\ClaimCommentsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Support\Controller\ClaimCommentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Support\Controller\ClaimCommentsController).
  • Resolving inheritance for "App\Support\Controller\ClaimCommentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Support\Controller\ClaimCommentsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Support\Controller\ClaimController" (parent: .abstract.instanceof.App\Support\Controller\ClaimController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Support\Controller\ClaimController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Support\Controller\ClaimController).
  • Resolving inheritance for "App\Support\Controller\ClaimController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Support\Controller\ClaimController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Support\Controller\ClaimsController" (parent: .abstract.instanceof.App\Support\Controller\ClaimsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Support\Controller\ClaimsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Support\Controller\ClaimsController).
  • Resolving inheritance for "App\Support\Controller\ClaimsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Support\Controller\ClaimsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Support\Controller\FrontendMessagesController" (parent: .abstract.instanceof.App\Support\Controller\FrontendMessagesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Support\Controller\FrontendMessagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Support\Controller\FrontendMessagesController).
  • Resolving inheritance for "App\Support\Controller\FrontendMessagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Support\Controller\FrontendMessagesController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Support\MessageHandler\OrderDeliveredMessageHandler" (parent: .abstract.instanceof.App\Support\MessageHandler\OrderDeliveredMessageHandler).
  • Resolving inheritance for "App\Support\MessageHandler\OrderDeliveredMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Support\MessageHandler\OrderDeliveredMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Support\MessageHandler\OrderFailedMessageHandler" (parent: .abstract.instanceof.App\Support\MessageHandler\OrderFailedMessageHandler).
  • Resolving inheritance for "App\Support\MessageHandler\OrderFailedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Support\MessageHandler\OrderFailedMessageHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Support\MessageHandler\OrderPlacedMessageHandler" (parent: .abstract.instanceof.App\Support\MessageHandler\OrderPlacedMessageHandler).
  • Resolving inheritance for "App\Support\MessageHandler\OrderPlacedMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Support\MessageHandler\OrderPlacedMessageHandler).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Support\Repository\ClaimRepository" (parent: .abstract.instanceof.App\Support\Repository\ClaimRepository).
  • Resolving inheritance for "App\Support\Repository\ClaimRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Support\Repository\ClaimRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Support\Repository\FrontendMessageRepository" (parent: .abstract.instanceof.App\Support\Repository\FrontendMessageRepository).
  • Resolving inheritance for "App\Support\Repository\FrontendMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Support\Repository\FrontendMessageRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Testing\Controller\EmailTesterController" (parent: .abstract.instanceof.App\Testing\Controller\EmailTesterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Testing\Controller\EmailTesterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Testing\Controller\EmailTesterController).
  • Resolving inheritance for "App\Testing\Controller\EmailTesterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Testing\Controller\EmailTesterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\WebStore\Controller\OrdersController" (parent: .abstract.instanceof.App\WebStore\Controller\OrdersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\WebStore\Controller\OrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\WebStore\Controller\OrdersController).
  • Resolving inheritance for "App\WebStore\Controller\OrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\WebStore\Controller\OrdersController).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
  • Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
  • Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.user.provider.concrete.db" (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.login" (parent: security.firewall.config).
  • Resolving inheritance for "security.listener.login.user_provider" (parent: security.listener.user_provider.abstract).
  • Resolving inheritance for "security.authenticator.manager.login" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.login" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.login" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.auth_password" (parent: security.firewall.config).
  • Resolving inheritance for "security.listener.auth_password.user_provider" (parent: security.listener.user_provider.abstract).
  • Resolving inheritance for "security.authenticator.jwt.auth_password" (parent: lexik_jwt_authentication.security.jwt_authenticator).
  • Resolving inheritance for "security.authenticator.manager.auth_password" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.auth_password" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.auth_password" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.auth_password" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.auth_password" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
  • Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
  • 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 "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "command.bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "command.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "command.bus.middleware.doctrine_ping_connection" (parent: messenger.middleware.doctrine_ping_connection).
  • Resolving inheritance for "command.bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "event.bus.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "event.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "event.bus.middleware.doctrine_ping_connection" (parent: messenger.middleware.doctrine_ping_connection).
  • Resolving inheritance for "event.bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
  • Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.annotations.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.messenger.restart_workers_signal.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
  • Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
104 Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
  • Removing method "setAuthChecker" of service "App\Accounting\Controller\AccountingAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Accounting\Controller\AccountingAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Authentication\Controller\AuthenticationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Authentication\Controller\AuthenticationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Authentication\Controller\RegistrationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Authentication\Controller\RegistrationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Authentication\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Authentication\Controller\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Billing\Controller\InvoiceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Billing\Controller\InvoiceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Core\Controller\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Core\Controller\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Core\Controller\ParameterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Core\Controller\ParameterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Customer\Controller\CustomerBillingAddressController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Customer\Controller\CustomerBillingAddressController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Customer\Controller\CustomerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Customer\Controller\CustomerController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Customer\Controller\CustomerDebtController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Customer\Controller\CustomerDebtController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Customer\Controller\CustomerDeliveryAddressController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Customer\Controller\CustomerDeliveryAddressController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Customer\Controller\CustomerOrdersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Customer\Controller\CustomerOrdersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Customer\Controller\CustomerPaymentMethodsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Customer\Controller\CustomerPaymentMethodsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Customer\Controller\DebtorsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Customer\Controller\DebtorsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Delivery\Controller\DeliveryZonesAvailableSchedulesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Delivery\Controller\DeliveryZonesAvailableSchedulesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Delivery\Controller\DeliveryZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Delivery\Controller\DeliveryZonesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Delivery\Controller\DeliveryZonesSchedulesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Delivery\Controller\DeliveryZonesSchedulesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Delivery\Controller\HolidayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Delivery\Controller\HolidayController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Delivery\Controller\OrderDeliveryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Delivery\Controller\OrderDeliveryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Delivery\Controller\ShipmentRoutesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Delivery\Controller\ShipmentRoutesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Delivery\Controller\ShipmentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Delivery\Controller\ShipmentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Delivery\Controller\VehicleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Delivery\Controller\VehicleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Delivery\Controller\VehicleFeatureController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Delivery\Controller\VehicleFeatureController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Delivery\Controller\VehicleScheduleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Delivery\Controller\VehicleScheduleController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Employee\Controller\EmployeeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Employee\Controller\EmployeeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Harvest\Controller\HarvestController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Harvest\Controller\HarvestController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Notification\Controller\NotificationsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Notification\Controller\NotificationsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Order\Controller\CartController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Order\Controller\CartController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Order\Controller\OrderActivityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Order\Controller\OrderActivityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Order\Controller\OrderCommentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Order\Controller\OrderCommentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Order\Controller\OrderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Order\Controller\OrderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Order\Controller\OrderItemsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Order\Controller\OrderItemsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Order\Controller\OrderPaymentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Order\Controller\OrderPaymentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Order\Controller\OrderStatsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Order\Controller\OrderStatsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Payment\Controller\CashAccountController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Payment\Controller\CashAccountController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Payment\Controller\CashAccountMovementsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Payment\Controller\CashAccountMovementsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Payment\Controller\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Payment\Controller\PaymentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Payment\Controller\PaymentMPNotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Payment\Controller\PaymentMPNotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Product\Controller\ProductCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Product\Controller\ProductCategoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Product\Controller\ProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Product\Controller\ProductController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Production\Controller\InventoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Production\Controller\InventoryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Production\Controller\InventoryMovementsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Production\Controller\InventoryMovementsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Production\Controller\ProcessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Production\Controller\ProcessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Production\Controller\ProcessesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Production\Controller\ProcessesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Production\Controller\ProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Production\Controller\ProviderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Stock\Controller\StockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Stock\Controller\StockController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Support\Controller\ClaimCommentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Support\Controller\ClaimCommentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Support\Controller\ClaimController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Support\Controller\ClaimController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Support\Controller\ClaimsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Support\Controller\ClaimsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Support\Controller\FrontendMessagesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Support\Controller\FrontendMessagesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\Testing\Controller\EmailTesterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\Testing\Controller\EmailTesterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setAuthChecker" of service "App\WebStore\Controller\OrdersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
  • Removing method "setRequestStack" of service "App\WebStore\Controller\OrdersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
290 Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; 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\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "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 "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface $eventBus"; reason: private alias.
  • Removed service "messenger.default_serializer"; reason: private alias.
  • Removed service "messenger.failure_transports.default"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "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.login"; reason: private alias.
  • Removed service "security.user_checker.login"; reason: private alias.
  • Removed service "security.authentication.session_strategy.auth_password"; reason: private alias.
  • Removed service "security.user_checker.auth_password"; 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.firewall.context_locator"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
  • Removed service "Sentry\ClientInterface"; reason: private alias.
  • Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
  • Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
  • Removed service "Knp\Snappy\Pdf"; reason: private alias.
  • Removed service "Knp\Snappy\Image"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
  • Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "doctrine.id_generator_locator"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service ".service_locator.80edgLI"; reason: private alias.
  • Removed service ".service_locator.h8Jkkd2"; reason: private alias.
  • Removed service ".service_locator.A.CbkJo"; reason: private alias.
  • Removed service ".service_locator.0GV1BZZ"; reason: private alias.
  • Removed service ".service_locator.8MQE.Wd"; reason: private alias.
  • Removed service ".service_locator.bpstsZC"; reason: private alias.
  • Removed service ".service_locator.JVomZE6"; reason: private alias.
  • Removed service ".service_locator.jnIya4i"; reason: private alias.
  • Removed service ".service_locator.P3IGBju"; reason: private alias.
  • Removed service ".service_locator.Vdq1cPP"; reason: private alias.
  • Removed service ".service_locator.s857GiR"; reason: private alias.
  • Removed service ".service_locator.MiwdP_d"; reason: private alias.
  • Removed service ".service_locator.zEWQxh6"; reason: private alias.
  • Removed service ".service_locator.SYSj7Mw"; reason: private alias.
  • Removed service ".service_locator.abOtvfr"; reason: private alias.
  • Removed service ".service_locator.Ckcfoiv"; reason: private alias.
  • Removed service ".service_locator.hDg64xo"; reason: private alias.
  • Removed service ".service_locator.iEs8Zhd"; reason: private alias.
  • Removed service ".service_locator.QeFNqmo"; reason: private alias.
  • Removed service ".service_locator.NtkZQGY"; reason: private alias.
  • Removed service ".service_locator.F2jNI07"; reason: private alias.
  • Removed service ".service_locator.JYD0l6H"; reason: private alias.
  • Removed service ".service_locator.yFRQPEH"; reason: private alias.
  • Removed service ".service_locator.OVHejQt"; reason: private alias.
  • Removed service ".service_locator.hxp4LrF"; reason: private alias.
  • Removed service ".service_locator.XG8sxiS"; reason: private alias.
  • Removed service ".service_locator.1d1whXb"; reason: private alias.
  • Removed service ".service_locator.3UK4.CY"; reason: private alias.
  • Removed service ".service_locator.wKF4yn1"; reason: private alias.
  • Removed service ".service_locator.uxELpaj"; reason: private alias.
  • Removed service ".service_locator.jkb6XQV"; reason: private alias.
  • Removed service "validator"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "security.firewall.authenticator.login"; reason: private alias.
  • Removed service "security.firewall.authenticator.auth_password"; reason: private alias.
  • Removed service "security.firewall.authenticator.api"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "command.bus"; reason: private alias.
  • Removed service "event.bus"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
  • Removed service "cache.validator"; reason: private alias.
  • Removed service "cache.serializer"; reason: private alias.
  • Removed service "cache.annotations"; reason: private alias.
  • Removed service "cache.property_info"; reason: private alias.
  • Removed service "cache.messenger.restart_workers_signal"; reason: private alias.
  • Removed service "cache.doctrine.orm.default.result"; reason: private alias.
  • Removed service "cache.doctrine.orm.default.query"; reason: private alias.
  • Removed service "cache.security_expression_language"; reason: private alias.
  • Removed service ".service_locator._5g_Wvc"; reason: private alias.
  • Removed service ".service_locator.JBAFp66"; reason: private alias.
  • Removed service ".service_locator.bd_fQPc"; reason: private alias.
  • Removed service ".service_locator.yxH4Yhm"; reason: private alias.
  • Removed service ".service_locator.vS1lpro"; reason: private alias.
  • Removed service ".service_locator.o_FpWhK"; reason: private alias.
  • Removed service ".service_locator.NmakPle"; reason: private alias.
  • Removed service ".service_locator.FQmG.43"; reason: private alias.
  • Removed service ".service_locator.f_ZyrLu"; reason: private alias.
  • Removed service ".service_locator.KYnwaLV"; reason: private alias.
  • Removed service ".service_locator.c2_WXwG"; reason: private alias.
  • Removed service ".service_locator.EKxTPRw"; reason: private alias.
  • Removed service ".service_locator.d4VbUo3"; reason: private alias.
  • Removed service ".service_locator.VeVZWA_"; reason: private alias.
  • Removed service ".service_locator.ggM8d23"; reason: private alias.
  • Removed service ".service_locator.FOq3llt"; reason: private alias.
  • Removed service ".service_locator.BefKbqh"; reason: private alias.
  • Removed service ".service_locator.4mOAq9H"; reason: private alias.
  • Removed service ".service_locator..rqkCuA"; reason: private alias.
  • Removed service ".service_locator.3ELI3GB"; reason: private alias.
  • Removed service ".service_locator.Us.bS82"; reason: private alias.
  • Removed service ".service_locator.Gft2O.C"; reason: private alias.
  • Removed service ".service_locator.YcFU2Wr"; reason: private alias.
  • Removed service ".service_locator.HbaK6dO"; reason: private alias.
  • Removed service ".service_locator.BBdN5qk"; reason: private alias.
  • Removed service ".service_locator.yMLjSUZ"; reason: private alias.
  • Removed service ".service_locator.puwpfoD"; reason: private alias.
  • Removed service ".service_locator._9OQ3AT"; reason: private alias.
  • Removed service ".service_locator.vNyLzpR"; reason: private alias.
  • Removed service ".service_locator.4Oyd9en"; reason: private alias.
  • Removed service ".service_locator.jy6VxRj"; reason: private alias.
  • Removed service ".service_locator.1RQvYah"; reason: private alias.
  • Removed service ".service_locator.D21Gd5M"; reason: private alias.
  • Removed service ".service_locator.2w5YmlJ"; reason: private alias.
  • Removed service ".service_locator.DSeIQ6y"; reason: private alias.
  • Removed service ".service_locator.qKlHAQ4"; reason: private alias.
  • Removed service ".service_locator.GUZIB0w"; reason: private alias.
  • Removed service ".service_locator._KRgdag"; reason: private alias.
  • Removed service ".service_locator.1pm8pMj"; reason: private alias.
  • Removed service ".service_locator.1._GX_2"; reason: private alias.
  • Removed service ".service_locator.CiXm0s0"; reason: private alias.
  • Removed service ".service_locator.r5CmOmO"; reason: private alias.
  • Removed service ".service_locator.uCrJ6Lm"; reason: private alias.
  • Removed service ".service_locator.7LmfmTa"; reason: private alias.
  • Removed service ".service_locator.aOfIEXV"; reason: private alias.
  • Removed service ".service_locator.aLtEkAy"; reason: private alias.
  • Removed service ".service_locator.oWSFbGr"; reason: private alias.
  • Removed service ".service_locator.BwBFfmF"; reason: private alias.
  • Removed service ".service_locator.TzW9epj"; reason: private alias.
  • Removed service ".service_locator.knZV8QV"; reason: private alias.
  • Removed service ".service_locator.7yfUPXg"; reason: private alias.
  • Removed service ".service_locator.T4c_Tx3"; reason: private alias.
  • Removed service ".service_locator..adXjIy"; reason: private alias.
  • Removed service ".service_locator.t33Zrtd"; reason: private alias.
  • Removed service ".service_locator.TUE4rpY"; reason: private alias.
  • Removed service ".service_locator.SZ4EwwN"; reason: private alias.
  • Removed service ".service_locator.ExUu4UZ"; reason: private alias.
  • Removed service ".service_locator.6S7bzAf"; reason: private alias.
  • Removed service ".service_locator.jNVImOJ"; reason: private alias.
  • Removed service ".service_locator.HFQLh3u"; reason: private alias.
  • Removed service ".service_locator.rQyLtPO"; reason: private alias.
  • Removed service ".service_locator.0J.455W"; reason: private alias.
  • Removed service ".service_locator.oD.ZTbP"; reason: private alias.
  • Removed service ".service_locator.VpUd67k"; reason: private alias.
  • Removed service ".service_locator.BiG9w4L"; reason: private alias.
  • Removed service ".service_locator.zMFyikL"; reason: private alias.
  • Removed service ".service_locator.FV8u98A"; reason: private alias.
  • Removed service ".service_locator.CEbN_sA"; reason: private alias.
  • Removed service ".service_locator.d0u2CG8"; reason: private alias.
  • Removed service ".service_locator.jbqfwO8"; reason: private alias.
  • Removed service ".service_locator.UDWdO0V"; reason: private alias.
  • Removed service ".service_locator._0Qaw23"; reason: private alias.
  • Removed service ".service_locator.ATo8MoO"; reason: private alias.
  • Removed service ".service_locator.WbqMZLw"; reason: private alias.
  • Removed service ".service_locator.IS8ungs"; reason: private alias.
  • Removed service ".service_locator.rbgP4QU"; reason: private alias.
  • Removed service ".service_locator.g9xZv_g"; reason: private alias.
  • Removed service ".service_locator.NHzKYqM"; reason: private alias.
  • Removed service ".service_locator.vM.Au5l"; reason: private alias.
  • Removed service ".service_locator.JwboqQQ"; reason: private alias.
  • Removed service ".service_locator.sSAZeIU"; reason: private alias.
  • Removed service ".service_locator.aa1PbBb"; reason: private alias.
108 Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Authentication\Service\EmailVerificationService" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
  • Changed reference of service "App\Authentication\Service\UserService" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
  • Changed reference of service "App\Delivery\Service\ShipmentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Order\Service\OrderService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Packing\Service\PackingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Product\Service\ProductService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Stock\Service\StockService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "services_resetter" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
  • Changed reference of service "services_resetter" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
  • Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
  • Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
  • Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "validator.expression_language" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
  • Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
  • Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.cache" previously pointing to "cache.app.traceable" to "cache.app".
  • Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
  • Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
  • Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
  • Changed reference of service "sensio_framework_extra.security.listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authorization_checker" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.impersonate_url_generator" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.firewall.lazy_context" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.logout_url_generator" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • 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.validator.user_password" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.context_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.exception_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.access_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.authenticator.manager" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authenticator.x509" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.authenticator.remote_user" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "data_collector.security" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authenticator.manager.login" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.exception_listener.login" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.authenticator.jwt.auth_password" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authenticator.manager.auth_password" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.exception_listener.auth_password" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authenticator.manager.api" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "security.exception_listener.api" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • 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 "twig.app_variable" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "Sentry\SentryBundle\EventListener\RequestListener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service ".service_locator.uEtDFS3" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_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.l1ae.Qz" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.l1ae.Qz" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.OhcSuYm" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.nLgZj7R" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "debug.security.user_value_resolver.inner" previously pointing to "security.untracked_token_storage" to "security.token_storage".
  • Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
395 Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "container.env"; 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 "http_client.abstract_retry_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "messenger.middleware.handle_message"; reason: abstract.
  • Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
  • Removed service "messenger.middleware.traceable"; reason: abstract.
  • Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; reason: abstract.
  • Removed service "security.authentication.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 "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 "sentry.tracing.traceable_cache_adapter"; reason: abstract.
  • Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
  • Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
  • Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Accounting\Controller\AccountingAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Accounting\Controller\AccountingAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Accounting\Controller\AccountingAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Accounting\MessageHandler\InvoiceCreatedEventHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Accounting\MessageHandler\InvoiceCreatedEventHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Accounting\MessageHandler\PaymentCreatedEventHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Accounting\MessageHandler\PaymentCreatedEventHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Authentication\Controller\AuthenticationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Authentication\Controller\AuthenticationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Authentication\Controller\AuthenticationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Authentication\Controller\RegistrationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Authentication\Controller\RegistrationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Authentication\Controller\RegistrationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Authentication\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Authentication\Controller\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Authentication\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Authentication\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Authentication\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Billing\Controller\InvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Billing\Controller\InvoiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Billing\Controller\InvoiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Billing\MessageHandler\InvoiceCreatedEventHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Billing\MessageHandler\InvoiceCreatedEventHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Billing\MessageHandler\OrderLockedEventHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Billing\MessageHandler\OrderLockedEventHandler"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Billing\Repository\InvoiceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Billing\Repository\InvoiceRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FinnegansInvoiceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FinnegansInvoiceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InvoiceOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\InvoiceOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadTestFixturesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\LoadTestFixturesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateFrontendMessagesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MigrateFrontendMessagesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrationPostVersion20210212184305"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MigrationPostVersion20210212184305"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PrepareOrdersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\PrepareOrdersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Core\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Core\Controller\ParameterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Core\Controller\ParameterController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Core\Controller\ParameterController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Core\Repository\ParameterRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Core\Repository\ParameterRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerBillingAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerBillingAddressController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Customer\Controller\CustomerBillingAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Customer\Controller\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerDebtController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerDebtController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Customer\Controller\CustomerDebtController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerDeliveryAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerDeliveryAddressController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Customer\Controller\CustomerDeliveryAddressController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerOrdersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerOrdersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Customer\Controller\CustomerOrdersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\CustomerPaymentMethodsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\CustomerPaymentMethodsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Customer\Controller\CustomerPaymentMethodsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Controller\DebtorsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Controller\DebtorsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Customer\Controller\DebtorsController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Customer\Repository\BillingAddressRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Customer\Repository\BillingAddressRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Customer\Repository\CustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Customer\Repository\CustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Customer\Repository\DeliveryAddressRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Customer\Repository\DeliveryAddressRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\DeliveryZonesAvailableSchedulesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\DeliveryZonesAvailableSchedulesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Controller\DeliveryZonesAvailableSchedulesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\DeliveryZonesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\DeliveryZonesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Controller\DeliveryZonesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\DeliveryZonesSchedulesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\DeliveryZonesSchedulesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Controller\DeliveryZonesSchedulesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\HolidayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\HolidayController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Controller\HolidayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\OrderDeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\OrderDeliveryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Controller\OrderDeliveryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\ShipmentRoutesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\ShipmentRoutesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Controller\ShipmentRoutesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\ShipmentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\ShipmentsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Controller\ShipmentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\VehicleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\VehicleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Controller\VehicleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\VehicleFeatureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\VehicleFeatureController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Controller\VehicleFeatureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Delivery\Controller\VehicleScheduleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Delivery\Controller\VehicleScheduleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Controller\VehicleScheduleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Delivery\MessageHandler\OrderCancelledMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\MessageHandler\OrderCancelledMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Delivery\Normalizer\HolidayNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Normalizer\HolidayNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Delivery\Normalizer\OrderShippingNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Normalizer\OrderShippingNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Delivery\Normalizer\VehicleWorkScheduleNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Normalizer\VehicleWorkScheduleNormalizer"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\DeliveryScheduleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Repository\DeliveryScheduleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\DeliveryZoneRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Repository\DeliveryZoneRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\HolidayRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Repository\HolidayRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\OrderShippingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Repository\OrderShippingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\VehicleFeatureRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Repository\VehicleFeatureRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\VehicleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Repository\VehicleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\VehicleRouteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Repository\VehicleRouteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Delivery\Repository\VehicleWorkScheduleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Delivery\Repository\VehicleWorkScheduleRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Employee\Controller\EmployeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Employee\Controller\EmployeeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Employee\Controller\EmployeeController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Employee\Repository\EmployeeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Employee\Repository\EmployeeRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Framework\Serializer\PointNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Framework\Serializer\PointNormalizer"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Framework\Twig\TwigStringPadExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Framework\Twig\TwigStringPadExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Harvest\Controller\HarvestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Harvest\Controller\HarvestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Harvest\Controller\HarvestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Notification\Controller\NotificationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Notification\Controller\NotificationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Notification\Controller\NotificationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderCancelledMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Notification\MessageHandler\OrderCancelledMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderDeliveredMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Notification\MessageHandler\OrderDeliveredMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderDispatchedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Notification\MessageHandler\OrderDispatchedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderFailedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Notification\MessageHandler\OrderFailedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderPlacedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Notification\MessageHandler\OrderPlacedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\OrderShippingCreatedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Notification\MessageHandler\OrderShippingCreatedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\ProductOutOfStockMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Notification\MessageHandler\ProductOutOfStockMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\SendEmailVerificationMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Notification\MessageHandler\SendEmailVerificationMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Notification\MessageHandler\SendPasswordResetMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Notification\MessageHandler\SendPasswordResetMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Notification\Repository\NotificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Notification\Repository\NotificationRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\CartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderActivityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderActivityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\Controller\OrderActivityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderCommentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderCommentsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\Controller\OrderCommentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\Controller\OrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderItemsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderItemsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\Controller\OrderItemsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderPaymentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderPaymentsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\Controller\OrderPaymentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Order\Controller\OrderStatsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Order\Controller\OrderStatsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\Controller\OrderStatsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderCancelledMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\MessageHandler\ActivityOrderCancelledMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderDeliveredMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\MessageHandler\ActivityOrderDeliveredMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderDispatchedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\MessageHandler\ActivityOrderDispatchedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderFailedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\MessageHandler\ActivityOrderFailedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityOrderPlacedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\MessageHandler\ActivityOrderPlacedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityPaymentCreatedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\MessageHandler\ActivityPaymentCreatedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\ActivityPaymentUpdatedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\MessageHandler\ActivityPaymentUpdatedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\OrderShippingCreatedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\MessageHandler\OrderShippingCreatedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\PaymentCreatedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\MessageHandler\PaymentCreatedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\PaymentUpdatedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\MessageHandler\PaymentUpdatedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Order\MessageHandler\StateOrderDeliveredMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\MessageHandler\StateOrderDeliveredMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Order\Normalizer\OrderNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\Normalizer\OrderNormalizer"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Order\Repository\CartRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\Repository\CartRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Order\Repository\OrderActivityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\Repository\OrderActivityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Order\Repository\OrderCommentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\Repository\OrderCommentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Order\Repository\OrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\Repository\OrderRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Order\Service\OrderActivityService"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Order\Service\OrderActivityService"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Controller\CashAccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Controller\CashAccountController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Controller\CashAccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Controller\CashAccountMovementsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Controller\CashAccountMovementsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Controller\CashAccountMovementsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Controller\PaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Controller\PaymentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Controller\PaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Payment\Controller\PaymentMPNotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Payment\Controller\PaymentMPNotificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Controller\PaymentMPNotificationController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\CashAccountMovementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Repository\CashAccountMovementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\CashAccountRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Repository\CashAccountRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\CreditCardRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Repository\CreditCardRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\PaymentMethodRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Repository\PaymentMethodRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\PaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Repository\PaymentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Payment\Repository\PaymentTransactionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Repository\PaymentTransactionRepository"; reason: abstract.
  • Removed service ".instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\CashPaymentMethodService"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Service\CashPaymentMethodService"; reason: abstract.
  • Removed service ".instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\CheckPaymentMethodService"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Service\CheckPaymentMethodService"; reason: abstract.
  • Removed service ".instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\MercadoLinkPaymentMethodService"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Service\MercadoLinkPaymentMethodService"; reason: abstract.
  • Removed service ".instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\MercadoPagoCreditCardPaymentMethodService"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Service\MercadoPagoCreditCardPaymentMethodService"; reason: abstract.
  • Removed service ".instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\PosnetPaymentMethodService"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Service\PosnetPaymentMethodService"; reason: abstract.
  • Removed service ".instanceof.App\Payment\Service\IPaymentMethodService.0.App\Payment\Service\WireTransferPaymentMethodService"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Payment\Service\WireTransferPaymentMethodService"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Product\Controller\ProductCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Product\Controller\ProductCategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Product\Controller\ProductCategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Product\Controller\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Product\Controller\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Product\Controller\ProductController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Product\Repository\ProductCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Product\Repository\ProductCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Product\Repository\ProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Product\Repository\ProductRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\InventoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\InventoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Production\Controller\InventoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\InventoryMovementsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\InventoryMovementsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Production\Controller\InventoryMovementsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\ProcessController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\ProcessController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Production\Controller\ProcessController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\ProcessesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\ProcessesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Production\Controller\ProcessesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Production\Controller\ProviderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Production\Controller\ProviderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Production\Controller\ProviderController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Production\Repository\InventoryItemMovementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Production\Repository\InventoryItemMovementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Production\Repository\InventoryItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Production\Repository\InventoryItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Production\Repository\ProcessRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Production\Repository\ProcessRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Production\Repository\ProviderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Production\Repository\ProviderRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Stock\Controller\StockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Stock\Controller\StockController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Stock\Controller\StockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Stock\MessageHandler\OrderCancelledMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Stock\MessageHandler\OrderCancelledMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Stock\MessageHandler\OrderPlacedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Stock\MessageHandler\OrderPlacedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Stock\Repository\StockItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Stock\Repository\StockItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Stock\Repository\StockMovementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Stock\Repository\StockMovementRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Stock\Service\StockService"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Stock\Service\StockService"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Support\Controller\ClaimCommentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Support\Controller\ClaimCommentsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Support\Controller\ClaimCommentsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Support\Controller\ClaimController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Support\Controller\ClaimController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Support\Controller\ClaimController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Support\Controller\ClaimsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Support\Controller\ClaimsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Support\Controller\ClaimsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Support\Controller\FrontendMessagesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Support\Controller\FrontendMessagesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Support\Controller\FrontendMessagesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Support\MessageHandler\OrderDeliveredMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Support\MessageHandler\OrderDeliveredMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Support\MessageHandler\OrderFailedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Support\MessageHandler\OrderFailedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Support\MessageHandler\OrderPlacedMessageHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Support\MessageHandler\OrderPlacedMessageHandler"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Support\Repository\ClaimRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Support\Repository\ClaimRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Support\Repository\FrontendMessageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Support\Repository\FrontendMessageRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Testing\Controller\EmailTesterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Testing\Controller\EmailTesterController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Testing\Controller\EmailTesterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\WebStore\Controller\OrdersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\WebStore\Controller\OrdersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\WebStore\Controller\OrdersController"; reason: abstract.
185 Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "Sentry\Integration\IgnoreErrorsIntegration"; reason: unused.
  • Removed service "App\Accounting\Entity\ReportInvoicesByOrderInput"; reason: unused.
  • Removed service "App\Accounting\Entity\ReportInvoicesByOrderResult"; reason: unused.
  • Removed service "App\Accounting\Entity\ReportPaymentsInput"; reason: unused.
  • Removed service "App\Accounting\Entity\ReportPaymentsResult"; reason: unused.
  • Removed service "App\Accounting\Exception\FinnegansAPIException"; reason: unused.
  • Removed service "App\Authentication\EventListener\JWTAuthenticationSuccessListener"; reason: unused.
  • Removed service "App\Authentication\EventListener\JWTCreatedListener"; reason: unused.
  • Removed service "App\Authentication\EventListener\JWTNotFoundListener"; reason: unused.
  • Removed service "App\Authentication\Exception\InvalidPasswordException"; reason: unused.
  • Removed service "App\Billing\Entity\Invoice"; reason: unused.
  • Removed service "App\Billing\Entity\InvoiceItem"; reason: unused.
  • Removed service "App\Billing\Entity\InvoiceTaxDetail"; reason: unused.
  • Removed service "App\Billing\Exception\AFIPCommunicationException"; reason: unused.
  • Removed service "App\Billing\Exception\InvoiceCAEInvalidException"; reason: unused.
  • Removed service "App\Billing\Exception\InvoiceGenerationException"; reason: unused.
  • Removed service "App\Billing\Message\InvoiceCreatedEvent"; reason: unused.
  • Removed service "App\Billing\Service\AFIPWebService\AFIPCAEResponse"; reason: unused.
  • Removed service "App\Billing\Service\AFIPWebService\Model\AFIPCAERequest"; reason: unused.
  • Removed service "App\Billing\Service\AFIPWebService\Model\FE_ComprobanteAsociado"; reason: unused.
  • Removed service "App\Billing\Service\AFIPWebService\Model\FE_DetalleComprobante"; reason: unused.
  • Removed service "App\Billing\Service\AFIPWebService\Model\FE_Iva"; reason: unused.
  • Removed service "App\Billing\Service\AFIPWebService\Model\FE_Opcional"; reason: unused.
  • Removed service "App\Billing\Service\AFIPWebService\Model\FE_SolicitudCAE"; reason: unused.
  • Removed service "App\Billing\Service\AFIPWebService\Model\FE_Tributo"; reason: unused.
  • Removed service "App\Core\Entity\Parameter"; reason: unused.
  • Removed service "App\Customer\Entity\BillingAddress"; reason: unused.
  • Removed service "App\Customer\Entity\IvaCondition"; reason: unused.
  • Removed service "App\Customer\Entity\StreetAddress"; reason: unused.
  • Removed service "App\Customer\Exception\CustomerCantDeleteException"; reason: unused.
  • Removed service "App\DataFixtures\Faker\Provider\LocationPointProvider"; reason: unused.
  • Removed service "App\Delivery\Entity\DeliverySchedule"; reason: unused.
  • Removed service "App\Delivery\Entity\OrderShipping"; reason: unused.
  • Removed service "App\Delivery\Entity\VehicleFeature"; reason: unused.
  • Removed service "App\Delivery\Entity\VehicleRoute"; reason: unused.
  • Removed service "App\Delivery\Exception\InvalidScheduleException"; reason: unused.
  • Removed service "App\Delivery\Exception\NoVehiclesAvailableException"; reason: unused.
  • Removed service "App\Delivery\Exception\OutsideDeliveryZoneException"; reason: unused.
  • Removed service "App\Delivery\Exception\ShippingInvalidOperation"; reason: unused.
  • Removed service "App\Delivery\Message\OrderShippingCancelledEvent"; reason: unused.
  • Removed service "App\Delivery\Message\OrderShippingCreatedEvent"; reason: unused.
  • Removed service "App\Framework\Doctrine\MatchAgainst"; reason: unused.
  • Removed service "App\Framework\Entity\PaginationInput"; reason: unused.
  • Removed service "App\Framework\Entity\PaginationResult"; reason: unused.
  • Removed service "App\Framework\EventListener\APIExceptionEventListener"; reason: unused.
  • Removed service "App\Framework\EventListener\APISerializerEventListener"; reason: unused.
  • Removed service "App\Framework\EventListener\CORSEventListener"; reason: unused.
  • Removed service "App\Framework\EventListener\LoggerEventListener"; reason: unused.
  • Removed service "App\Framework\Exception\APIException"; reason: unused.
  • Removed service "App\Framework\Exception\AssertionException"; reason: unused.
  • Removed service "App\Framework\Exception\InvalidRequestException"; reason: unused.
  • Removed service "App\Framework\Exception\TalloException"; reason: unused.
  • Removed service "App\Framework\Exception\ValidationException"; reason: unused.
  • Removed service "App\Framework\Messenger\JSONMessageSerializer"; reason: unused.
  • Removed service "App\Framework\Serializer\APISerializerGroup"; reason: unused.
  • Removed service "App\Framework\Service\S3FileUploaderService"; reason: unused.
  • Removed service "App\Framework\Util\Assert"; reason: unused.
  • Removed service "App\Notification\Entity\Notification"; reason: unused.
  • Removed service "App\Notification\Message\SendEmailVerificationMessage"; reason: unused.
  • Removed service "App\Notification\Message\SendPasswordResetMessage"; reason: unused.
  • Removed service "App\Order\Entity\CartItem"; reason: unused.
  • Removed service "App\Order\Entity\OrderActivity"; reason: unused.
  • Removed service "App\Order\Entity\OrderCancellationReason"; reason: unused.
  • Removed service "App\Order\Entity\OrderComment"; reason: unused.
  • Removed service "App\Order\Entity\OrderItem"; reason: unused.
  • Removed service "App\Order\Event\OrderItemsUpdatedEvent"; reason: unused.
  • Removed service "App\Order\Event\OrderPackedEvent"; reason: unused.
  • Removed service "App\Order\Exception\InvalidAddressException"; reason: unused.
  • Removed service "App\Order\Exception\OrderBillingAddressRequired"; reason: unused.
  • Removed service "App\Order\Exception\OrderIllegalOperation"; reason: unused.
  • Removed service "App\Order\Exception\OrderInvalidAddress"; reason: unused.
  • Removed service "App\Order\Exception\OrderInvalidSchedule"; reason: unused.
  • Removed service "App\Order\Exception\OrderTotalBelowMinimum"; reason: unused.
  • Removed service "App\Order\Message\OrderCancelledEvent"; reason: unused.
  • Removed service "App\Order\Message\OrderDeliveredEvent"; reason: unused.
  • Removed service "App\Order\Message\OrderDispatchedEvent"; reason: unused.
  • Removed service "App\Order\Message\OrderFailedEvent"; reason: unused.
  • Removed service "App\Order\Message\OrderLockedEvent"; reason: unused.
  • Removed service "App\Order\Message\OrderPlacedEvent"; reason: unused.
  • Removed service "App\Payment\Entity\Bank"; reason: unused.
  • Removed service "App\Payment\Entity\CashAccountMovement"; reason: unused.
  • Removed service "App\Payment\Entity\CreditCard"; reason: unused.
  • Removed service "App\Payment\Entity\PaymentMethod"; reason: unused.
  • Removed service "App\Payment\Entity\PaymentTransaction"; reason: unused.
  • Removed service "App\Payment\Exception\InvalidPaymentAmountException"; reason: unused.
  • Removed service "App\Payment\Exception\InvalidPaymentMethodException"; reason: unused.
  • Removed service "App\Payment\Exception\PaymentException"; reason: unused.
  • Removed service "App\Payment\Message\PaymentCreatedEvent"; reason: unused.
  • Removed service "App\Payment\Message\PaymentUpdatedEvent"; reason: unused.
  • Removed service "App\Payment\Service\PaymentRequest"; reason: unused.
  • Removed service "App\Product\Entity\GetProductsFiltersInput"; reason: unused.
  • Removed service "App\Product\Entity\ProductSize"; reason: unused.
  • Removed service "App\Product\Entity\UnitOfMeasurement"; reason: unused.
  • Removed service "App\Product\Event\ProductCreatedEvent"; reason: unused.
  • Removed service "App\Product\Exception\CategoryNotEmptyException"; reason: unused.
  • Removed service "App\Production\Entity\InventoryItemMovement"; reason: unused.
  • Removed service "App\Production\Entity\Process"; reason: unused.
  • Removed service "App\Production\Entity\ProcessIngredient"; reason: unused.
  • Removed service "App\Production\Entity\Provider"; reason: unused.
  • Removed service "App\Stock\Entity\StockItem"; reason: unused.
  • Removed service "App\Stock\Entity\StockMovement"; reason: unused.
  • Removed service "App\Stock\Event\StockChangedEvent"; reason: unused.
  • Removed service "App\Stock\Message\ProductOutOfStockEvent"; reason: unused.
  • Removed service "App\Support\Entity\Claim"; reason: unused.
  • Removed service "App\Support\Entity\ClaimActivity"; reason: unused.
  • Removed service "App\Support\Entity\FrontendMessage"; reason: unused.
  • Removed service "App\Support\Entity\Tracking"; reason: unused.
  • Removed service "App\Support\Entity\TrackingType"; reason: unused.
  • Removed service "http_cache"; reason: unused.
  • Removed service "http_cache.store"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "Http\Client\HttpClient"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; 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.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "messenger.transport.symfony_serializer"; reason: unused.
  • Removed service "messenger.middleware.validation"; reason: unused.
  • Removed service "messenger.middleware.router_context"; reason: unused.
  • Removed service "messenger.transport.amqp.factory"; reason: unused.
  • Removed service "messenger.transport.redis.factory"; reason: unused.
  • Removed service "messenger.transport.sqs.factory"; reason: unused.
  • Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
  • Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
  • Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
  • Removed service "data_collector.request.session_collector"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~ncSKKvs"; reason: unused.
  • Removed service "form.type_guesser.doctrine"; reason: unused.
  • Removed service "form.type.entity"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "security.authentication.session_strategy"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication_utils"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.authenticator.managers_locator"; reason: unused.
  • Removed service "security.user_authenticator"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.weblink"; 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 "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
  • Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
  • Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
  • Removed service ".1_TokenStorage~Xjz125C"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
  • Removed service ".service_locator.JWTpkqy"; reason: unused.
  • Removed service ".service_locator.7JpDYGt"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
342 Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.l1ae.Qz.App\Accounting\Controller\AccountingAdminController" to "App\Accounting\Controller\AccountingAdminController".
  • Inlined service "App\Accounting\Client\FinnegansClient" to "App\Accounting\Service\AccountingService".
  • Inlined service ".service_locator.l1ae.Qz.App\Authentication\Controller\AuthenticationController" to "App\Authentication\Controller\AuthenticationController".
  • Inlined service ".service_locator.l1ae.Qz.App\Authentication\Controller\RegistrationController" to "App\Authentication\Controller\RegistrationController".
  • Inlined service ".service_locator.l1ae.Qz.App\Authentication\Controller\UserController" to "App\Authentication\Controller\UserController".
  • Inlined service ".service_locator.l1ae.Qz.App\Billing\Controller\InvoiceController" to "App\Billing\Controller\InvoiceController".
  • Inlined service "App\Billing\Service\AFIPWebService\AFIPBillingWebService" to "App\Billing\Service\AFIPService".
  • Inlined service "App\Billing\Service\AFIPWebService\AFIPAuthenticationWebService" to "App\Billing\Service\AFIPWebService\AFIPBillingWebService".
  • Inlined service "App\Billing\Service\AFIPService" to "App\Billing\Service\InvoiceService".
  • Inlined service ".service_locator.l1ae.Qz.App\Core\Controller\AdminController" to "App\Core\Controller\AdminController".
  • Inlined service ".service_locator.l1ae.Qz.App\Core\Controller\ParameterController" to "App\Core\Controller\ParameterController".
  • Inlined service ".service_locator.l1ae.Qz.App\Customer\Controller\CustomerBillingAddressController" to "App\Customer\Controller\CustomerBillingAddressController".
  • Inlined service ".service_locator.l1ae.Qz.App\Customer\Controller\CustomerController" to "App\Customer\Controller\CustomerController".
  • Inlined service ".service_locator.l1ae.Qz.App\Customer\Controller\CustomerDebtController" to "App\Customer\Controller\CustomerDebtController".
  • Inlined service ".service_locator.l1ae.Qz.App\Customer\Controller\CustomerDeliveryAddressController" to "App\Customer\Controller\CustomerDeliveryAddressController".
  • Inlined service ".service_locator.l1ae.Qz.App\Customer\Controller\CustomerOrdersController" to "App\Customer\Controller\CustomerOrdersController".
  • Inlined service ".service_locator.l1ae.Qz.App\Customer\Controller\CustomerPaymentMethodsController" to "App\Customer\Controller\CustomerPaymentMethodsController".
  • Inlined service ".service_locator.l1ae.Qz.App\Customer\Controller\DebtorsController" to "App\Customer\Controller\DebtorsController".
  • Inlined service ".service_locator.l1ae.Qz.App\Delivery\Controller\DeliveryZonesAvailableSchedulesController" to "App\Delivery\Controller\DeliveryZonesAvailableSchedulesController".
  • Inlined service ".service_locator.l1ae.Qz.App\Delivery\Controller\DeliveryZonesController" to "App\Delivery\Controller\DeliveryZonesController".
  • Inlined service ".service_locator.l1ae.Qz.App\Delivery\Controller\DeliveryZonesSchedulesController" to "App\Delivery\Controller\DeliveryZonesSchedulesController".
  • Inlined service ".service_locator.l1ae.Qz.App\Delivery\Controller\HolidayController" to "App\Delivery\Controller\HolidayController".
  • Inlined service ".service_locator.l1ae.Qz.App\Delivery\Controller\OrderDeliveryController" to "App\Delivery\Controller\OrderDeliveryController".
  • Inlined service ".service_locator.l1ae.Qz.App\Delivery\Controller\ShipmentRoutesController" to "App\Delivery\Controller\ShipmentRoutesController".
  • Inlined service ".service_locator.l1ae.Qz.App\Delivery\Controller\ShipmentsController" to "App\Delivery\Controller\ShipmentsController".
  • Inlined service ".service_locator.l1ae.Qz.App\Delivery\Controller\VehicleController" to "App\Delivery\Controller\VehicleController".
  • Inlined service ".service_locator.l1ae.Qz.App\Delivery\Controller\VehicleFeatureController" to "App\Delivery\Controller\VehicleFeatureController".
  • Inlined service ".service_locator.l1ae.Qz.App\Delivery\Controller\VehicleScheduleController" to "App\Delivery\Controller\VehicleScheduleController".
  • Inlined service "App\Delivery\Service\VehicleRoutingService" to "App\Delivery\Service\ShipmentService".
  • Inlined service ".service_locator.l1ae.Qz.App\Employee\Controller\EmployeeController" to "App\Employee\Controller\EmployeeController".
  • Inlined service ".service_locator.l1ae.Qz.App\Harvest\Controller\HarvestController" to "App\Harvest\Controller\HarvestController".
  • Inlined service ".service_locator.l1ae.Qz.App\Notification\Controller\NotificationsController" to "App\Notification\Controller\NotificationsController".
  • Inlined service "mailer.mailer" to "App\Notification\Service\MailerService".
  • Inlined service ".service_locator.l1ae.Qz.App\Order\Controller\CartController" to "App\Order\Controller\CartController".
  • Inlined service ".service_locator.l1ae.Qz.App\Order\Controller\OrderActivityController" to "App\Order\Controller\OrderActivityController".
  • Inlined service ".service_locator.l1ae.Qz.App\Order\Controller\OrderCommentsController" to "App\Order\Controller\OrderCommentsController".
  • Inlined service ".service_locator.l1ae.Qz.App\Order\Controller\OrderController" to "App\Order\Controller\OrderController".
  • Inlined service ".service_locator.l1ae.Qz.App\Order\Controller\OrderItemsController" to "App\Order\Controller\OrderItemsController".
  • Inlined service ".service_locator.l1ae.Qz.App\Order\Controller\OrderPaymentsController" to "App\Order\Controller\OrderPaymentsController".
  • Inlined service ".service_locator.l1ae.Qz.App\Order\Controller\OrderStatsController" to "App\Order\Controller\OrderStatsController".
  • Inlined service ".service_locator.l1ae.Qz.App\Payment\Controller\CashAccountController" to "App\Payment\Controller\CashAccountController".
  • Inlined service ".service_locator.l1ae.Qz.App\Payment\Controller\CashAccountMovementsController" to "App\Payment\Controller\CashAccountMovementsController".
  • Inlined service ".service_locator.l1ae.Qz.App\Payment\Controller\PaymentController" to "App\Payment\Controller\PaymentController".
  • Inlined service ".service_locator.l1ae.Qz.App\Payment\Controller\PaymentMPNotificationController" to "App\Payment\Controller\PaymentMPNotificationController".
  • Inlined service "App\Payment\Service\CashPaymentMethodService" to "App\Payment\Service\PaymentService".
  • Inlined service "App\Payment\Service\CheckPaymentMethodService" to "App\Payment\Service\PaymentService".
  • Inlined service "App\Payment\Service\WireTransferPaymentMethodService" to "App\Payment\Service\PaymentService".
  • Inlined service "App\Payment\Service\MercadoPagoCreditCardPaymentMethodService" to "App\Payment\Service\PaymentService".
  • Inlined service "App\Payment\Service\MercadoLinkPaymentMethodService" to "App\Payment\Service\PaymentService".
  • Inlined service "App\Payment\Service\PosnetPaymentMethodService" to "App\Payment\Service\PaymentService".
  • Inlined service ".service_locator.l1ae.Qz.App\Product\Controller\ProductCategoryController" to "App\Product\Controller\ProductCategoryController".
  • Inlined service ".service_locator.l1ae.Qz.App\Product\Controller\ProductController" to "App\Product\Controller\ProductController".
  • Inlined service ".service_locator.l1ae.Qz.App\Production\Controller\InventoryController" to "App\Production\Controller\InventoryController".
  • Inlined service ".service_locator.l1ae.Qz.App\Production\Controller\InventoryMovementsController" to "App\Production\Controller\InventoryMovementsController".
  • Inlined service ".service_locator.l1ae.Qz.App\Production\Controller\ProcessController" to "App\Production\Controller\ProcessController".
  • Inlined service ".service_locator.l1ae.Qz.App\Production\Controller\ProcessesController" to "App\Production\Controller\ProcessesController".
  • Inlined service ".service_locator.l1ae.Qz.App\Production\Controller\ProviderController" to "App\Production\Controller\ProviderController".
  • Inlined service ".service_locator.l1ae.Qz.App\Stock\Controller\StockController" to "App\Stock\Controller\StockController".
  • Inlined service ".service_locator.l1ae.Qz.App\Support\Controller\ClaimCommentsController" to "App\Support\Controller\ClaimCommentsController".
  • Inlined service ".service_locator.l1ae.Qz.App\Support\Controller\ClaimController" to "App\Support\Controller\ClaimController".
  • Inlined service ".service_locator.l1ae.Qz.App\Support\Controller\ClaimsController" to "App\Support\Controller\ClaimsController".
  • Inlined service ".service_locator.l1ae.Qz.App\Support\Controller\FrontendMessagesController" to "App\Support\Controller\FrontendMessagesController".
  • Inlined service ".service_locator.l1ae.Qz.App\Testing\Controller\EmailTesterController" to "App\Testing\Controller\EmailTesterController".
  • Inlined service ".service_locator.l1ae.Qz.App\WebStore\Controller\OrdersController" to "App\WebStore\Controller\OrdersController".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
  • Inlined service "uri_signer" to "fragment.uri_generator".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "cache_clearer" to "console.command.cache_clear".
  • Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
  • Inlined service "mailer.transport_factory" to "mailer.transports".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.kODoftA" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
  • Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "App\Delivery\Normalizer\HolidayNormalizer" to "serializer".
  • Inlined service "App\Delivery\Normalizer\OrderShippingNormalizer" to "serializer".
  • Inlined service "App\Delivery\Normalizer\VehicleWorkScheduleNormalizer" to "serializer".
  • Inlined service "App\Framework\Serializer\PointNormalizer" to "serializer".
  • Inlined service "App\Order\Normalizer\OrderNormalizer" to "serializer".
  • Inlined service "serializer.normalizer.flatten_exception" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.uid" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.mime_message" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.form_error" to "serializer".
  • Inlined service "serializer.normalizer.backed_enum" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.19_mNxd" to "validator.validator_factory".
  • Inlined service "validator.expression_language" to "validator.expression".
  • Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
  • Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
  • Inlined service ".service_locator._wyX1Dp" to "messenger.failure.send_failed_message_to_failure_transport_listener".
  • Inlined service ".service_locator.uEtDFS3" to "messenger.routable_message_bus".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "doctrine_migrations.migrations_collector" to "profiler".
  • Inlined service "data_collector.messenger" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "debug.validator.inner" to "debug.validator".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.Msn2H0B" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.0wf_RJP" to "doctrine.orm.container_repository_factory".
  • Inlined service "ulid.factory" to "doctrine.ulid_generator".
  • Inlined service "uuid.factory" to "doctrine.uuid_generator".
  • Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.query.compatibility_layer" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.compatibility_layer" to "doctrine.orm.default_configuration".
  • Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service ".service_locator.nLgZj7R" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "debug.security.firewall.authenticator.login.inner" to "debug.security.firewall.authenticator.login".
  • Inlined service "App\Security\AuthenticationEntryPoint" to "security.exception_listener.login".
  • Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
  • Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
  • Inlined service "debug.security.firewall.authenticator.auth_password.inner" to "debug.security.firewall.authenticator.auth_password".
  • Inlined service "security.exception_listener.auth_password" to "security.firewall.map.context.auth_password".
  • Inlined service "security.firewall.map.config.auth_password" to "security.firewall.map.context.auth_password".
  • Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
  • Inlined service "security.user_checker" to "security.listener.user_checker.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 "Monolog\Formatter\JsonFormatter" to "monolog.handler.docker".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.serializer" to "twig".
  • Inlined service "App\Framework\Twig\TwigStringPadExtension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
  • Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.m_eDlXT" to "twig.runtime_loader".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
  • Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
  • Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
  • Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
  • Inlined service "sentry.client" to "Sentry\State\HubInterface".
  • Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware".
  • Inlined service "Sentry\Integration\RequestFetcherInterface" to "sentry.client.options".
  • Inlined service "sentry.client.options" to "sentry.client".
  • Inlined service "Sentry\Transport\TransportFactoryInterface" to "sentry.client".
  • Inlined service "sentry.client.options" to "sentry.client".
  • Inlined service "sentry.client.options" to "sentry.client".
  • Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service "command.bus.messenger.handlers_locator" to "command.bus.middleware.handle_message".
  • Inlined service "event.bus.messenger.handlers_locator" to "event.bus.middleware.handle_message".
  • Inlined service "debug.traced.event.bus.inner" to "debug.traced.event.bus".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
  • Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
  • Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
  • Inlined service "cache.annotations.traceable.recorder_inner" to "cache.annotations.traceable".
  • Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
  • Inlined service "cache.messenger.restart_workers_signal.traceable.recorder_inner" to "cache.messenger.restart_workers_signal.traceable".
  • Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
  • Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
  • Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
  • Inlined service ".service_locator..2EUcGt" to ".service_locator..2EUcGt.router.default".
  • Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
  • Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
  • Inlined service "security.authenticator.manager.login" to "debug.security.firewall.authenticator.login.inner".
  • Inlined service "security.authenticator.manager.auth_password" to "debug.security.firewall.authenticator.auth_password.inner".
  • Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.IvJgq9I" to "console.command_loader".
  • Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
  • Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
  • Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
  • Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
  • Inlined service "cache.annotations.traceable.inner" to "cache.annotations.traceable.recorder_inner".
  • Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
  • Inlined service "cache.messenger.restart_workers_signal.traceable.inner" to "cache.messenger.restart_workers_signal.traceable.recorder_inner".
  • Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
  • Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
  • Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
  • Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
  • Inlined service ".service_locator..2EUcGt.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "config_cache_factory" to "router".
  • Inlined service "debug.traced.command.bus.inner" to "messenger.default_bus".
  • Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
  • Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
  • Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "property_accessor" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "property_accessor" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".