Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "UtmCookieBundle\DependencyInjection\UtmCookieExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "App\Normalizer\SearchResponseNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Normalizer\SearchResponseNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "App\Normalizer\StockBalanceTypeNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "App\Normalizer\StockBalanceTypeNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Normalizer\StockBalanceTypeNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Normalizer\StockBalanceTypeNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "App\Normalizer\StockNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Normalizer\StockNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
The "App\Services\CatalogService::findByCategory()" method will require a new "array|null $sort" argument in the next major version of its interface "App\Services\CatalogServiceInterface", not defining it is deprecated.
The "App\Services\MediaBanner\MediaBannerService::setCookieBanner()" method will require a new "string $value" argument in the next major version of its interface "App\Services\MediaBanner\MediaBannerServiceInterface", not defining it is deprecated.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "UtmCookieBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer::doWarmUp()" method will require a new "string|null $buildDir" argument in the next major version of its parent class "Symfony\Bundle\FrameworkBundle\CacheWarmer\AbstractPhpFileCacheWarmer", not defining it is deprecated.
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:149 called by AbstractMySQLDriver.php:42, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
User Deprecated: Support for MariaDB < 10.4 is deprecated and will be removed in DBAL 4. Consider upgrading to a more recent version of MariaDB. (AbstractMySQLDriver.php:55 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/6110, package doctrine/dbal)
"SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.link AS link_2, s0_.src AS src_3, s0_.depots AS depots_4, s0_.start_date AS start_date_5, s0_.end_date AS end_date_6, s0_.sub_depots AS sub_depots_7, s0_.manager_id AS manager_id_8, s0_.segments AS segments_9, s0_.pickup_point_id AS pickup_point_id_10 FROM sf_banner s0_ WHERE s0_.start_date < CURRENT_TIMESTAMP AND (s0_.end_date IS NULL OR s0_.end_date > CURRENT_TIMESTAMP)"
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.link AS link_2, s0_.src AS src_3, s0_.depots AS depots_4, s0_.start_date AS start_date_5, s0_.end_date AS end_date_6, s0_.sub_depots AS sub_depots_7, s0_.manager_id AS manager_id_8, s0_.segments AS segments_9, s0_.pickup_point_id AS pickup_point_id_10 FROM sf_banner s0_ WHERE s0_.start_date < CURRENT_TIMESTAMP AND (s0_.end_date IS NULL OR s0_.end_date > CURRENT_TIMESTAMP)"
]
deprecation
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\SearchResponseNormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\StockBalanceTypeNormalizer" is deprecated.
User Deprecated: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Normalizer\StockNormalizer" is deprecated.
"SELECT t0.id AS id_1, t0.title AS title_2, t0.enabled AS enabled_3, t0.type AS type_4, t0.sort AS sort_5 FROM selection_type t0 WHERE t0.enabled = ? ORDER BY t0.sort DESC"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.enabled AS enabled_3, t0.type AS type_4, t0.sort AS sort_5 FROM selection_type t0 WHERE t0.enabled = ? ORDER BY t0.sort DESC"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.description AS description_2, s0_.is_active AS is_active_3, s0_.start_date AS start_date_4, s0_.end_date AS end_date_5, s0_.color AS color_6, s0_.icon AS icon_7 FROM sale_types s0_ WHERE s0_.start_date <= ? AND s0_.end_date >= ? AND s0_.is_active = 1"
"SELECT t0.id AS id_1, t0.title AS title_2, t0.enabled AS enabled_3, t0.type AS type_4, t0.sort AS sort_5 FROM selection_type t0 WHERE t0.enabled = ? ORDER BY t0.sort DESC"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.enabled AS enabled_3, t0.type AS type_4, t0.sort AS sort_5 FROM selection_type t0 WHERE t0.enabled = ? ORDER BY t0.sort DESC"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.description AS description_2, s0_.is_active AS is_active_3, s0_.start_date AS start_date_4, s0_.end_date AS end_date_5, s0_.color AS color_6, s0_.icon AS icon_7 FROM sale_types s0_ WHERE s0_.start_date <= ? AND s0_.end_date >= ? AND s0_.is_active = 1"
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
533
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckPayDataCommand" (parent: .abstract.instanceof.App\Command\CheckPayDataCommand).
Resolving inheritance for "App\Command\CheckPayDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckPayDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateCatalogSearchIndexCommand" (parent: .abstract.instanceof.App\Command\CreateCatalogSearchIndexCommand).
Resolving inheritance for "App\Command\CreateCatalogSearchIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateCatalogSearchIndexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CrossItemsSyncCommand" (parent: .abstract.instanceof.App\Command\CrossItemsSyncCommand).
Resolving inheritance for "App\Command\CrossItemsSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CrossItemsSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateManagerAuthTokenCommand" (parent: .abstract.instanceof.App\Command\GenerateManagerAuthTokenCommand).
Resolving inheritance for "App\Command\GenerateManagerAuthTokenCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateManagerAuthTokenCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateNewPasswordCommand" (parent: .abstract.instanceof.App\Command\GenerateNewPasswordCommand).
Resolving inheritance for "App\Command\GenerateNewPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateNewPasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotificationCommand" (parent: .abstract.instanceof.App\Command\NotificationCommand).
Resolving inheritance for "App\Command\NotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncNotificationChannelsCommand" (parent: .abstract.instanceof.App\Command\SyncNotificationChannelsCommand).
Resolving inheritance for "App\Command\SyncNotificationChannelsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncNotificationChannelsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUserActivityCommand" (parent: .abstract.instanceof.App\Command\UpdateUserActivityCommand).
Resolving inheritance for "App\Command\UpdateUserActivityCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUserActivityCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebsocketServerCommand" (parent: .abstract.instanceof.App\Command\WebsocketServerCommand).
Resolving inheritance for "App\Command\WebsocketServerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebsocketServerCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CabinetController" (parent: .abstract.instanceof.App\Controller\CabinetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CabinetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CabinetController).
Resolving inheritance for "App\Controller\CabinetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CabinetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController" (parent: .abstract.instanceof.App\Controller\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController).
Resolving inheritance for "App\Controller\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogController" (parent: .abstract.instanceof.App\Controller\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogController).
Resolving inheritance for "App\Controller\CatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactsController" (parent: .abstract.instanceof.App\Controller\ContactsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactsController).
Resolving inheritance for "App\Controller\ContactsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DealersController" (parent: .abstract.instanceof.App\Controller\DealersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DealersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DealersController).
Resolving inheritance for "App\Controller\DealersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DealersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DebtController" (parent: .abstract.instanceof.App\Controller\DebtController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DebtController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DebtController).
Resolving inheritance for "App\Controller\DebtController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DebtController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\BannerExchange" (parent: .abstract.instanceof.App\Controller\Exchange\BannerExchange).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\BannerExchange" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\BannerExchange).
Resolving inheritance for "App\Controller\Exchange\BannerExchange" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\BannerExchange).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\CarController" (parent: .abstract.instanceof.App\Controller\Exchange\CarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\CarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\CarController).
Resolving inheritance for "App\Controller\Exchange\CarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\CarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\CatalogDepositBlock" (parent: .abstract.instanceof.App\Controller\Exchange\CatalogDepositBlock).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\CatalogDepositBlock" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\CatalogDepositBlock).
Resolving inheritance for "App\Controller\Exchange\CatalogDepositBlock" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\CatalogDepositBlock).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\CrossController" (parent: .abstract.instanceof.App\Controller\Exchange\CrossController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\CrossController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\CrossController).
Resolving inheritance for "App\Controller\Exchange\CrossController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\CrossController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\CrossErrorController" (parent: .abstract.instanceof.App\Controller\Exchange\CrossErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\CrossErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\CrossErrorController).
Resolving inheritance for "App\Controller\Exchange\CrossErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\CrossErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\FilterController" (parent: .abstract.instanceof.App\Controller\Exchange\FilterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\FilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\FilterController).
Resolving inheritance for "App\Controller\Exchange\FilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\FilterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\GeoController" (parent: .abstract.instanceof.App\Controller\Exchange\GeoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\GeoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\GeoController).
Resolving inheritance for "App\Controller\Exchange\GeoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\GeoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\LoyaltyExchangeController" (parent: .abstract.instanceof.App\Controller\Exchange\LoyaltyExchangeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\LoyaltyExchangeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\LoyaltyExchangeController).
Resolving inheritance for "App\Controller\Exchange\LoyaltyExchangeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\LoyaltyExchangeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\MarkupController" (parent: .abstract.instanceof.App\Controller\Exchange\MarkupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\MarkupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\MarkupController).
Resolving inheritance for "App\Controller\Exchange\MarkupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\MarkupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\NotificationsController" (parent: .abstract.instanceof.App\Controller\Exchange\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\NotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\NotificationsController).
Resolving inheritance for "App\Controller\Exchange\NotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\OfficeController" (parent: .abstract.instanceof.App\Controller\Exchange\OfficeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\OfficeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\OfficeController).
Resolving inheritance for "App\Controller\Exchange\OfficeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\OfficeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\PaintsController" (parent: .abstract.instanceof.App\Controller\Exchange\PaintsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\PaintsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\PaintsController).
Resolving inheritance for "App\Controller\Exchange\PaintsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\PaintsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\PayDataController" (parent: .abstract.instanceof.App\Controller\Exchange\PayDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\PayDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\PayDataController).
Resolving inheritance for "App\Controller\Exchange\PayDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\PayDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\ProductCategoryController" (parent: .abstract.instanceof.App\Controller\Exchange\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\ProductCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\ProductCategoryController).
Resolving inheritance for "App\Controller\Exchange\ProductCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\PromoController" (parent: .abstract.instanceof.App\Controller\Exchange\PromoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\PromoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\PromoController).
Resolving inheritance for "App\Controller\Exchange\PromoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\PromoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\ReconciliationController" (parent: .abstract.instanceof.App\Controller\Exchange\ReconciliationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\ReconciliationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\ReconciliationController).
Resolving inheritance for "App\Controller\Exchange\ReconciliationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\ReconciliationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\RefundController" (parent: .abstract.instanceof.App\Controller\Exchange\RefundController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\RefundController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\RefundController).
Resolving inheritance for "App\Controller\Exchange\RefundController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\RefundController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\RejectController" (parent: .abstract.instanceof.App\Controller\Exchange\RejectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\RejectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\RejectController).
Resolving inheritance for "App\Controller\Exchange\RejectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\RejectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\SegmentDepositController" (parent: .abstract.instanceof.App\Controller\Exchange\SegmentDepositController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\SegmentDepositController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\SegmentDepositController).
Resolving inheritance for "App\Controller\Exchange\SegmentDepositController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\SegmentDepositController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\SelectionController" (parent: .abstract.instanceof.App\Controller\Exchange\SelectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\SelectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\SelectionController).
Resolving inheritance for "App\Controller\Exchange\SelectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\SelectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\ShipmentsController" (parent: .abstract.instanceof.App\Controller\Exchange\ShipmentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\ShipmentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\ShipmentsController).
Resolving inheritance for "App\Controller\Exchange\ShipmentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\ShipmentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\StatSearchController" (parent: .abstract.instanceof.App\Controller\Exchange\StatSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\StatSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\StatSearchController).
Resolving inheritance for "App\Controller\Exchange\StatSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\StatSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\UserController" (parent: .abstract.instanceof.App\Controller\Exchange\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\UserController).
Resolving inheritance for "App\Controller\Exchange\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\WarrantyController" (parent: .abstract.instanceof.App\Controller\Exchange\WarrantyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\WarrantyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\WarrantyController).
Resolving inheritance for "App\Controller\Exchange\WarrantyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\WarrantyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\DaDataController" (parent: .abstract.instanceof.App\Controller\External\DaDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\DaDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\DaDataController).
Resolving inheritance for "App\Controller\External\DaDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\DaDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\LaximoController" (parent: .abstract.instanceof.App\Controller\External\LaximoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\LaximoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\LaximoController).
Resolving inheritance for "App\Controller\External\LaximoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\LaximoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\SelectionCatalog\ApiGetterController" (parent: .abstract.instanceof.App\Controller\External\SelectionCatalog\ApiGetterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\SelectionCatalog\ApiGetterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\SelectionCatalog\ApiGetterController).
Resolving inheritance for "App\Controller\External\SelectionCatalog\ApiGetterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\SelectionCatalog\ApiGetterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\SelectionCatalog\ApiSelfController" (parent: .abstract.instanceof.App\Controller\External\SelectionCatalog\ApiSelfController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\SelectionCatalog\ApiSelfController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\SelectionCatalog\ApiSelfController).
Resolving inheritance for "App\Controller\External\SelectionCatalog\ApiSelfController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\SelectionCatalog\ApiSelfController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\SelectionCatalog\SelectionCatalogController" (parent: .abstract.instanceof.App\Controller\External\SelectionCatalog\SelectionCatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\SelectionCatalog\SelectionCatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\SelectionCatalog\SelectionCatalogController).
Resolving inheritance for "App\Controller\External\SelectionCatalog\SelectionCatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\SelectionCatalog\SelectionCatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\SelectionController" (parent: .abstract.instanceof.App\Controller\External\SelectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\SelectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\SelectionController).
Resolving inheritance for "App\Controller\External\SelectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\SelectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\TelegramController" (parent: .abstract.instanceof.App\Controller\External\TelegramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\TelegramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\TelegramController).
Resolving inheritance for "App\Controller\External\TelegramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\TelegramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExtrachargeController" (parent: .abstract.instanceof.App\Controller\ExtrachargeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExtrachargeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExtrachargeController).
Resolving inheritance for "App\Controller\ExtrachargeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExtrachargeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MultiController" (parent: .abstract.instanceof.App\Controller\MultiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MultiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MultiController).
Resolving inheritance for "App\Controller\MultiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MultiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MulticartController" (parent: .abstract.instanceof.App\Controller\MulticartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MulticartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MulticartController).
Resolving inheritance for "App\Controller\MulticartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MulticartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController" (parent: .abstract.instanceof.App\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController).
Resolving inheritance for "App\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationsController" (parent: .abstract.instanceof.App\Controller\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationsController).
Resolving inheritance for "App\Controller\NotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController" (parent: .abstract.instanceof.App\Controller\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController).
Resolving inheritance for "App\Controller\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PickupPoints\ApiController" (parent: .abstract.instanceof.App\Controller\PickupPoints\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PickupPoints\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PickupPoints\ApiController).
Resolving inheritance for "App\Controller\PickupPoints\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PickupPoints\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController" (parent: .abstract.instanceof.App\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController).
Resolving inheritance for "App\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromotionKitController" (parent: .abstract.instanceof.App\Controller\PromotionKitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromotionKitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromotionKitController).
Resolving inheritance for "App\Controller\PromotionKitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromotionKitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RefundController" (parent: .abstract.instanceof.App\Controller\RefundController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RefundController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RefundController).
Resolving inheritance for "App\Controller\RefundController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RefundController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Registation\RegistrationController" (parent: .abstract.instanceof.App\Controller\Registation\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Registation\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Registation\RegistrationController).
Resolving inheritance for "App\Controller\Registation\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Registation\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" (parent: .abstract.instanceof.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController).
Resolving inheritance for "App\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ServicesController" (parent: .abstract.instanceof.App\Controller\ServicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ServicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ServicesController).
Resolving inheritance for "App\Controller\ServicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ServicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StockController" (parent: .abstract.instanceof.App\Controller\StockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StockController).
Resolving inheritance for "App\Controller\StockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TechsupController" (parent: .abstract.instanceof.App\Controller\TechsupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TechsupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TechsupController).
Resolving inheritance for "App\Controller\TechsupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TechsupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnsubscribeController" (parent: .abstract.instanceof.App\Controller\UnsubscribeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnsubscribeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnsubscribeController).
Resolving inheritance for "App\Controller\UnsubscribeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnsubscribeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarrantyController" (parent: .abstract.instanceof.App\Controller\WarrantyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarrantyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarrantyController).
Resolving inheritance for "App\Controller\WarrantyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarrantyController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ApiExceptionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ApiExceptionSubscriber).
Resolving inheritance for "App\EventSubscriber\ApiExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ApiExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegisterType" (parent: .abstract.instanceof.App\Form\RegisterType).
Resolving inheritance for "App\Form\RegisterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegisterType).
Resolving inheritance for ".instanceof.App\Search\Version\EngineVersion2.0.App\Legacy\Search\Types\ArticleQueryProvider" (parent: .abstract.instanceof.App\Legacy\Search\Types\ArticleQueryProvider).
Resolving inheritance for "App\Legacy\Search\Types\ArticleQueryProvider" (parent: .instanceof.App\Search\Version\EngineVersion2.0.App\Legacy\Search\Types\ArticleQueryProvider).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\SearchResponseNormalizer" (parent: .abstract.instanceof.App\Normalizer\SearchResponseNormalizer).
Resolving inheritance for "App\Normalizer\SearchResponseNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\SearchResponseNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\StockBalanceTypeNormalizer" (parent: .abstract.instanceof.App\Normalizer\StockBalanceTypeNormalizer).
Resolving inheritance for "App\Normalizer\StockBalanceTypeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\StockBalanceTypeNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\StockNormalizer" (parent: .abstract.instanceof.App\Normalizer\StockNormalizer).
Resolving inheritance for "App\Normalizer\StockNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\StockNormalizer).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AcquiringHistory1CRepository" (parent: .abstract.instanceof.App\Repository\AcquiringHistory1CRepository).
Resolving inheritance for "App\Repository\AcquiringHistory1CRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AcquiringHistory1CRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AcquiringHistoryRepository" (parent: .abstract.instanceof.App\Repository\AcquiringHistoryRepository).
Resolving inheritance for "App\Repository\AcquiringHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AcquiringHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActOfReconciliationRepository" (parent: .abstract.instanceof.App\Repository\ActOfReconciliationRepository).
Resolving inheritance for "App\Repository\ActOfReconciliationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActOfReconciliationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BannerRepository" (parent: .abstract.instanceof.App\Repository\BannerRepository).
Resolving inheritance for "App\Repository\BannerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BannerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BonusRepository" (parent: .abstract.instanceof.App\Repository\BonusRepository).
Resolving inheritance for "App\Repository\BonusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BonusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarRepository" (parent: .abstract.instanceof.App\Repository\CarRepository).
Resolving inheritance for "App\Repository\CarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogBrandRepository" (parent: .abstract.instanceof.App\Repository\CatalogBrandRepository).
Resolving inheritance for "App\Repository\CatalogBrandRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogBrandRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogCategoryRepository" (parent: .abstract.instanceof.App\Repository\CatalogCategoryRepository).
Resolving inheritance for "App\Repository\CatalogCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogDepositCdLikeOursRepository" (parent: .abstract.instanceof.App\Repository\CatalogDepositCdLikeOursRepository).
Resolving inheritance for "App\Repository\CatalogDepositCdLikeOursRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogDepositCdLikeOursRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogItemRepository" (parent: .abstract.instanceof.App\Repository\CatalogItemRepository).
Resolving inheritance for "App\Repository\CatalogItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogStatRepository" (parent: .abstract.instanceof.App\Repository\CatalogStatRepository).
Resolving inheritance for "App\Repository\CatalogStatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogStatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository" (parent: .abstract.instanceof.App\Repository\ClientRepository).
Resolving inheritance for "App\Repository\ClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierDeliveryAreaRepository" (parent: .abstract.instanceof.App\Repository\CourierDeliveryAreaRepository).
Resolving inheritance for "App\Repository\CourierDeliveryAreaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierDeliveryAreaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCompanyRepository" (parent: .abstract.instanceof.App\Repository\CustomerCompanyRepository).
Resolving inheritance for "App\Repository\CustomerCompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerStoreRepository" (parent: .abstract.instanceof.App\Repository\CustomerStoreRepository).
Resolving inheritance for "App\Repository\CustomerStoreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerStoreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepotRepository" (parent: .abstract.instanceof.App\Repository\DepotRepository).
Resolving inheritance for "App\Repository\DepotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepotRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscountReasonsRepository" (parent: .abstract.instanceof.App\Repository\DiscountReasonsRepository).
Resolving inheritance for "App\Repository\DiscountReasonsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscountReasonsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtrachargeBrandsRepository" (parent: .abstract.instanceof.App\Repository\ExtrachargeBrandsRepository).
Resolving inheritance for "App\Repository\ExtrachargeBrandsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtrachargeBrandsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtrachargeRangesRepository" (parent: .abstract.instanceof.App\Repository\ExtrachargeRangesRepository).
Resolving inheritance for "App\Repository\ExtrachargeRangesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtrachargeRangesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtrachargeRepository" (parent: .abstract.instanceof.App\Repository\ExtrachargeRepository).
Resolving inheritance for "App\Repository\ExtrachargeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtrachargeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtrachargeStatesRepository" (parent: .abstract.instanceof.App\Repository\ExtrachargeStatesRepository).
Resolving inheritance for "App\Repository\ExtrachargeStatesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtrachargeStatesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GradeRepository" (parent: .abstract.instanceof.App\Repository\GradeRepository).
Resolving inheritance for "App\Repository\GradeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GradeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LaximoStatRepository" (parent: .abstract.instanceof.App\Repository\LaximoStatRepository).
Resolving inheritance for "App\Repository\LaximoStatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LaximoStatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\BalanceRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\BalanceRepository).
Resolving inheritance for "App\Repository\Loyalty\BalanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\BalanceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\BalanceTypeRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\BalanceTypeRepository).
Resolving inheritance for "App\Repository\Loyalty\BalanceTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\BalanceTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\GiftRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\GiftRepository).
Resolving inheritance for "App\Repository\Loyalty\GiftRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\GiftRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\MemberRegisterRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\MemberRegisterRepository).
Resolving inheritance for "App\Repository\Loyalty\MemberRegisterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\MemberRegisterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\MemberRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\MemberRepository).
Resolving inheritance for "App\Repository\Loyalty\MemberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\MemberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\MemberUserRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\MemberUserRepository).
Resolving inheritance for "App\Repository\Loyalty\MemberUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\MemberUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\ProductRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\ProductRepository).
Resolving inheritance for "App\Repository\Loyalty\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\ShipmentRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\ShipmentRepository).
Resolving inheritance for "App\Repository\Loyalty\ShipmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\ShipmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\SpendRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\SpendRepository).
Resolving inheritance for "App\Repository\Loyalty\SpendRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\SpendRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\StockRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\StockRepository).
Resolving inheritance for "App\Repository\Loyalty\StockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\StockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\StockTypeRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\StockTypeRepository).
Resolving inheritance for "App\Repository\Loyalty\StockTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\StockTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\StockUserRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\StockUserRepository).
Resolving inheritance for "App\Repository\Loyalty\StockUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\StockUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoyaltyExceptionRepository" (parent: .abstract.instanceof.App\Repository\LoyaltyExceptionRepository).
Resolving inheritance for "App\Repository\LoyaltyExceptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoyaltyExceptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoyaltyTransactionRepository" (parent: .abstract.instanceof.App\Repository\LoyaltyTransactionRepository).
Resolving inheritance for "App\Repository\LoyaltyTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoyaltyTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MulticartRepository" (parent: .abstract.instanceof.App\Repository\MulticartRepository).
Resolving inheritance for "App\Repository\MulticartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MulticartRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsFeedbackRepository" (parent: .abstract.instanceof.App\Repository\NewsFeedbackRepository).
Resolving inheritance for "App\Repository\NewsFeedbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsFeedbackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelRepository" (parent: .abstract.instanceof.App\Repository\NotificationChannelRepository).
Resolving inheritance for "App\Repository\NotificationChannelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelSettingRepository" (parent: .abstract.instanceof.App\Repository\NotificationChannelSettingRepository).
Resolving inheritance for "App\Repository\NotificationChannelSettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelSettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelStoreSettingRepository" (parent: .abstract.instanceof.App\Repository\NotificationChannelStoreSettingRepository).
Resolving inheritance for "App\Repository\NotificationChannelStoreSettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelStoreSettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelTimeRepository" (parent: .abstract.instanceof.App\Repository\NotificationChannelTimeRepository).
Resolving inheritance for "App\Repository\NotificationChannelTimeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelTimeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelTypeRepository" (parent: .abstract.instanceof.App\Repository\NotificationChannelTypeRepository).
Resolving inheritance for "App\Repository\NotificationChannelTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationTypeRepository" (parent: .abstract.instanceof.App\Repository\NotificationTypeRepository).
Resolving inheritance for "App\Repository\NotificationTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationsRepository" (parent: .abstract.instanceof.App\Repository\NotificationsRepository).
Resolving inheritance for "App\Repository\NotificationsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaintRepository" (parent: .abstract.instanceof.App\Repository\PaintRepository).
Resolving inheritance for "App\Repository\PaintRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaintRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\DeliveryPaymentRepository" (parent: .abstract.instanceof.App\Repository\PickupPoints\DeliveryPaymentRepository).
Resolving inheritance for "App\Repository\PickupPoints\DeliveryPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\DeliveryPaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\DepositRepository" (parent: .abstract.instanceof.App\Repository\PickupPoints\DepositRepository).
Resolving inheritance for "App\Repository\PickupPoints\DepositRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\DepositRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\OrderItemRepository" (parent: .abstract.instanceof.App\Repository\PickupPoints\OrderItemRepository).
Resolving inheritance for "App\Repository\PickupPoints\OrderItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\OrderItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\OrderRepository" (parent: .abstract.instanceof.App\Repository\PickupPoints\OrderRepository).
Resolving inheritance for "App\Repository\PickupPoints\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\OrderStatusRepository" (parent: .abstract.instanceof.App\Repository\PickupPoints\OrderStatusRepository).
Resolving inheritance for "App\Repository\PickupPoints\OrderStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\OrderStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\PointRepository" (parent: .abstract.instanceof.App\Repository\PickupPoints\PointRepository).
Resolving inheritance for "App\Repository\PickupPoints\PointRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\PointRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\PointUserRepository" (parent: .abstract.instanceof.App\Repository\PickupPoints\PointUserRepository).
Resolving inheritance for "App\Repository\PickupPoints\PointUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\PointUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\AnswerRepository" (parent: .abstract.instanceof.App\Repository\Poll\AnswerRepository).
Resolving inheritance for "App\Repository\Poll\AnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\AnswerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\CategoryRepository" (parent: .abstract.instanceof.App\Repository\Poll\CategoryRepository).
Resolving inheritance for "App\Repository\Poll\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\PollRepository" (parent: .abstract.instanceof.App\Repository\Poll\PollRepository).
Resolving inheritance for "App\Repository\Poll\PollRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\PollRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\QuestionRepository" (parent: .abstract.instanceof.App\Repository\Poll\QuestionRepository).
Resolving inheritance for "App\Repository\Poll\QuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\QuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\ResultRepository" (parent: .abstract.instanceof.App\Repository\Poll\ResultRepository).
Resolving inheritance for "App\Repository\Poll\ResultRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\ResultRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\SelectedRepository" (parent: .abstract.instanceof.App\Repository\Poll\SelectedRepository).
Resolving inheritance for "App\Repository\Poll\SelectedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\SelectedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\StatusRepository" (parent: .abstract.instanceof.App\Repository\Poll\StatusRepository).
Resolving inheritance for "App\Repository\Poll\StatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\StatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCommentsRepository" (parent: .abstract.instanceof.App\Repository\ProductCommentsRepository).
Resolving inheritance for "App\Repository\ProductCommentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCommentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductKitItemsRepository" (parent: .abstract.instanceof.App\Repository\ProductKitItemsRepository).
Resolving inheritance for "App\Repository\ProductKitItemsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductKitItemsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductKitRepository" (parent: .abstract.instanceof.App\Repository\ProductKitRepository).
Resolving inheritance for "App\Repository\ProductKitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductKitRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPaintRepository" (parent: .abstract.instanceof.App\Repository\ProductPaintRepository).
Resolving inheritance for "App\Repository\ProductPaintRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPaintRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoKitCategoryRepository" (parent: .abstract.instanceof.App\Repository\PromoKitCategoryRepository).
Resolving inheritance for "App\Repository\PromoKitCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoKitCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoKitRepository" (parent: .abstract.instanceof.App\Repository\PromoKitRepository).
Resolving inheritance for "App\Repository\PromoKitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoKitRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoKitSelectionRepository" (parent: .abstract.instanceof.App\Repository\PromoKitSelectionRepository).
Resolving inheritance for "App\Repository\PromoKitSelectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoKitSelectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundAttachmentsRepository" (parent: .abstract.instanceof.App\Repository\RefundAttachmentsRepository).
Resolving inheritance for "App\Repository\RefundAttachmentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundAttachmentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundCommentsRepository" (parent: .abstract.instanceof.App\Repository\RefundCommentsRepository).
Resolving inheritance for "App\Repository\RefundCommentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundCommentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundOrderDetailRepository" (parent: .abstract.instanceof.App\Repository\RefundOrderDetailRepository).
Resolving inheritance for "App\Repository\RefundOrderDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundOrderDetailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundOrderRepository" (parent: .abstract.instanceof.App\Repository\RefundOrderRepository).
Resolving inheritance for "App\Repository\RefundOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RejectDepositRepository" (parent: .abstract.instanceof.App\Repository\RejectDepositRepository).
Resolving inheritance for "App\Repository\RejectDepositRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RejectDepositRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RejectImageRepository" (parent: .abstract.instanceof.App\Repository\RejectImageRepository).
Resolving inheritance for "App\Repository\RejectImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RejectImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RejectSeriesRepository" (parent: .abstract.instanceof.App\Repository\RejectSeriesRepository).
Resolving inheritance for "App\Repository\RejectSeriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RejectSeriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SaleTypeRepository" (parent: .abstract.instanceof.App\Repository\SaleTypeRepository).
Resolving inheritance for "App\Repository\SaleTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SaleTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Search\ExclusionRepository" (parent: .abstract.instanceof.App\Repository\Search\ExclusionRepository).
Resolving inheritance for "App\Repository\Search\ExclusionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Search\ExclusionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Selection\SelectionParameterRepository" (parent: .abstract.instanceof.App\Repository\Selection\SelectionParameterRepository).
Resolving inheritance for "App\Repository\Selection\SelectionParameterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Selection\SelectionParameterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Selection\SelectionRepository" (parent: .abstract.instanceof.App\Repository\Selection\SelectionRepository).
Resolving inheritance for "App\Repository\Selection\SelectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Selection\SelectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Selection\SelectionTypeRepository" (parent: .abstract.instanceof.App\Repository\Selection\SelectionTypeRepository).
Resolving inheritance for "App\Repository\Selection\SelectionTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Selection\SelectionTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipmentsInfoRepository" (parent: .abstract.instanceof.App\Repository\ShipmentsInfoRepository).
Resolving inheritance for "App\Repository\ShipmentsInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipmentsInfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipmentsScheduleRepository" (parent: .abstract.instanceof.App\Repository\ShipmentsScheduleRepository).
Resolving inheritance for "App\Repository\ShipmentsScheduleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipmentsScheduleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubDepotRepository" (parent: .abstract.instanceof.App\Repository\SubDepotRepository).
Resolving inheritance for "App\Repository\SubDepotRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubDepotRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechSup\TechsupAttachmentsRepository" (parent: .abstract.instanceof.App\Repository\TechSup\TechsupAttachmentsRepository).
Resolving inheritance for "App\Repository\TechSup\TechsupAttachmentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechSup\TechsupAttachmentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechSup\TechsupCallbackRepository" (parent: .abstract.instanceof.App\Repository\TechSup\TechsupCallbackRepository).
Resolving inheritance for "App\Repository\TechSup\TechsupCallbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechSup\TechsupCallbackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechSup\TechsupCommentsRepository" (parent: .abstract.instanceof.App\Repository\TechSup\TechsupCommentsRepository).
Resolving inheritance for "App\Repository\TechSup\TechsupCommentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechSup\TechsupCommentsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechSup\TechsupOrdersRepository" (parent: .abstract.instanceof.App\Repository\TechSup\TechsupOrdersRepository).
Resolving inheritance for "App\Repository\TechSup\TechsupOrdersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechSup\TechsupOrdersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnsubscribeRepository" (parent: .abstract.instanceof.App\Repository\UnsubscribeRepository).
Resolving inheritance for "App\Repository\UnsubscribeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnsubscribeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserActivityRepository" (parent: .abstract.instanceof.App\Repository\User\UserActivityRepository).
Resolving inheritance for "App\Repository\User\UserActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UsersBillRepository" (parent: .abstract.instanceof.App\Repository\User\UsersBillRepository).
Resolving inheritance for "App\Repository\User\UsersBillRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UsersBillRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarrantyPreviewRepository" (parent: .abstract.instanceof.App\Repository\WarrantyPreviewRepository).
Resolving inheritance for "App\Repository\WarrantyPreviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarrantyPreviewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YookassaDataRepository" (parent: .abstract.instanceof.App\Repository\YookassaDataRepository).
Resolving inheritance for "App\Repository\YookassaDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YookassaDataRepository).
Resolving inheritance for ".instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\ArticleQueryProviderWithUnion" (parent: .abstract.instanceof.App\Search\Types\ArticleQueryProviderWithUnion).
Resolving inheritance for "App\Search\Types\ArticleQueryProviderWithUnion" (parent: .instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\ArticleQueryProviderWithUnion).
Resolving inheritance for ".instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\ArticleQueryProviderWithoutUnion" (parent: .abstract.instanceof.App\Search\Types\ArticleQueryProviderWithoutUnion).
Resolving inheritance for "App\Search\Types\ArticleQueryProviderWithoutUnion" (parent: .instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\ArticleQueryProviderWithoutUnion).
Resolving inheritance for ".instanceof.App\Search\Version\EngineVersion2.0.App\Search\Types\BrandQueryProvider" (parent: .abstract.instanceof.App\Search\Types\BrandQueryProvider).
Resolving inheritance for ".instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\BrandQueryProvider" (parent: .instanceof.App\Search\Version\EngineVersion2.0.App\Search\Types\BrandQueryProvider).
Resolving inheritance for "App\Search\Types\BrandQueryProvider" (parent: .instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\BrandQueryProvider).
Resolving inheritance for ".instanceof.App\Search\Version\EngineVersion2.0.App\Search\Types\ReservedQueryProvider" (parent: .abstract.instanceof.App\Search\Types\ReservedQueryProvider).
Resolving inheritance for ".instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\ReservedQueryProvider" (parent: .instanceof.App\Search\Version\EngineVersion2.0.App\Search\Types\ReservedQueryProvider).
Resolving inheritance for "App\Search\Types\ReservedQueryProvider" (parent: .instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\ReservedQueryProvider).
Resolving inheritance for ".instanceof.App\Search\Version\EngineVersion2.0.App\Search\Types\TextQueryProvider" (parent: .abstract.instanceof.App\Search\Types\TextQueryProvider).
Resolving inheritance for ".instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\TextQueryProvider" (parent: .instanceof.App\Search\Version\EngineVersion2.0.App\Search\Types\TextQueryProvider).
Resolving inheritance for "App\Search\Types\TextQueryProvider" (parent: .instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\TextQueryProvider).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CabinetVoter" (parent: .abstract.instanceof.App\Security\Voter\CabinetVoter).
Resolving inheritance for "App\Security\Voter\CabinetVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CabinetVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ShowPriceVoter" (parent: .abstract.instanceof.App\Security\Voter\ShowPriceVoter).
Resolving inheritance for "App\Security\Voter\ShowPriceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ShowPriceVoter).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Fixture\ApiSelectionTest" (parent: .abstract.instanceof.App\Fixture\ApiSelectionTest).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Fixture\ApiSelectionTest" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Fixture\ApiSelectionTest).
Resolving inheritance for "App\Fixture\ApiSelectionTest" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Fixture\ApiSelectionTest).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.twig.mobile_detect_extension" (parent: .abstract.instanceof.twig.mobile_detect_extension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.twig.mobile_detect_extension" (parent: .instanceof.Twig_ExtensionInterface.0.twig.mobile_detect_extension).
Resolving inheritance for "twig.mobile_detect_extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.twig.mobile_detect_extension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "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 "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
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.ppapi" (parent: security.firewall.config).
Resolving inheritance for "security.listener.ppapi.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.ppapi" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.ppapi" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.ppapi" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.ppapi" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.ppapi" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.exchange" (parent: security.firewall.config).
Resolving inheritance for "security.listener.exchange.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.exchange" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.exchange" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.exchange" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.exchange" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.exchange" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.exchange" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.logout.listener.cookie_clearing.main" (parent: security.logout.listener.cookie_clearing).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.chain).
Resolving inheritance for "liip_imagine.binary.loader.local" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.local" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.fly" (parent: liip_imagine.binary.loader.prototype.flysystem2).
Resolving inheritance for "oneup_flysystem.default_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.olduniqom_adapter" (parent: oneup_flysystem.adapter.ftp).
Resolving inheritance for "oneup_flysystem.old2uniqom_adapter" (parent: oneup_flysystem.adapter.ftp).
Resolving inheritance for "oneup_flysystem.default_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
1
Skipping service "App\Entity\Product\ProductFactory": Class or interface "App\Entity\Product\ProductFactory" cannot be loaded.
1
Removing service-argument resolver for controller "App\Controller\PickupPoints\ApiController::serializedResponse": no corresponding services exist for the referenced types.
1
[liip/imagine-bundle] Symfony assets versioning strategy "Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy" not automatically supported. Configure liip_imagine.twig.assets_version if you have problems with assets versioning
549
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "App\Entity\Product\ProductFactoryInterface"; reason: private alias.
Removed service "App\Store\Cart\Manager\CartManagerInterface"; reason: private alias.
Removed service "App\Websocket\Authentication\WebscoketAuthenticationInterface"; reason: private alias.
Removed service "App\Services\RequestDecoder\RequestDecoderInterface"; reason: private alias.
Removed service "App\Controller\ApiControllerInterface"; reason: private alias.
Removed service "App\Helpers\Filter\FilterInterface"; reason: private alias.
Removed service "App\Helpers\Sort\SortInterface"; reason: private alias.
Removed service "App\Product\LocationFactoryInterface"; reason: private alias.
Removed service "App\Product\ProductFactoryInterface"; reason: private alias.
Removed service "App\Product\Sortable"; reason: private alias.
Removed service "App\Repository\Sort\LimiterInterface"; reason: private alias.
Removed service "App\Repository\Sort\OrderByInterface"; reason: private alias.
Removed service "App\Search\Sorters\SearchSorterInterface"; reason: private alias.
Removed service "App\Security\Util\TokenGeneratorInterface"; reason: private alias.
Removed service "App\Services\BonusServiceInterface"; reason: private alias.
Removed service "App\Services\BrandServiceInterface"; reason: private alias.
Removed service "App\Services\BreadcrumbsServiceInterface"; reason: private alias.
Removed service "App\Services\CatalogParamsServiceInterface"; reason: private alias.
Removed service "App\Services\CatalogServiceInterface"; reason: private alias.
Removed service "App\Services\CommentariesServiceInterface"; reason: private alias.
Removed service "App\Services\CrossServiceInterface"; reason: private alias.
Removed service "App\Services\DiscountFilterServiceInterface"; reason: private alias.
Removed service "App\Services\Exchange\FilterServiceInterface"; reason: private alias.
Removed service "App\Services\Exchange\LoyaltyServiceInterface"; reason: private alias.
Removed service "App\Services\Exchange\ProductCategoryServiceInterface"; reason: private alias.
Removed service "App\Services\Exchange\PromotionServiceInterface"; reason: private alias.
Removed service "App\Services\External\Laximo\LaximoServiceInterface"; reason: private alias.
Removed service "App\Services\External\Selection\Legacy\SelectionServiceInterface"; reason: private alias.
Removed service "App\Services\External\Telegram\TelegramServiceInterface"; reason: private alias.
Removed service "App\Services\External\UnionCross\UnionCrossServiceInterface"; reason: private alias.
Removed service "App\Services\Files\FileUploaderServiceInterface"; reason: private alias.
Removed service "App\Services\LegalServiceInterface"; reason: private alias.
Removed service "App\Services\LogServiceInterface"; reason: private alias.
Removed service "App\Services\LoyaltyServiceInterface"; reason: private alias.
Removed service "App\Services\MediaBanner\MediaBannerServiceInterface"; reason: private alias.
Removed service "App\Services\MulticartServiceInterface"; reason: private alias.
Removed service "App\Services\NewsServiceInterface"; reason: private alias.
Removed service "App\Services\OrderServiceInterface"; reason: private alias.
Removed service "App\Services\PageServiceInterface"; reason: private alias.
Removed service "App\Services\PollServiceInterface"; reason: private alias.
Removed service "App\Services\PromotionServiceInterface"; reason: private alias.
Removed service "App\Services\QuizServiceInterface"; reason: private alias.
Removed service "App\Services\SalesServiceInterface"; reason: private alias.
Removed service "App\Services\SearchStatServiceInterface"; reason: private alias.
Removed service "App\Services\StockServiceInterface"; reason: private alias.
Removed service "App\Services\UnsubscribeServiceInterface"; reason: private alias.
Removed service "App\Services\UserSalesServiceInterface"; reason: private alias.
Removed service "App\Store\Cart\CartInterface"; reason: private alias.
Removed service "App\Store\OrderManager\OrderManagerInterface"; reason: private alias.
Removed service "App\Store\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\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\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\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.provider.concrete.app_user_provider"; reason: private alias.
Removed service "security.user.provider.concrete.ppapi_user_provider"; reason: private alias.
Removed service "security.user.provider.concrete.exchange_user_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.ppapi"; reason: private alias.
Removed service "security.user_checker.ppapi"; reason: private alias.
Removed service "security.authentication.session_strategy.exchange"; reason: private alias.
Removed service "security.user_checker.exchange"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $defaultFilesystem"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; 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 "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_docLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".service_locator.pg.G2fo"; reason: private alias.
Removed service ".service_locator.1fguZbi"; reason: private alias.
Removed service ".service_locator.dvfUIQY"; reason: private alias.
Removed service ".service_locator.kU_9bh."; reason: private alias.
Removed service ".service_locator.13qzyLC"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.4KpIUQy"; reason: private alias.
Removed service ".service_locator.eCKXn8i"; reason: private alias.
Removed service ".service_locator.giZWei5"; reason: private alias.
Removed service ".service_locator.lA6nq2W"; reason: private alias.
Removed service ".service_locator.RwLx0l2"; reason: private alias.
Removed service ".service_locator.wevzESw"; reason: private alias.
Removed service ".service_locator.BMFDxgV"; reason: private alias.
Removed service ".service_locator.U9DUFZl"; reason: private alias.
Removed service ".service_locator.coN3O9U"; reason: private alias.
Removed service ".service_locator.ZXcvYda"; reason: private alias.
Removed service ".service_locator.v5s8aTF"; reason: private alias.
Removed service ".service_locator.kqMXOl3"; reason: private alias.
Removed service ".service_locator.FHyVQfP"; reason: private alias.
Removed service ".service_locator.BOl_uH9"; reason: private alias.
Removed service ".service_locator.rEZgh.v"; reason: private alias.
Removed service ".service_locator.Rv7NgvD"; reason: private alias.
Removed service ".service_locator.y.6xzgC"; reason: private alias.
Removed service ".service_locator.flPRrey"; reason: private alias.
Removed service ".service_locator.k3TEBsa"; reason: private alias.
Removed service ".service_locator.aqFcWVR"; reason: private alias.
Removed service ".service_locator.7j.UG.S"; reason: private alias.
Removed service ".service_locator.Iz8..Xu"; reason: private alias.
Removed service ".service_locator.FIWmQem"; reason: private alias.
Removed service ".service_locator.jmNi6.i"; reason: private alias.
Removed service ".service_locator.zsSsx3c"; reason: private alias.
Removed service ".service_locator.Bv8F6ED"; reason: private alias.
Removed service ".service_locator.nAWTead"; reason: private alias.
Removed service ".service_locator.IUhJyV8"; reason: private alias.
Removed service ".service_locator.5vtw.Il"; reason: private alias.
Removed service ".service_locator.wnSVARn"; reason: private alias.
Removed service ".service_locator.Q2muxwl"; reason: private alias.
Removed service ".service_locator.IMcaFhV"; reason: private alias.
Removed service ".service_locator.HPHPTfu"; reason: private alias.
Removed service ".service_locator.mXWWUJ."; reason: private alias.
Removed service ".service_locator.bD3NRKq"; reason: private alias.
Removed service ".service_locator.qB0qopN"; reason: private alias.
Removed service ".service_locator.xCqAKDA"; reason: private alias.
Removed service ".service_locator.qU4yUl8"; reason: private alias.
Removed service ".service_locator.eBaxB4Y"; reason: private alias.
Removed service ".service_locator.bcYQNm_"; reason: private alias.
Removed service ".service_locator.egm4z1N"; reason: private alias.
Removed service ".service_locator.E0hXFld"; reason: private alias.
Removed service ".service_locator.1rw7_TJ"; reason: private alias.
Removed service ".service_locator.cQQw2OI"; reason: private alias.
Removed service ".service_locator.ih8yZdy"; reason: private alias.
Removed service ".service_locator.E2M5abd"; reason: private alias.
Removed service ".service_locator.6LAlq1d"; reason: private alias.
Removed service ".service_locator.QbeLBhR"; reason: private alias.
Removed service ".service_locator.5m9.RNV"; reason: private alias.
Removed service ".service_locator.kyO6hym"; reason: private alias.
Removed service ".service_locator.LiWkUeo"; reason: private alias.
Removed service ".service_locator.BX3lzXT"; reason: private alias.
Removed service ".service_locator.2H0QjBX"; reason: private alias.
Removed service ".service_locator.J9Hwftf"; reason: private alias.
Removed service ".service_locator.rRhfeEy"; reason: private alias.
Removed service ".service_locator.2HseB5K"; reason: private alias.
Removed service ".service_locator.8nUuJsi"; reason: private alias.
Removed service ".service_locator.wuKfNz3"; reason: private alias.
Removed service ".service_locator.qq5ddj4"; reason: private alias.
Removed service ".service_locator.8XeNGbK"; reason: private alias.
Removed service ".service_locator.ujEzfL3"; reason: private alias.
Removed service ".service_locator.vfgI1Dr"; reason: private alias.
Removed service ".service_locator.RywF.ZK"; reason: private alias.
Removed service ".service_locator.61lasU7"; reason: private alias.
Removed service ".service_locator.21FBzGM"; reason: private alias.
Removed service ".service_locator.JttyxHW"; reason: private alias.
Removed service ".service_locator.eITOJiH"; reason: private alias.
Removed service ".service_locator.oxMHEuU"; reason: private alias.
Removed service ".service_locator.23pynu0"; reason: private alias.
Removed service ".service_locator.66gHImX"; reason: private alias.
Removed service ".service_locator.4ivQ1cD"; reason: private alias.
Removed service ".service_locator.JetAbzr"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.7ItJ3Tl"; reason: private alias.
Removed service ".service_locator.uvqpENR"; reason: private alias.
Removed service ".service_locator.oCCRpuo"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.bbDePqG"; reason: private alias.
Removed service ".service_locator.T5tyers"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.ppapi"; reason: private alias.
Removed service "security.firewall.authenticator.exchange"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.ppapi"; reason: private alias.
Removed service "security.event_dispatcher.exchange"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.DI1gW5X"; reason: private alias.
Removed service ".service_locator.efYla4R"; reason: private alias.
Removed service ".service_locator.hInoEGe"; reason: private alias.
Removed service ".service_locator.SIYnCws"; reason: private alias.
Removed service ".service_locator.zLtkxhs"; reason: private alias.
Removed service ".service_locator.3Ghvw3x"; reason: private alias.
Removed service ".service_locator.hPkHOV6"; reason: private alias.
Removed service ".service_locator.yl7SYWu"; reason: private alias.
Removed service ".service_locator.ebSrJZL"; reason: private alias.
Removed service ".service_locator.f89KFnY"; reason: private alias.
Removed service ".service_locator.58W66AD"; reason: private alias.
Removed service ".service_locator.eEAByJJ"; reason: private alias.
Removed service ".service_locator.807C6mL"; reason: private alias.
Removed service ".service_locator.WXtBjfF"; reason: private alias.
Removed service ".service_locator.m_JylPY"; reason: private alias.
Removed service ".service_locator.UnCb8pJ"; reason: private alias.
Removed service ".service_locator.9GL4U05"; reason: private alias.
Removed service ".service_locator.t8z3GKD"; reason: private alias.
Removed service ".service_locator.emCCIjg"; reason: private alias.
Removed service ".service_locator.a.JYjKM"; reason: private alias.
Removed service ".service_locator.o0oVO.n"; reason: private alias.
Removed service ".service_locator.FXO1SSb"; reason: private alias.
Removed service ".service_locator.6_u.6L1"; reason: private alias.
Removed service ".service_locator.k0XXH3y"; reason: private alias.
Removed service ".service_locator.XdCmbaV"; reason: private alias.
Removed service ".service_locator.rb30Ntj"; reason: private alias.
Removed service ".service_locator.ASWso2s"; reason: private alias.
Removed service ".service_locator._4eqiin"; reason: private alias.
Removed service ".service_locator.XOkcH6B"; reason: private alias.
Removed service ".service_locator.HQkK5um"; reason: private alias.
Removed service ".service_locator.U.jC4dN"; reason: private alias.
Removed service ".service_locator.RarJ1kp"; reason: private alias.
Removed service ".service_locator.x9re5Vz"; reason: private alias.
Removed service ".service_locator.x7etqNP"; reason: private alias.
Removed service ".service_locator.gaTSUXr"; reason: private alias.
Removed service ".service_locator.TzthH03"; reason: private alias.
Removed service ".service_locator.wuCMZ5Y"; reason: private alias.
Removed service ".service_locator.iZdsaPo"; reason: private alias.
Removed service ".service_locator.VhBlqfz"; reason: private alias.
Removed service ".service_locator.hDoFWmQ"; reason: private alias.
Removed service ".service_locator.Pm5QD9m"; reason: private alias.
Removed service ".service_locator.uoBNKjJ"; reason: private alias.
Removed service ".service_locator.efimoSg"; reason: private alias.
Removed service ".service_locator.hrrjeaF"; reason: private alias.
Removed service ".service_locator.Q1e5Kah"; reason: private alias.
Removed service ".service_locator.nIveius"; reason: private alias.
Removed service ".service_locator.Ru0m40o"; reason: private alias.
Removed service ".service_locator.qKwe1Pc"; reason: private alias.
Removed service ".service_locator.6bQHmIy"; reason: private alias.
Removed service ".service_locator.7jK8.Y2"; reason: private alias.
Removed service ".service_locator.KCkgNNf"; reason: private alias.
Removed service ".service_locator.8Xz.fxm"; reason: private alias.
Removed service ".service_locator.nEBKrWC"; reason: private alias.
Removed service ".service_locator.a_0YdHY"; reason: private alias.
Removed service ".service_locator.dGMKR7X"; reason: private alias.
Removed service ".service_locator.k8iJGy5"; reason: private alias.
Removed service ".service_locator.fY.FNLi"; reason: private alias.
Removed service ".service_locator.FDBoRRL"; reason: private alias.
Removed service ".service_locator.gGb2lqA"; reason: private alias.
Removed service ".service_locator.Po94TIY"; reason: private alias.
Removed service ".service_locator.1YHDm.P"; reason: private alias.
Removed service ".service_locator.mAe0QOF"; reason: private alias.
Removed service ".service_locator._BBgdOj"; reason: private alias.
Removed service ".service_locator.YnHpoH5"; reason: private alias.
Removed service ".service_locator.r0EqcAe"; reason: private alias.
Removed service ".service_locator.fGQpl8Z"; reason: private alias.
Removed service ".service_locator.gKteSqj"; reason: private alias.
Removed service ".service_locator.CZjHEs1"; reason: private alias.
Removed service ".service_locator.kP0opEv"; reason: private alias.
Removed service ".service_locator.5hxzcKY"; reason: private alias.
Removed service ".service_locator.urOUc4A"; reason: private alias.
Removed service ".service_locator.rt49uPT"; reason: private alias.
Removed service ".service_locator.V0vCQVI"; reason: private alias.
Removed service ".service_locator.Fk3v2bU"; reason: private alias.
Removed service ".service_locator.IrQPSYM"; reason: private alias.
Removed service ".service_locator.kltysCp"; reason: private alias.
Removed service ".service_locator.uFFa3f_"; reason: private alias.
Removed service ".service_locator.FSckE6r"; reason: private alias.
Removed service ".service_locator._hiD6Xs"; reason: private alias.
Removed service ".service_locator.eQ296SW"; reason: private alias.
Removed service ".service_locator.0m6ddaY"; reason: private alias.
Removed service ".service_locator.qK7093S"; reason: private alias.
Removed service ".service_locator.h7rgF45"; reason: private alias.
Removed service ".service_locator.M5rk6b6"; reason: private alias.
Removed service ".service_locator.aZS9ZDY"; reason: private alias.
Removed service ".service_locator.5KrZzn4"; reason: private alias.
Removed service ".service_locator.O8OIjmR"; reason: private alias.
Removed service ".service_locator.jgBpecU"; reason: private alias.
Removed service ".service_locator.VtReEN1"; reason: private alias.
Removed service ".service_locator.3k_6xpk"; reason: private alias.
Removed service ".service_locator.ttokaDW"; reason: private alias.
Removed service ".service_locator.eWbpMUA"; reason: private alias.
Removed service ".service_locator.833Ow5m"; reason: private alias.
Removed service ".service_locator.jJWaIRx"; reason: private alias.
Removed service ".service_locator.We3n8LE"; reason: private alias.
Removed service ".service_locator.bOD7WLV"; reason: private alias.
Removed service ".service_locator.F2sln.a"; reason: private alias.
Removed service ".service_locator.OJmnvRJ"; reason: private alias.
Removed service ".service_locator.EoJhExT"; reason: private alias.
Removed service ".service_locator.gEJcnFz"; reason: private alias.
Removed service ".service_locator.kSQHKNQ"; reason: private alias.
Removed service ".service_locator.ODbDtbc"; reason: private alias.
Removed service ".service_locator.kyn2BqQ"; reason: private alias.
Removed service ".service_locator.45MTJlv"; reason: private alias.
Removed service ".service_locator.qGAiOYM"; reason: private alias.
Removed service ".service_locator.40KR1us"; reason: private alias.
Removed service ".service_locator.5c6G9gy"; reason: private alias.
Removed service ".service_locator.IEJoBfm"; reason: private alias.
Removed service ".service_locator.s0Qku7J"; reason: private alias.
Removed service ".service_locator.jhL2PIh"; reason: private alias.
Removed service ".service_locator.xlttlhI"; reason: private alias.
Removed service ".service_locator.wxbSi.K"; reason: private alias.
Removed service ".service_locator.Tk7rx7z"; reason: private alias.
Removed service ".service_locator.P3Gv_lf"; reason: private alias.
Removed service ".service_locator.Rj966p7"; reason: private alias.
Removed service ".service_locator.4rw1kDZ"; reason: private alias.
Removed service ".service_locator.sybdAvA"; reason: private alias.
Removed service ".service_locator.BnaX2l6"; reason: private alias.
Removed service ".service_locator.9VkCivk"; reason: private alias.
Removed service ".service_locator.4gjNU1m"; reason: private alias.
Removed service ".service_locator.Qqln6Yy"; reason: private alias.
Removed service ".service_locator.WCl31P1"; reason: private alias.
Removed service ".service_locator.lH1GnYm"; reason: private alias.
Removed service ".service_locator.15VZHVE"; reason: private alias.
Removed service ".service_locator.fGNb729"; reason: private alias.
Removed service ".service_locator..rh6dNx"; reason: private alias.
Removed service ".service_locator.AM.buCf"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.2pMWZWi"; reason: private alias.
Removed service ".service_locator.RArGxNX"; reason: private alias.
Removed service ".service_locator.28swEL0"; reason: private alias.
Removed service ".service_locator.wdBEbXp"; reason: private alias.
Removed service ".service_locator.IwRoUZw"; reason: private alias.
Removed service ".service_locator.RGBqL1R"; reason: private alias.
Removed service ".service_locator.w9lK_hx"; reason: private alias.
Removed service ".service_locator.vOw9QWG"; reason: private alias.
Removed service ".service_locator.wbMQo0d"; reason: private alias.
Removed service ".service_locator.C3cazgg"; reason: private alias.
Removed service ".service_locator.hqsG8rt"; reason: private alias.
Removed service ".service_locator.2pZyoQo"; reason: private alias.
Removed service ".service_locator.TWf0u1w"; reason: private alias.
Removed service ".service_locator.TWOW3Ar"; reason: private alias.
Removed service ".service_locator.IEerIQL"; reason: private alias.
Removed service ".service_locator.tgZPyct"; reason: private alias.
Removed service ".service_locator.WCKCmDr"; reason: private alias.
Removed service ".service_locator.Qx.bv9U"; reason: private alias.
Removed service ".service_locator.ljd3i9s"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.dYCHB0q"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.BlxN3Cw"; reason: private alias.
166
Changed reference of service "App\Command\GenerateManagerAuthTokenCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\External\SelectionCatalog\ApiSelfController" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Controller\PickupPoints\ApiController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Helpers\CartHelper" previously pointing to "App\Store\Cart\Cart" to "cart".
Changed reference of service "App\Helpers\CartHelper" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Helpers\CartHelper" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Helpers\CatalogHelper" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Helpers\CatalogHelper" previously pointing to "App\Store\Cart\Cart" to "cart".
Changed reference of service "App\Helpers\DiscountHelper" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Helpers\DiscountHelper" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Helpers\Kit\ProductKitHelper" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Helpers\Kit\ProductKitHelper" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service "App\Helpers\Kit\PromotionKitHelper" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Helpers\OrderHelper" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Helpers\RejectHelper" previously pointing to "App\Store\Cart\Cart" to "cart".
Changed reference of service "App\Helpers\RejectHelper" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Helpers\RejectHelper" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Helpers\StockHelper" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Legacy\Search\Types\ArticleQueryProvider" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Legacy\Search\Types\ArticleQueryProvider" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Legacy\Search\Types\BaseTypeProvider" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Legacy\Search\Types\BaseTypeProvider" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Product\LocationFactory" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Product\LocationFactory" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service "App\Product\ProductFactory" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service "App\Search\Types\ArticleQueryProviderWithUnion" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Search\Types\ArticleQueryProviderWithUnion" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Search\Types\ArticleQueryProviderWithUnion" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service "App\Search\Types\ArticleQueryProviderWithoutUnion" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Search\Types\ArticleQueryProviderWithoutUnion" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Search\Types\ArticleQueryProviderWithoutUnion" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service "App\Search\Types\BaseTypeProvider" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Search\Types\BaseTypeProvider" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Search\Types\BaseTypeProvider" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service "App\Search\Types\BrandQueryProvider" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Search\Types\BrandQueryProvider" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Search\Types\BrandQueryProvider" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service "App\Search\Types\ReservedQueryProvider" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Search\Types\ReservedQueryProvider" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Search\Types\ReservedQueryProvider" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service "App\Search\Types\TextQueryProvider" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Search\Types\TextQueryProvider" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Search\Types\TextQueryProvider" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\ManagerAuth\TokenAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Services\AppUni" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Services\AppUni" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service "App\Services\BannerService" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Services\CatalogParamsService" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Services\DeliveryService" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Services\LegalService" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Services\LogService" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Services\NewsService" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Services\OrderService" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Services\PromotionService" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Services\QuizService" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Services\SearchService" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service "App\Services\StockService" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "App\Services\StockService" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service "App\Store\OrderManager\OrderManager" previously pointing to "App\Store\Store" to "store".
Changed reference of service "App\Twig\AppExtension" previously pointing to "App\Store\Store" to "store".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.binary.loader.fly" previously pointing to "oneup_flysystem.default_filesystem" to "League\Flysystem\Filesystem".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "oneup_flysystem.mount_manager" previously pointing to "oneup_flysystem.default_filesystem" to "League\Flysystem\Filesystem".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_api_doc.model_describers.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.0YB60RZ" previously pointing to "App\Store\Store" to "store".
Changed reference of service ".service_locator.lUp_oON" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service ".service_locator.wqY81ZK" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service ".service_locator.rR5N6_p" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service ".service_locator.0XK1r7V" previously pointing to "App\Store\Cart\Cart" to "cart".
Changed reference of service ".service_locator.0XK1r7V" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service ".service_locator.0XK1r7V" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service ".service_locator.VtP_Nij" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service ".service_locator.GjAaEwn" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service ".service_locator.GjAaEwn" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service ".service_locator.GjAaEwn" previously pointing to "App\Store\Store" to "store".
Changed reference of service ".service_locator.RAaCiJu" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service ".service_locator.UMLsKsL" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service ".service_locator.ABHzDl8" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service ".service_locator.o_h6BIY" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service ".service_locator.l2IuC4Y" previously pointing to "App\Store\Store" to "store".
Changed reference of service ".service_locator.84MoipY" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service ".service_locator.snMRVfg" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service ".service_locator.jgSFXgW" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service ".service_locator.B_yI2nh" previously pointing to "App\Services\MulticartService" to "multicart".
Changed reference of service ".service_locator.njoXFEK" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service ".service_locator.6GAnp1O" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service ".service_locator.DEdydCR" previously pointing to "App\Store\Store" to "store".
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.App\Security\Voter\CabinetVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\ShowPriceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.VmnFHEe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.VmnFHEe" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.UYcvdcq" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.UYcvdcq" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.4BcYkFF" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.LrCXAmX" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "catalog_service" previously pointing to "App\Store\Store" to "store".
Changed reference of service "catalog_service" previously pointing to "router.default" to "router".
Changed reference of service "multicart" previously pointing to "App\Services\CatalogService" to "catalog_service".
Changed reference of service "multicart" previously pointing to "App\Store\Store" to "store".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
570
Removed service "App\Entity"; reason: abstract.
Removed service "App\Fixture"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
Removed service "oneup_flysystem.adapter.local"; reason: abstract.
Removed service "oneup_flysystem.adapter.awss3v3"; reason: abstract.
Removed service "oneup_flysystem.adapter.ftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.sftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.memory"; reason: abstract.
Removed service "oneup_flysystem.adapter.async_aws_s3"; reason: abstract.
Removed service "oneup_flysystem.adapter.googlecloudstorage"; reason: abstract.
Removed service "oneup_flysystem.adapter.gitlab"; reason: abstract.
Removed service "oneup_flysystem.adapter.azureblob"; reason: abstract.
Removed service "oneup_flysystem.filesystem"; 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 "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckPayDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CheckPayDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateCatalogSearchIndexCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateCatalogSearchIndexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CrossItemsSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CrossItemsSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateManagerAuthTokenCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateManagerAuthTokenCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateNewPasswordCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateNewPasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\NotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncNotificationChannelsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SyncNotificationChannelsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateUserActivityCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateUserActivityCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebsocketServerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WebsocketServerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CabinetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CabinetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CabinetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DealersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DealersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DealersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DebtController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DebtController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DebtController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\BannerExchange"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\BannerExchange"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\BannerExchange"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\CarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\CarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\CarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\CatalogDepositBlock"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\CatalogDepositBlock"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\CatalogDepositBlock"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\CrossController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\CrossController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\CrossController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\CrossErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\CrossErrorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\CrossErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\FilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\FilterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\FilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\GeoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\GeoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\GeoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\LoyaltyExchangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\LoyaltyExchangeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\LoyaltyExchangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\MarkupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\MarkupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\MarkupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\NotificationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\OfficeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\OfficeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\OfficeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\PaintsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\PaintsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\PaintsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\PayDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\PayDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\PayDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\ProductCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\PromoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\PromoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\PromoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\ReconciliationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\ReconciliationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\ReconciliationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\RefundController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\RefundController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\RefundController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\RejectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\RejectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\RejectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\SegmentDepositController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\SegmentDepositController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\SegmentDepositController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\SelectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\SelectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\SelectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\ShipmentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\ShipmentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\ShipmentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\StatSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\StatSearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\StatSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Exchange\WarrantyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Exchange\WarrantyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Exchange\WarrantyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\DaDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\DaDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\External\DaDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\LaximoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\LaximoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\External\LaximoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\SelectionCatalog\ApiGetterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\SelectionCatalog\ApiGetterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\External\SelectionCatalog\ApiGetterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\SelectionCatalog\ApiSelfController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\SelectionCatalog\ApiSelfController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\External\SelectionCatalog\ApiSelfController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\SelectionCatalog\SelectionCatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\SelectionCatalog\SelectionCatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\External\SelectionCatalog\SelectionCatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\SelectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\SelectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\External\SelectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\External\TelegramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\External\TelegramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\External\TelegramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExtrachargeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExtrachargeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExtrachargeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MultiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MultiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MultiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MulticartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MulticartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MulticartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PickupPoints\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PickupPoints\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PickupPoints\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromotionKitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromotionKitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PromotionKitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RefundController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RefundController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RefundController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Registation\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Registation\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Registation\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ServicesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TechsupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TechsupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TechsupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnsubscribeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnsubscribeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UnsubscribeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WarrantyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WarrantyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WarrantyController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ApiExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ApiExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegisterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegisterType"; reason: abstract.
Removed service ".instanceof.App\Search\Version\EngineVersion2.0.App\Legacy\Search\Types\ArticleQueryProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Legacy\Search\Types\ArticleQueryProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\SearchResponseNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\SearchResponseNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\StockBalanceTypeNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\StockBalanceTypeNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\StockNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\StockNormalizer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AcquiringHistory1CRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AcquiringHistory1CRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AcquiringHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AcquiringHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActOfReconciliationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ActOfReconciliationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BannerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BannerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BonusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BonusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CarRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogBrandRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CatalogBrandRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CatalogCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogDepositCdLikeOursRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CatalogDepositCdLikeOursRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CatalogItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CatalogStatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CatalogStatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierDeliveryAreaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourierDeliveryAreaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerCompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerCompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerStoreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerStoreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepotRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DepotRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscountReasonsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DiscountReasonsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtrachargeBrandsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExtrachargeBrandsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtrachargeRangesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExtrachargeRangesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtrachargeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExtrachargeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtrachargeStatesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExtrachargeStatesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GradeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GradeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LaximoStatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LaximoStatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\BalanceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\BalanceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\BalanceTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\BalanceTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\GiftRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\GiftRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\MemberRegisterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\MemberRegisterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\MemberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\MemberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\MemberUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\MemberUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\ShipmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\ShipmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\SpendRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\SpendRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\StockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\StockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\StockTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\StockTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyalty\StockUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\StockUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoyaltyExceptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LoyaltyExceptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoyaltyTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LoyaltyTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MulticartRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MulticartRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsFeedbackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NewsFeedbackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationChannelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelSettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationChannelSettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelStoreSettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationChannelStoreSettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelTimeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationChannelTimeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationChannelTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationChannelTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaintRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaintRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\DeliveryPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PickupPoints\DeliveryPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\DepositRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PickupPoints\DepositRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\OrderItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PickupPoints\OrderItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PickupPoints\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\OrderStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PickupPoints\OrderStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\PointRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PickupPoints\PointRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupPoints\PointUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PickupPoints\PointUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\AnswerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Poll\AnswerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Poll\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\PollRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Poll\PollRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\QuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Poll\QuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\ResultRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Poll\ResultRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\SelectedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Poll\SelectedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Poll\StatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Poll\StatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductCommentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductCommentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductKitItemsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductKitItemsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductKitRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductKitRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductPaintRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductPaintRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoKitCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PromoKitCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoKitRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PromoKitRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoKitSelectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PromoKitSelectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundAttachmentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefundAttachmentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundCommentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefundCommentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundOrderDetailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefundOrderDetailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefundOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefundOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RejectDepositRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RejectDepositRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RejectImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RejectImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RejectSeriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RejectSeriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SaleTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SaleTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Search\ExclusionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Search\ExclusionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Selection\SelectionParameterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Selection\SelectionParameterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Selection\SelectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Selection\SelectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Selection\SelectionTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Selection\SelectionTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipmentsInfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShipmentsInfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShipmentsScheduleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShipmentsScheduleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubDepotRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubDepotRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechSup\TechsupAttachmentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TechSup\TechsupAttachmentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechSup\TechsupCallbackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TechSup\TechsupCallbackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechSup\TechsupCommentsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TechSup\TechsupCommentsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TechSup\TechsupOrdersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TechSup\TechsupOrdersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnsubscribeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UnsubscribeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UsersBillRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UsersBillRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarrantyPreviewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarrantyPreviewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\YookassaDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\YookassaDataRepository"; reason: abstract.
Removed service ".instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\ArticleQueryProviderWithUnion"; reason: abstract.
Removed service ".abstract.instanceof.App\Search\Types\ArticleQueryProviderWithUnion"; reason: abstract.
Removed service ".instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\ArticleQueryProviderWithoutUnion"; reason: abstract.
Removed service ".abstract.instanceof.App\Search\Types\ArticleQueryProviderWithoutUnion"; reason: abstract.
Removed service ".instanceof.App\Search\Version\EngineVersion2.0.App\Search\Types\BrandQueryProvider"; reason: abstract.
Removed service ".instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\BrandQueryProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Search\Types\BrandQueryProvider"; reason: abstract.
Removed service ".instanceof.App\Search\Version\EngineVersion2.0.App\Search\Types\ReservedQueryProvider"; reason: abstract.
Removed service ".instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\ReservedQueryProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Search\Types\ReservedQueryProvider"; reason: abstract.
Removed service ".instanceof.App\Search\Version\EngineVersion2.0.App\Search\Types\TextQueryProvider"; reason: abstract.
Removed service ".instanceof.App\Search\Version\EngineVersion3.0.App\Search\Types\TextQueryProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Search\Types\TextQueryProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\CabinetVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\CabinetVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ShowPriceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ShowPriceVoter"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Fixture\ApiSelectionTest"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Fixture\ApiSelectionTest"; reason: abstract.
Removed service ".abstract.instanceof.App\Fixture\ApiSelectionTest"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.twig.mobile_detect_extension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.twig.mobile_detect_extension"; reason: abstract.
Removed service ".abstract.instanceof.twig.mobile_detect_extension"; reason: abstract.
176
Removed service "App\AcquiringClient"; reason: unused.
Removed service "App\Dto\Loyalty\ClientsForStocksWithoutSavings"; reason: unused.
Removed service "App\Dto\Loyalty\MemberDto"; reason: unused.
Removed service "App\Dto\Loyalty\ProductDto"; reason: unused.
Removed service "App\Dto\Loyalty\ShipmentDto"; reason: unused.
Removed service "App\Dto\Loyalty\StockDto"; reason: unused.
Removed service "App\Dto\Search\FilterItem"; reason: unused.
Removed service "App\Enum\SelectionTypeEnum"; reason: unused.
Removed service "App\Helpers\Multicart\DTO\AddItemToCartAction"; reason: unused.
Removed service "App\Helpers\Multicart\DTO\CreateCartAction"; reason: unused.
Removed service "App\Helpers\Multicart\DTO\FromCartToCartAction"; reason: unused.
Removed service "App\Helpers\Multicart\DTO\RemoveCartItemAction"; reason: unused.
Removed service "App\Helpers\Multicart\DTO\RenameCartAction"; reason: unused.
Removed service "App\Helpers\Multicart\DTO\UpdateCartItemComment"; reason: unused.
Removed service "App\Helpers\Multicart\DTO\UpdateCartItemQuantityAction"; reason: unused.
Removed service "App\Helpers\Multicart\DTO\UpdateDefaultStoreId"; reason: unused.
Removed service "App\Helpers\Sort\SearchOtherSorter"; reason: unused.
Removed service "App\Helpers\Sort\SearchResponseSorter"; reason: unused.
Removed service "App\Legacy\Classes\DNA_DB"; reason: unused.
Removed service "App\Legacy\Search\ExactSearchProvider"; reason: unused.
Removed service "App\Legacy\Search\OrphanProvider"; reason: unused.
Removed service "App\Legacy\Search\OtherSearchProvider"; reason: unused.
Removed service "App\Legacy\Search\Types\BaseTypeProvider"; reason: unused.
Removed service "App\Product\Brand"; reason: unused.
Removed service "App\Product\Location"; reason: unused.
Removed service "App\Product\Product"; reason: unused.
Removed service "App\Repository\Sort\Limiter"; reason: unused.
Removed service "App\Repository\Sort\OrderBy"; reason: unused.
Removed service "App\Search\Engine\Configuration\SearchConfiguration"; reason: unused.
Removed service "App\Search\Engine\SearchEngine"; reason: unused.
Removed service "App\Search\Engine\Stemmer\RussianWordStemmer"; reason: unused.
Removed service "App\Search\Engine\Tokenizer\UniqueEdgeNgramTokenizer"; reason: unused.
Removed service "App\Search\Response\SearchResponse"; reason: unused.
Removed service "App\Search\Response\SearchResponseSection"; reason: unused.
Removed service "App\Search\Sorters\SearchAnalogSorter"; reason: unused.
Removed service "App\Search\Sorters\SearchSectionSorter"; reason: unused.
Removed service "App\Search\Types\BaseTypeProvider"; reason: unused.
Removed service "App\Security\Encoder\UserPasswordEncoder"; reason: unused.
Removed service "App\Security\ExchangeUser"; reason: unused.
Removed service "App\Security\ManagerAuth\ManagerAuthenticationGuardToken"; reason: unused.
Removed service "App\Security\RegisterData"; reason: unused.
Removed service "App\Security\User"; reason: unused.
Removed service "App\Services\CatalogParamsService"; reason: unused.
Removed service "App\Services\DiscountFilterService"; reason: unused.
Removed service "App\Services\Poll\LogicalPoll"; reason: unused.
Removed service "App\Services\Poll\SimplePoll"; reason: unused.
Removed service "App\Services\Printer\Decorators\OrderPdfPrinter"; reason: unused.
Removed service "App\Services\Printer\Decorators\OrderXlsxPrinter"; reason: unused.
Removed service "App\Services\Printer\PrinterService"; reason: unused.
Removed service "App\Services\RegistrationService"; reason: unused.
Removed service "App\Store\StoreFactory"; reason: unused.
Removed service "App\Websocket\NotificationsWebsocket"; reason: unused.
Removed service "App\Websocket\ServerWebsocket"; reason: unused.
Removed service "App\Entity\Product\ProductFactory"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.ppapi"; reason: unused.
Removed service "security.user_checker.chain.exchange"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.local"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.awss3v3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.ftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.sftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.in_memory"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.customadapter"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.async_aws_s3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.google_cloud_storage"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.gitlab"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.azureblob"; reason: unused.
Removed service "oneup_flysystem.default_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.olduniqom_adapter"; 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 "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "jms_serializer.expression_language"; reason: unused.
Removed service "jms_serializer.expression_language.function_provider"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~1vR3V9p"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service ".service_locator.s_BK4K7"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Normalizer\SearchResponseNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Normalizer\StockBalanceTypeNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Normalizer\StockNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
465
Inlined service "App\Helpers\NotificationHelper" to "App\Command\NotificationCommand".
Inlined service ".service_locator.VmnFHEe.App\Controller\CabinetController" to "App\Controller\CabinetController".
Inlined service ".service_locator.VmnFHEe.App\Controller\CartController" to "App\Controller\CartController".
Inlined service ".service_locator.VmnFHEe.App\Controller\CatalogController" to "App\Controller\CatalogController".
Inlined service ".service_locator.VmnFHEe.App\Controller\ContactsController" to "App\Controller\ContactsController".
Inlined service "App\Services\DealersService" to "App\Controller\DealersController".
Inlined service ".service_locator.VmnFHEe.App\Controller\DealersController" to "App\Controller\DealersController".
Inlined service ".service_locator.VmnFHEe.App\Controller\DebtController" to "App\Controller\DebtController".
Inlined service ".service_locator.VmnFHEe.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service "App\Services\RequestDecoder\RequestDecoder" to "App\Controller\Exchange\BannerExchange".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\BannerExchange" to "App\Controller\Exchange\BannerExchange".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\CarController" to "App\Controller\Exchange\CarController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\CatalogDepositBlock" to "App\Controller\Exchange\CatalogDepositBlock".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\CrossController" to "App\Controller\Exchange\CrossController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\CrossErrorController" to "App\Controller\Exchange\CrossErrorController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\FilterController" to "App\Controller\Exchange\FilterController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\GeoController" to "App\Controller\Exchange\GeoController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\LoyaltyExchangeController" to "App\Controller\Exchange\LoyaltyExchangeController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\MarkupController" to "App\Controller\Exchange\MarkupController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\NotificationsController" to "App\Controller\Exchange\NotificationsController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\OfficeController" to "App\Controller\Exchange\OfficeController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\PaintsController" to "App\Controller\Exchange\PaintsController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\PayDataController" to "App\Controller\Exchange\PayDataController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\ProductCategoryController" to "App\Controller\Exchange\ProductCategoryController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\PromoController" to "App\Controller\Exchange\PromoController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\ReconciliationController" to "App\Controller\Exchange\ReconciliationController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\RefundController" to "App\Controller\Exchange\RefundController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\RejectController" to "App\Controller\Exchange\RejectController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\SegmentDepositController" to "App\Controller\Exchange\SegmentDepositController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\SelectionController" to "App\Controller\Exchange\SelectionController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\ShipmentsController" to "App\Controller\Exchange\ShipmentsController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\StatSearchController" to "App\Controller\Exchange\StatSearchController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\UserController" to "App\Controller\Exchange\UserController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Exchange\WarrantyController" to "App\Controller\Exchange\WarrantyController".
Inlined service "App\Services\External\DaDataService" to "App\Controller\External\DaDataController".
Inlined service ".service_locator.VmnFHEe.App\Controller\External\DaDataController" to "App\Controller\External\DaDataController".
Inlined service ".service_locator.VmnFHEe.App\Controller\External\LaximoController" to "App\Controller\External\LaximoController".
Inlined service "App\Services\External\Selection\SelectionCatalogService" to "App\Controller\External\SelectionCatalog\ApiGetterController".
Inlined service ".service_locator.VmnFHEe.App\Controller\External\SelectionCatalog\ApiGetterController" to "App\Controller\External\SelectionCatalog\ApiGetterController".
Inlined service ".service_locator.VmnFHEe.App\Controller\External\SelectionCatalog\ApiSelfController" to "App\Controller\External\SelectionCatalog\ApiSelfController".
Inlined service ".service_locator.VmnFHEe.App\Controller\External\SelectionCatalog\SelectionCatalogController" to "App\Controller\External\SelectionCatalog\SelectionCatalogController".
Inlined service ".service_locator.VmnFHEe.App\Controller\External\SelectionController" to "App\Controller\External\SelectionController".
Inlined service ".service_locator.VmnFHEe.App\Controller\External\TelegramController" to "App\Controller\External\TelegramController".
Inlined service ".service_locator.VmnFHEe.App\Controller\ExtrachargeController" to "App\Controller\ExtrachargeController".
Inlined service ".service_locator.VmnFHEe.App\Controller\MultiController" to "App\Controller\MultiController".
Inlined service ".service_locator.VmnFHEe.App\Controller\MulticartController" to "App\Controller\MulticartController".
Inlined service ".service_locator.VmnFHEe.App\Controller\NewsController" to "App\Controller\NewsController".
Inlined service ".service_locator.VmnFHEe.App\Controller\NotificationsController" to "App\Controller\NotificationsController".
Inlined service ".service_locator.VmnFHEe.App\Controller\OrderController" to "App\Controller\OrderController".
Inlined service ".service_locator.VmnFHEe.App\Controller\PickupPoints\ApiController" to "App\Controller\PickupPoints\ApiController".
Inlined service ".service_locator.VmnFHEe.App\Controller\ProductController" to "App\Controller\ProductController".
Inlined service ".service_locator.VmnFHEe.App\Controller\PromotionKitController" to "App\Controller\PromotionKitController".
Inlined service ".service_locator.VmnFHEe.App\Controller\RefundController" to "App\Controller\RefundController".
Inlined service ".service_locator.VmnFHEe.App\Controller\Registation\RegistrationController" to "App\Controller\Registation\RegistrationController".
Inlined service ".service_locator.VmnFHEe.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service ".service_locator.VmnFHEe.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.VmnFHEe.App\Controller\ServicesController" to "App\Controller\ServicesController".
Inlined service ".service_locator.VmnFHEe.App\Controller\StockController" to "App\Controller\StockController".
Inlined service ".service_locator.VmnFHEe.App\Controller\TechsupController" to "App\Controller\TechsupController".
Inlined service ".service_locator.VmnFHEe.App\Controller\UnsubscribeController" to "App\Controller\UnsubscribeController".
Inlined service ".service_locator.VmnFHEe.App\Controller\WarrantyController" to "App\Controller\WarrantyController".
Inlined service "App\Helpers\Filter\SearchFilter" to "App\Legacy\Search\Types\ArticleQueryProvider".
Inlined service "App\Product\LocationFactory" to "App\Product\ProductFactory".
Inlined service "App\Helpers\RejectHelper" to "App\Services\OrderService".
Inlined service "App\Services\MediaBanner\MediaBannerService" to "App\Twig\AppExtension".
Inlined service ".service_locator.UYcvdcq.App\Fixture\ApiSelectionTest" to "App\Fixture\ApiSelectionTest".
Inlined service "App\Store\Cart\Manager\SessionCartManager" to "tmpcart".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.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 ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "container.getenv" to "secrets.decryption_key".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.YCVsx6y" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.fGvEh3." to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "twig.mobile_detect_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.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.6Jr1QCL" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.LrCXAmX" to "security.helper".
Inlined service ".service_locator.BNbtja1" to "security.helper".
Inlined service ".service_locator.C9Qdqlt" to "security.helper".
Inlined service ".service_locator.iCeAKnx" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service ".security.request_matcher.EOXLL72" to "security.access_map".
Inlined service ".security.request_matcher.4VxG1Vx" to "security.access_map".
Inlined service ".security.request_matcher.nkJ6sPj" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "security.role_hierarchy" to "data_collector.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.LfS.XB_" to ".security.request_matcher.iLrQlQC".
Inlined service "debug.security.firewall.authenticator.ppapi.inner" to "debug.security.firewall.authenticator.ppapi".
Inlined service "security.exception_listener.ppapi" to "security.firewall.map.context.ppapi".
Inlined service "security.firewall.map.config.ppapi" to "security.firewall.map.context.ppapi".
Inlined service ".security.request_matcher.rLNfdQu" to ".security.request_matcher.8lW9tCg".
Inlined service "debug.security.firewall.authenticator.exchange.inner" to "debug.security.firewall.authenticator.exchange".
Inlined service "security.exception_listener.exchange" to "security.firewall.map.context.exchange".
Inlined service "security.firewall.map.config.exchange" to "security.firewall.map.context.exchange".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.Pw9UjHE" to ".security.request_matcher.EOXLL72".
Inlined service ".security.request_matcher.39J1zoX" to ".security.request_matcher.4VxG1Vx".
Inlined service ".security.request_matcher.Hxy_PkX" to ".security.request_matcher.nkJ6sPj".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.object_model.property_describer" to "nelmio_api_doc.model_describers.object".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_query_string" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_request_payload" to "nelmio_api_doc.open_api.generator".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~_So8..Z" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.nCt3fO_" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.SE2oYXR" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "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 "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.timestampable".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "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 "App\Security\Voter\CabinetVoter" to ".debug.security.voter.App\Security\Voter\CabinetVoter".
Inlined service "App\Security\Voter\ShowPriceVoter" to ".debug.security.voter.App\Security\Voter\ShowPriceVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
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 "debug.security.event_dispatcher.ppapi.inner" to "debug.security.event_dispatcher.ppapi".
Inlined service "debug.security.event_dispatcher.exchange.inner" to "debug.security.event_dispatcher.exchange".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.UYcvdcq" to ".service_locator.UYcvdcq.App\Fixture\ApiSelectionTest".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.iD.GLrW" to ".service_locator.iD.GLrW.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "App\Normalizer\SearchResponseNormalizer" to "debug.serializer.inner".
Inlined service "App\Normalizer\StockBalanceTypeNormalizer" to "debug.serializer.inner".
Inlined service "App\Normalizer\StockNormalizer" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.ZHFVyim" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service "App\Services\CrossService" to "catalog_service".
Inlined service "App\Store\Cart\Manager\DbCartManager" to "cart".
Inlined service "App\Store\OrderManager\OrderManager" to "multicart".
Inlined service ".service_locator.iD.GLrW.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "oneup_flysystem.old2uniqom_adapter" to "League\Flysystem\Filesystem".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
4
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.ppapi", "debug.security.firewall.authenticator.exchange", "debug.security.firewall.authenticator.main", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "doctrine.migrations.container_aware_migrations_factory", ".debug.http_client", "debug.security.event_dispatcher.ppapi", "debug.security.event_dispatcher.exchange", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.form_error_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?